Skip to content
Snippets Groups Projects
Commit 5fd54113 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

minor fix to the updated tag_release.py

From: Marco Clemencic <marco.clemencic@cern.ch>


git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@7593 53ecefc3-a64d-0410-9bdf-b8581fa3287e
parent 44e9fa31
No related branches found
No related tags found
No related merge requests found
......@@ -123,13 +123,6 @@ def main():
if not no_tag:
svn("up", "--depth=empty", pktagdir).wait() # needed for the copy in the global tag
if not opts.pre:
# prepare the full global tag too
for p in packages:
tag = packages[p]
pktagdir = "%s/tags/%s/%s" % (proj, p, tag)
svn("cp", pktagdir, "%s/%s" % (ptagdir, p)).wait()
svn("ci").wait()
finally:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment