git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f3023e
)
Since age changes are only usid for rebuilds, offer a simple ChangeLog message by...
merge_branch_20_21_dst
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 16 Jun 2010 11:16:20 +0000
(11:16 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 16 Jun 2010 11:16:20 +0000
(11:16 +0000)
org.glite.lb/etics-tag.pl
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/etics-tag.pl
b/org.glite.lb/etics-tag.pl
index
0b0bc89
..
431edc1
100755
(executable)
--- 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|<sigle_word_age>] [-g] [-c <current configura
system("cp $module/project/ChangeLog $tmpChangeLog");
unless ($increment eq "n") {system("echo $major.$minor.$revision-$age >> $tmpChangeLog");}
+ if ($increment eq "a") {system("echo \"- Module rebuilt >> $tmpChangeLog");}
$ChangeLogRet=system("vim $tmpChangeLog");