]> git.sur5r.net Git - bacula/bacula/commitdiff
skip update configure in changelog
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 21 Apr 2010 14:41:08 +0000 (16:41 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:43 +0000 (16:53 +0200)
bacula/release/git2changelog.pl

index 385f06915497fb7a3f702b7863c07c806210785a..f8a10e65bc3b11f7d8e915d42a0780c29acf9a52 100755 (executable)
@@ -22,7 +22,7 @@ while (my $l = <FP>) {
 
     # remove non useful messages
     next if ($l =~ /(tweak|typo|cleanup|regress:|again|.gitignore|fix compilation|technotes)/ixs);
-    next if ($l =~ /update (version|technotes|kernstodo|projects|releasenotes|version|home|release|todo|notes|changelog|tpl)/i);
+    next if ($l =~ /update (version|technotes|kernstodo|projects|releasenotes|version|home|release|todo|notes|changelog|tpl|configure)/i);
 
     if ($for_bweb) {
         next if ($l !~ /bweb/ixs);