diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-01-13 11:31:40 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-01-13 11:31:40 +0100 |
commit | ceddc0d8c11a7e1b0d1bbf166a800d4c263e614a (patch) | |
tree | 48859955a467ddc7bb9fda24ddefee5c9c008f7e /ACE/bin | |
parent | beabba00538490d6a5ef6c5fc7a300077f592e17 (diff) | |
download | ATCD-ceddc0d8c11a7e1b0d1bbf166a800d4c263e614a.tar.gz |
Make sure we tag Latest_ACE7TAO3_ as indicated in the news file
* ACE/bin/make_release.py:
Diffstat (limited to 'ACE/bin')
-rwxr-xr-x | ACE/bin/make_release.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/bin/make_release.py b/ACE/bin/make_release.py index 9b424d970cb..d80dae79031 100755 --- a/ACE/bin/make_release.py +++ b/ACE/bin/make_release.py @@ -454,17 +454,17 @@ def get_comp_versions (component): def update_latest_branch (product, which): - """Update one of the Latest_* branches to point to the new release. + """Update one of the Latest_ACE7TAO3_* branches to point to the new release. """ - name = "Latest_" + which + name = "Latest_ACE7TAO3_" + which vprint ('Fast-forwarding', name, 'to master') ex ("cd $DOC_ROOT/" + product + " && git fetch . master:" + name) def push_latest_branch (product, which): - """Update one of the remote Latest_* branches to point to the new release. + """Update one of the remote Latest_ACE7TAO3_* branches to point to the new release. """ name = "Latest_ACE7TAO3_" + which |