[commits] [Wiki] changed: Doc/Dev/ReleasePackageH4

Jan Schneider jan at horde.org
Wed Nov 14 13:12:20 UTC 2012


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>



More information about the commits mailing list