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

Jan Schneider jan at horde.org
Mon Oct 9 10:08:01 UTC 2017


jan  Mon, 09 Oct 2017 10:08:01 +0000

Modified page: https://wiki.horde.org/Doc/Dev/ReleasePackage
New Revision:  13
Change log:  Update for split repositories

@@ -11,6 +11,6 @@

  Bash magic to find out the changes in all packages since their last release:

  <code type="sh">
-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
+for p in [[:upper:]]*; do cd $p; git checkout FRAMEWORK_5_2; v=$(git  
tag -l | sort -V | tail -1); if [ -n "$v" ]; then git diff $v...; fi;  
cd -; done
  </code>



More information about the commits mailing list