Răsfoiți Sursa

bbscript.exe updated only for master. Refs: #14.

Signed-off-by: Josef Templ <josef.templ@gmail.com>
Josef Templ 10 ani în urmă
părinte
comite
b262427186
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      appbuild/build.py

+ 2 - 2
appbuild/build.py

@@ -212,11 +212,11 @@ def appendSystemProperties():
     runbbscript("appbuild/appendProps.txt")
 
 def updateBbscript():
-    if not args.test:
+    if not args.test and branch == "master":
         logStep("Updating bbscript.exe")
         shellExec(bbDir, "mv bbscript.exe " + buildDir + "/")
     else:
-        logStep("Removing bbscript.exe becaue this is a test build")
+        logStep("Removing bbscript.exe")
         shellExec(bbDir, "rm bbscript.exe ")
 
 def buildSetupFile():