Commit graph

14 commits

Author SHA1 Message Date
Robert Sparks ddcd80766e Merged in [19071] from mark@painless-security.com:
Update the mkdevbranch script for new Trac location, don't clobber existing paths
The script has been cleaned up, adjusted to avoid clobbering an SVN path that already exists when running it for a single sprinter login, and run with the new locations for the Trac system.
This is a decently huge rewrite of the script.  It's pulled a lot of logic into functions, excised the python code into its own file, etc.
 - Legacy-Id: 19076
Note: SVN reference [19071] has been migrated to Git commit 537b76eb76170d69036999f8a8ef20fd81caca93
2021-06-04 18:42:01 +00:00
Robert Sparks ebaf920aec adjust mkdevbranch to use the new repositories.
- Legacy-Id: 19036
2021-05-26 20:16:10 +00:00
Robert Sparks 03cb43f404 Removed Henrik from several places that would send him mail at his request.
- Legacy-Id: 18898
2021-03-04 18:44:09 +00:00
Henrik Levkowetz d1ca760cd9 Added a --sprint switch to mkdevbranch to avoid switching on the absence of a developer name when creating sprint branches
- Legacy-Id: 17986
2020-06-14 18:31:01 +00:00
Henrik Levkowetz bd89c7f5be Added a --dry-run option to bin/mkdevbranch, and added some exception handling
- Legacy-Id: 17467
2020-03-19 22:39:43 +00:00
Henrik Levkowetz b19370b98c Tweaked mkdevbranch to take and optional extra message chunk.
- Legacy-Id: 15958
2019-02-18 12:14:19 +00:00
Henrik Levkowetz 65e9a63c8d Fixed a bug in mkdevbranch
- Legacy-Id: 13977
2017-07-26 19:53:14 +00:00
Henrik Levkowetz 4fc2c6f960 Merged in ^/personal/henrik/6.54.2-yang@13630:
Added a new yang checker, 'yanglint', to the existing Yang checker class, in
addition to the existing 'pyang' checker.

Added modal overlay displays showing the yang check results every place the
yin/yang symbol is shown (red or green) to indicate the presencee and result
of yang checks.  Added a Yang Validation: line in the document
meta-information section on the document's page in the datatracker.

Added the result of the xym extaction to the yang check results, to make
extration failures visible.

Added the version of the used xym, pyang, and yanglint commands to the check
results.

Added an action to move successfully extracted and validated modules to the
module library directories immediately on submission.

Added the xym and pyang repositories as svn:external components, rather than
listing them in requirements.txt, as there has been delays of many months
between essential features in the repositories, and an actual release.  We may
get occasional buildbot failures if broken code is pulled in from the
repository, but better that than the functionality failure of severely
outdated componets.

Added a new management command to re-run yang validation for active drafts for
which yang modules were found at submission time, in order to pick up imported
models which may have arrived in the model libraries after the draft's
submission.  Run daily from bin/daily.

Added a table to hold version information for external commands.  The yang
checker output should include the version information of the used checkers,
but seems unnecessary to run each command with its --version switch every
time we check a module...

Added a new management command to collect version information for external
commands on demand.  To be run daily from bin/daily.

Added tests to verify that xym, pyang and yanglint information is available
on the submission confirmation page, and updated the yang module contained in
the test document to validate under both pyang and yanglint.

Updated admin.py and resource.py files as needed.
 - Legacy-Id: 13634
2017-06-15 20:16:48 +00:00
Henrik Levkowetz 25bb9a1c0f Tweaked bin/mkdevbranch
- Legacy-Id: 13477
2017-05-31 16:26:48 +00:00
Henrik Levkowetz a1bdbaf81e Fixed some issues with mkdevbranch; giving better normalization of the input to uniq, and correctly using the alias list to provide the correct alias for email addresses where localpart should not be used to derive the svn branch name.
- Legacy-Id: 12312
2016-11-08 19:19:45 +00:00
Henrik Levkowetz 5d9ff1de37 Tweaked indentation of inline python in bash script.
- Legacy-Id: 11338
2016-06-13 10:38:37 +00:00
Henrik Levkowetz 8813bc83fe Tweaked the mkdevbranch utility script to be able to make a branch for one specific developer on request.
- Legacy-Id: 10924
2016-03-15 17:43:04 +00:00
Henrik Levkowetz 0d00842ffe Updated version of mkdevbranch.
- Legacy-Id: 7890
2014-06-12 10:07:34 +00:00
Henrik Levkowetz 032705f100 Moved some utility command-line scripts from test/ to bin/. Added bin/graph-models.
- Legacy-Id: 5450
2013-02-24 20:09:01 +00:00
Renamed from test/mkdevbranch (Browse further)