From: Zdeněk Šustr Date: Wed, 16 Jun 2010 11:16:20 +0000 (+0000) Subject: Since age changes are only usid for rebuilds, offer a simple ChangeLog message by... X-Git-Tag: merge_branch_20_21_dst X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=75d7df945dc7f9a68baf19e549847833925ab653;p=jra1mw.git Since age changes are only usid for rebuilds, offer a simple ChangeLog message by default. --- diff --git a/org.glite.lb/etics-tag.pl b/org.glite.lb/etics-tag.pl index 0b0bc89..431edc1 100755 --- a/org.glite.lb/etics-tag.pl +++ b/org.glite.lb/etics-tag.pl @@ -201,6 +201,7 @@ usage: $0 [-i maj|min|rev|age|none|] [-g] [-c > $tmpChangeLog");} + if ($increment eq "a") {system("echo \"- Module rebuilt >> $tmpChangeLog");} $ChangeLogRet=system("vim $tmpChangeLog");