CRM-11658 - "releaser" for git - Changes from old "build-tarballs":
authorTim Otten <totten@civicrm.org>
Wed, 6 Mar 2013 09:22:59 +0000 (04:22 -0500)
committerTim Otten <totten@civicrm.org>
Wed, 6 Mar 2013 09:22:59 +0000 (04:22 -0500)
commit60a4043130404dc230bcce0685019ae96620a489
treefde8acb7e1b0d331a7decebddc42f42ebfa0c8ef
parent2d5eed48d27c5c0178b507ee3cd4a59aecb652e2
CRM-11658 - "releaser" for git - Changes from old "build-tarballs":
 * Fetch code with "gitify"
 * Make coordinated tags and push them (instead of using post-commit hook on single repo)
 * Extract hard-coded references to sf.net
 * Split into smaller functions (which are more explanatory and easier to toggle for testing)
 * Document configuration file format
 * Rename executable variables (e.g. $php => $cmd_php)
 * Use "set -ex" to catch errors
.gitignore
tools/scripts/releaser/releaser [new file with mode: 0755]
tools/scripts/releaser/releaser.conf.txt [new file with mode: 0644]