Fix release script
This commit is contained in:
parent
a3e2366882
commit
de12f6c25e
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ os.system("git tag -a -m " + tag + " " + tag) == 0 or failed()
|
|||
|
||||
outdir = os.path.basename(os.getcwd()) + "/" + dirname + "/"
|
||||
print "Grabbing tagged release git repository using 'git archive' into " + outdir
|
||||
os.system("(cd .. && git archive --prefix=" + outdir + tag + " . | tar -xf -)") == 0 or failed()
|
||||
os.system("(cd .. && git archive --prefix=" + outdir + " " + tag + " . | tar -xf -)") == 0 or failed()
|
||||
|
||||
# Remove the debian directory -- it's not official
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue