jan  Tue, 28 May 2013 12:40:09 +0200

Modified page: http://wiki.horde.org/Doc/Dev/ReleasePackageH4
New Revision:  9
Change log:  One day...

@@ -11,6 +11,6 @@

 Bash magic to find out the changes in all packages since their last release:

 <code>
-for p in framework/*; do l="horde_"$(echo $(basename $p) | tr [:upper:] [:lower:]); v=$(git describe --tags --abbrev=0 --match=$l-\*); if [ -n "$v" ]; then git di $v... $p; fi; done +for p in framework/*; do l="horde_"$(echo $(basename $p) | tr [:upper:] [:lower:]); v=$(git tag -l $l-\* | tail -1); if [ -n "$v" ]; then git di $v... $p; fi; done
 </code>

--
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to