distmaker - Allow running individual builds without switching branches
authortotten@civicrm.org <Tim Otten>
Sat, 21 Jun 2014 13:22:52 +0000 (06:22 -0700)
committertotten@civicrm.org <Tim Otten>
Sun, 22 Jun 2014 07:58:12 +0000 (00:58 -0700)
commit445009ec51fddf0a5aa056c3dd93414029173bb9
tree104d6acdfd01e8883c182803177057b0f1cf23ac
parentd0f9587835e4fcb822cbb87fc9934f65ade59185
distmaker - Allow running individual builds without switching branches

One of the more annoying things with distmaker is that it switches all the
branches, which means that you need to commit everything before building.
This is necessary for building D6 & D7 in the same script, but makes it
harder to work on changes to builds.

With this patch, one can directly call the "dists/*.sh" files to trigger a
build, and it muck with git.  All the git checkouts are now specified in the
distmaker.sh
distmaker/distmaker.sh
distmaker/dists/common.sh
distmaker/dists/drupal6_php5.sh
distmaker/dists/drupal_php5.sh
distmaker/dists/drupal_sk_php5.sh
distmaker/dists/joomla_php5.sh
distmaker/dists/wordpress_php5.sh