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:
8843c52
)
Add newline to proposed 'age only' ChangeLog records
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 29 Jul 2010 09:36:49 +0000
(09:36 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 29 Jul 2010 09:36:49 +0000
(09:36 +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
18faaef
..
223acf4
100755
(executable)
--- a/
org.glite.lb/etics-tag.pl
+++ b/
org.glite.lb/etics-tag.pl
@@
-201,7
+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");}
+ if ($increment eq "a") {system("echo \"- Module rebuilt\" >> $tmpChangeLog");
system("echo \"\" >> $tmpChangeLog");
}
$ChangeLogRet=system("vim $tmpChangeLog");