projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae98cd0
)
phase1: fix bad argument to MasterShellCommand()
author
Jo-Philipp Wich
<jo@mein.io>
Mon, 6 Feb 2017 13:03:43 +0000
(14:03 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Mon, 6 Feb 2017 13:03:43 +0000
(14:03 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
phase1/master.cfg
patch
|
blob
|
history
diff --git
a/phase1/master.cfg
b/phase1/master.cfg
index d7529bd0c2ff16c7c421d4c0d0a6282838a5fa3a..992e01eef2924fa5651bc44c9bb9f313284c7ff7 100644
(file)
--- a/
phase1/master.cfg
+++ b/
phase1/master.cfg
@@
-389,7
+389,7
@@
for target in targets:
description = "Tagging Git repository",
command = [home_dir+'/maketag.sh', '-i', '-k', str(gpg_keyid or ''),
'-p', str(gpg_passfile or ''), '-v', WithProperties("%(tag:-)s")],
-
workdir
= home_dir+'/source.git',
+
path
= home_dir+'/source.git',
env = {'GNUPGHOME': gpg_home},
haltOnFailure = True,
doStepIf = IsTaggingRequested,