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

Jan Schneider jan at horde.org
Tue May 28 10:40:09 UTC 2013


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>



More information about the commits mailing list