summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-21Correct non-existent variable "remote_branch" as "remote_mode_branch"Ryan S. Arnold
2015-07-21Move run information into info() function and apply pretty formatting.Ryan S. Arnold
2015-07-21Merge "Add hint() to output information on what should be pushed to the remotes"Yvan Roux
2015-07-20Add hint() to output information on what should be pushed to the remotesRyan S. Arnold
2015-07-20Fix race in clean() where it might try to delete the current branch.Ryan S. Arnold
2015-07-19Rename remote_branch to remote_mode_branch.Ryan S. Arnold
2015-07-19Enable checkout of local_int_branch and bump the gcc/LINARO-VERSIONRyan S. Arnold
2015-07-19Merge "Add local_int_branch and remote_int_branch in SNAPSHOT mode."Yvan Roux
2015-07-19Add local_int_branch and remote_int_branch in SNAPSHOT mode.Ryan S. Arnold
2015-07-19Merge "The 'remote branch' should always be a linaro-local/ snapshots or rele...Yvan Roux
2015-07-19Merge "Bump commit message should specify snapshot/release/release candidate."Yvan Roux
2015-07-18The 'remote branch' should always be a linaro-local/ snapshots or releases br...Ryan S. Arnold
2015-07-18Bump commit message should specify snapshot/release/release candidate.Ryan S. Arnold
2015-07-17Cleanup double-parentheses arithmetic expression.Yvan Roux
2015-07-17Add sanitize_input_date()Ryan S. Arnold
2015-07-17Merge "The commit message for the snap/rel/rc should be ChangeLog conforming"Yvan Roux
2015-07-17The commit message for the snap/rel/rc should be ChangeLog conformingRyan S. Arnold
2015-07-17Make script more verbose about what will happen before long running commands.Ryan S. Arnold
2015-07-17popd in clean() so that we're in the root git directoryRyan S. Arnold
2015-07-17Merge "Add bump_and_dev() function to update gcc/LINARO-VERSION with ${SPIN}+...Yvan Roux
2015-07-17Add bump_and_dev() function to update gcc/LINARO-VERSION with ${SPIN}+1~devRyan S. Arnold
2015-07-17Merge "Add trap that will call clean() on ctrl-C (INT)"Yvan Roux
2015-07-17Merge "Cleanup tag message"Yvan Roux
2015-07-16Add trap that will call clean() on ctrl-C (INT)Ryan S. Arnold
2015-07-16Cleanup tag messageRyan S. Arnold
2015-07-16Include 'Snapshot' in gcc/LINARO-VERSION release string for snapshots.Ryan S. Arnold
2015-07-16Update local_branch to use releases/ namespace for RC branchesRyan S. Arnold
2015-07-16Set explicit remote with -e REMOTERyan S. Arnold
2015-07-16Update release candidate option -r to support optional [RC] and [SPIN]Ryan S. Arnold
2015-07-16Add support for tracking a tag with -t TAG.Ryan S. Arnold
2015-07-15Test if branch BRANCH exists in the git repository, else die.Ryan S. Arnold
2015-07-15Remove longform option help/usage text because it is not supported.Ryan S. Arnold
2015-07-15Correct {$bold} to ${bold} in ask()Ryan S. Arnold
2015-07-15Cleanup command substitution.Yvan Roux
2015-07-15Merge "Cleanup 'ask' function format."Ryan Arnold
2015-07-15Merge "Remove unnecessary "git reset --hard" at the end."Ryan Arnold
2015-07-15Cleanup 'ask' function format.Yvan Roux
2015-07-15Fix badly formed test expression.Yvan Roux
2015-07-15Remove unnecessary "git reset --hard" at the end.Yvan Roux
2015-07-14Add/update informational messages to clean() functionRyan S. Arnold
2015-07-14Improve user interface experienceRyan S. Arnold
2015-07-13Unify formatting and syntax throughout the script.Ryan S. Arnold
2015-07-13Add release candidate support: -r [SPIN]Ryan S. Arnold
2015-07-10Cleanup user-interface presentation.Ryan S. Arnold
2015-07-09In clean() verify local branch existence before offering to remove it.Ryan S. Arnold
2015-07-09Make 'snapshot' the default mode of operation.Ryan S. Arnold
2015-07-08Create (and remove) git tags for the release.Ryan S. Arnold
2015-07-07Change "-d DATE" option to mean the date of the snap/release.Yvan Roux
2015-07-06Add support for -b BRANCH which will designate a remote branch to be tracked.Ryan S. Arnold
2015-07-01Change export to export_source. Export is a shell command.Ryan S. Arnold