[commits] [Wiki] changed: Doc/Dev/ReleasePackageH4
Jan Schneider
jan at horde.org
Wed May 18 12:44:21 UTC 2011
jan Wed, 18 May 2011 12:44:20 +0000
Modified page: http://wiki.horde.org/Doc/Dev/ReleasePackageH4
New Revision: 1.1
Change log: How to find out changes
@@ -6,5 +6,11 @@
components/bin/horde-components release timestamp commit package
upload tag next --releaseserver=pear.horde.org
--releasedir=/horde/web/pear.horde.org [--pretend]
git push
git push --tags
+</code>
+
+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=$(wget -O - -q
http://pear.horde.org/rest/r/$l/latest.txt); if [ -n "$v" ]; then git
di $l-$v $p; fi; done
</code>
More information about the commits
mailing list