summaryrefslogtreecommitdiff
path: root/release-helpers (follow)
AgeCommit message (Collapse)Author
2015-05-17cut_release: Obsoleted by release.shJoel Sherrill
cut_release was reliant on cvs and a release_support script at the top of each source code repository module.
2015-05-17release.sh: Tested on a second repository. White space at EOL removed.Joel Sherrill
Reworked comments at the top of the file.
2015-05-17release.sh: Correct comment for clean upJoel Sherrill
The user will need to delete a branch, not necessarily the release branch. The release branch will exist in the upstream repository after a .0 release so deleting it is a bad idea.
2015-05-14release.sh: Add helper advice on clean up after an errorJoel Sherrill
2015-05-14release.sh: Add structure for repository specific actionsJoel Sherrill
This should make it straightforward to update version.py in the rtems-source-builder or odd actions required as part of release by other repositories.
2015-05-14release.sh: check for dot (graphviz)Gedare Bloom
2015-05-14release.sh: refactor checks for executable dependenciesGedare Bloom
2015-05-14release.sh: check for mscgenGedare Bloom
2015-05-14release.sh: error checkingGedare Bloom
2015-05-14release.sh: fix typoGedare Bloom
2015-05-14release.sh: error-check for doxygenGedare Bloom
2015-05-14release.sh: use git branch instead of git status to determine current git branchGedare Bloom
2015-05-14release.sh: New release scriptJoel Sherrill
This has only been tested on the rtems repository and is not complete. It is still under development and I am committing it so others can work on it.
2014-05-02rtems-testing: Use eval bash instead of full pathJoel Sherrill
2012-09-18cut_release: Remove trailing whitespaceJoel Sherrill
2012-09-03release_helpers: New directoryJoel Sherrill