summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-14tcwg-release-tag.sh: Fix typo.automationMaxim Kuvyrkov
2017-05-16tcwg-release-tag.sh: Fix quoting.Yvan Roux
2017-05-16tcwg-release-tag.sh: Re-enable git push.Yvan Roux
2017-05-16tcwg-release-tag: Remove unused function.Yvan Roux
2017-05-16tcwg-release-tag: Create tag and branches in-place for automation.Yvan Roux
2017-04-20tcwg-release-tag.sh: Add cleaning on error.Yvan Roux
2017-04-20tcwg-release-tag.sh: Improve error handling.Yvan Roux
2017-04-20tcwg-release-tag.sh: enable push to remote.Yvan Roux
2017-04-20New tagging script for release automation.Yvan Roux
2017-04-13tcwg-release-tarball: Compute gitlog amend option.Yvan Roux
2017-04-11Initial tarball creation script.Yvan Roux
2017-03-21Move to Python3Diana Picus
2017-02-01linaropy/rn/rnseries.py: Fix unassigned variable.Yvan Roux
2017-01-27rn.py: calling log() should be print_log()Ryan S. Arnold
2017-01-27rn.py: Copy rendered files to $USER/public_html/Ryan S. Arnold
2016-12-22Provide variations on git log and git rev-listRyan S. Arnold
2016-12-21Derive -rc1 release-notes from a previous release branch.Ryan S. Arnold
2016-12-21Correct formatting of Vers::strfversion() for None point/minorRyan S. Arnold
2016-12-21PEP8 GitRepo::branchexists() to GitRepo::branch_exists()Ryan S. Arnold
2016-12-20tcwg-release.sh: Update FILESERVER defaultMaxim Kuvyrkov
2016-12-19Fix merge issue.Yvan Roux
2016-12-19Make ask() normalize inputs.Yvan Roux
2016-12-13Add linaropy/colors.py to provided color codes to terminal output.Ryan S. Arnold
2016-12-13Set logging default level="WARNING"Ryan S. Arnold
2016-12-08Fix worktree detectionDiana Picus
2016-11-18Add support for worktreesDiana Picus
2016-11-14tcwg-release.sh: if a tag does not exist on a remote branch, exit.Ryan S. Arnold
2016-11-14rn.py VerifyGCCSourceAction should 'raise IOError' when source isn't found.Ryan S. Arnold
2016-10-27proj.py: add existing_proj to create a Proj in an existing directory.Ryan S. Arnold
2016-10-15Rename GitRepo::log's parameter to numcommitsryan_arnold/rngenDiana Picus
2016-10-15Attempt to fix copy-pasted codeDiana Picus
2016-10-15Fix testrn.pyDiana Picus
2016-10-15Run autopep8 with level 2 of --aggressiveDiana Picus
2016-10-15Run autopep8 on the first level of --aggressiveDiana Picus
2016-10-15Run autopep8 with default settingsDiana Picus
2016-10-15Set ${basis} based on original TAG or BRANCH, not resolved BRANCH.Ryan S. Arnold
2016-10-15Merge branch 'master' of ssh://git.linaro.org/toolchain/tcwg-release-tools in...Ryan S. Arnold
2016-10-13Runs tracking rc/rel tags need to checkout release branchRyan S. Arnold
2016-10-05Cleanup and exit if GCC build fails.Christophe Lyon
2016-09-30Skip upload if the build phase was skipped.Christophe Lyon
2016-09-06Reorder code so user is only asked once each iteration if they'd like to modi...Ryan S. Arnold
2016-09-02Move prompt for csv file out or rngen.py into rn.py.Ryan S. Arnold
2016-09-02rn.py: If jinja can't generate output, print exception and let user fix templ...Ryan S. Arnold
2016-09-02rn.py: Fix rn_template.log() invocation.Ryan S. Arnold
2016-09-02linaropy/series.py: Validate that 'rcN' is an integer when creating series fr...Ryan S. Arnold
2016-08-20Move 'cd' context out of linaropy/git/gitrepo.py into linaropy/cd.pyRyan S. Arnold
2016-08-20Replaced Series __format__ with a cleaner implementation and testcases.Ryan S. Arnold
2016-08-20Correct test expectations and remove spurious print statements.Ryan S. Arnold
2016-08-20Add support for generating 'release' release notes using tags.Ryan S. Arnold
2016-08-19Add --nopersist to rn.py.Ryan S. Arnold