phase1: use YY.MM-CURRENT as branch directory
authorJo-Philipp Wich <jo@mein.io>
Fri, 2 Dec 2016 12:30:19 +0000 (13:30 +0100)
committerJo-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

index 12f73932f3da0d93ec3b57e72ababba0c5bf3dec..0aa3e9b705208fd9f038e3ca5296559f3e1e5461 100644 (file)
@@ -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 ""