projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f83f466
)
phase1: use YY.MM-CURRENT as branch directory
author
Jo-Philipp Wich
<jo@mein.io>
Fri, 2 Dec 2016 12:30:19 +0000
(13:30 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Fri, 2 Dec 2016 12:30:19 +0000
(13:30 +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 12f73932f3da0d93ec3b57e72ababba0c5bf3dec..0aa3e9b705208fd9f038e3ca5296559f3e1e5461 100644
(file)
--- a/
phase1/master.cfg
+++ b/
phase1/master.cfg
@@
-198,7
+198,7
@@
def GetVersionPrefix(props):
if props.hasProperty("tag") and re.match("^[0-9]+\.[0-9]+\.[0-9]+$", props["tag"]):
return "%s/" % props["tag"]
elif basever != "master":
- return "%s-
HEAD
/" % basever
+ return "%s-
CURRENT
/" % basever
else:
return ""