diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2010-03-18 17:04:16 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2010-03-18 17:04:16 +0000 |
commit | 9340ea55fa37e9ea98abbdebe65b4075199e5c56 (patch) | |
tree | e79545dafefbd98c0c2172844e6d11686e63c30f | |
parent | 2750063fa2c3ff59403834a1c3c5076922ed9344 (diff) | |
download | common-data-9340ea55fa37e9ea98abbdebe65b4075199e5c56.tar common-data-9340ea55fa37e9ea98abbdebe65b4075199e5c56.tar.gz common-data-9340ea55fa37e9ea98abbdebe65b4075199e5c56.tar.bz2 common-data-9340ea55fa37e9ea98abbdebe65b4075199e5c56.tar.xz common-data-9340ea55fa37e9ea98abbdebe65b4075199e5c56.zip |
commit changelog after generating it
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ ChangeLog: ../common/username.xml @if test -d "$$PWD/.git"; then \ ../common/gitlog-to-changelog | sed -e '/\tgit-svn-id:.*/d' > $@.tmp \ && mv -f $@.tmp $@ \ + && git commit ChangeLog -m 'generated changelog' \ && if [ -e ".git/svn" ]; then \ git svn dcommit ; \ fi \ |