This is an automated email from the git hooks/post-receive script.
ryan.arnold pushed a change to branch ryan_arnold/rngen in repository toolchain/tcwg-release-tools.
from 1dc9a5a Replace hardcoded GCC '5' with a variable for determining GCC [...] new 4ae6f70 Remove non-conformant comments and add docstrings to proj.py. new 9f955d2 Remove non-conformant comments and add docstrings to series.py. new 0efe81a Remove class PV and make Vendor and Package baseclasses. new 9dac4d4 Add --nopersist to rn.py. new 737c797 Add support for generating 'release' release notes using tags. new 897b858 Correct test expectations and remove spurious print statements.
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: linaropy/git/clone.py | 11 +- linaropy/git/gitrepo.py | 36 +++++- linaropy/proj.py | 35 +++--- linaropy/rn/gccclone.py | 2 + linaropy/rn/linaroseries.py | 20 ++- linaropy/rn/rngen.py | 31 ++--- linaropy/rn/rnseries.py | 300 +++++++++++++++++++++++--------------------- linaropy/rn/template.py | 56 +++++---- linaropy/series.py | 273 +++++++++++++++++++++++++++++++++------- linaropy/vers.py | 67 +++++----- rn.py | 95 ++++++++------ tcwg-release.sh | 4 +- 12 files changed, 600 insertions(+), 330 deletions(-)