jan  Tue, 16 Jul 2013 17:03:01 +0000

Modified page: http://wiki.horde.org/Doc/Dev/ReleasePackageH4
New Revision:  10
Change log:  Cool, there is version sort

@@ -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 tag -l $l-\* | tail -1); 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-\* | sort -V | 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