jan  Wed, 14 Nov 2012 14:12:20 +0100

Modified page: http://wiki.horde.org/Doc/Dev/ReleasePackageH4
New Revision:  7
Change log: Doesn't work in branches because we cannot determine the latest version of that branch

@@ -8,9 +8,9 @@
 git push
 git push --tags
 </code>

-Bash magic to find out the changes in all packages since their last release:
+Bash magic to find out the changes in all packages since their last release (doesn't work in branches):

 <code>
-for p in framework/*; do l="horde_"$(echo $(basename $p) | tr [:upper:] [:lower:]); v=$(wget -O - -q http://pear.horde.org/rest/r/$l/latest.txt | tr [:upper:] [:lower:]); if [ -n "$v" ]; then git di $l-$v... $p; fi; done +for p in framework/*; do l="horde_"$(echo $(basename $p) | tr [:upper:] [:lower:]); v=$(wget -O - -q http://pear.horde.org/rest/r/$l/latest.txt | tr [:upper:] [:lower:]); if [ -n "$v" ]; then git di $l-$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