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

Jan Schneider jan at horde.org
Tue Jul 16 17:03:01 UTC 2013


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>



More information about the commits mailing list