...
There is also a help command - python scripts/rr_git.py --help
Check out the Code
The
...
following
...
command
...
will
...
checkout
...
SiteValidation,
...
Validation,
...
Editor
...
and
...
Merge
...
into
...
the
...
specified
...
folder,
...
along
...
with
...
any
...
direct
...
requirements
...
from
...
their
...
requirements.txt
...
files.
The
...
destination
...
folder
...
must
...
exist
...
but
...
also
...
MUST
...
be
...
empty
...
beforehand
...
-
...
in
...
particular
...
do
...
not
...
checkout
...
the
...
housekeeping
...
folder
...
under
...
it.
...
Also
...
do
...
not
...
add
...
any
...
other
...
sub-folders
...
to
...
it
...
yourself
...
later.
The first command clones all the repositories - including those from the requirements.txt. The second creates a new branch based on a particular tag.
Code Block |
---|
rr_git.py --destination C:/MyWork/UKRR/Y.Y.Y
rr_git.py --action branch --tag-label vX.X.X --branch-label Y.Y.Y --destination C:/MyWork/UKRR/Y.Y.Y |
...