]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/buildman/control.py
buildman: Permit branch names with an embedded '/'
[karo-tx-uboot.git] / tools / buildman / control.py
index ee9637591cd5135b364fbbd64773865985de2993..8146e1caf88aaac6de0b153ca80b656ef24e9506 100644 (file)
@@ -209,7 +209,7 @@ def DoBuildman(options, args, toolchains=None, make_func=None, boards=None,
 
     # Create a new builder with the selected options
     if options.branch:
-        dirname = options.branch
+        dirname = options.branch.replace('/', '_')
     else:
         dirname = 'current'
     output_dir = os.path.join(options.output_dir, dirname)