aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/jenkins/master.sh
AgeCommit message (Collapse)Author
2014-01-07chore(build): Add angular-seed and angular-phonecat to the releaseTobias Bosch
2014-01-06chore(build): bugfixes to build scripts on JenkinsTobias Bosch
2014-01-06chore(build): bugfixes to build scripts on Jenkins.Tobias Bosch
2014-01-06chore(build): refactor build scripts in prepare/publish phaseTobias Bosch
Refactored all scripts so that they are divided into a `prepare` and a `publish` phase. By this we can build, test, tag, commit everything first. Only if all of this is ok we start pushing to Github. By this we keep Github consistent even in error cases. Extracted include script `/scripts/utils.inc`: - parse and validate named arguments in the style `--name=value` - proxy git command and deactivate `git push` based on command option `--git_push_dry_run=true` (will be inherited to child scripts) - enable/disable bash debug mode by command option `--verbose=true` - dispatch to functions based on command option `--action=...` - helper functions for dealing with json files
2013-12-13chore(build): correct and refactor release scriptTobias Bosch
2013-12-13chore(build): fix fetching for code.angularjs.orgTobias Bosch
2013-12-13chore(build): automate cutting a release, publishing to bower and to ↵Tobias Bosch
code.angular.js