remove comments from script
[xtuple] / scripts / release_build.sh
index b175b62..133bf95 100755 (executable)
@@ -6,8 +6,8 @@ PAT=$3
 # Usage: ./scripts/release_build.sh 4 5 0-beta
 echo "BUILDING RELEASE "$MAJ"."$MIN"."$PAT""
 
-#git fetch XTUPLE
-#git checkout XTUPLE/$MAJ"_"$MIN"_"x
+git fetch XTUPLE
+git checkout XTUPLE/$MAJ"_"$MIN"_"x
 
 rm -rf scripts/output
 npm run-script build-basic-postbooks-package-sql
@@ -16,8 +16,8 @@ npm run-script build-basic-postbooks-demo
 npm run-script build-basic-quickstart
 cd ../private-extensions
 
-#git fetch XTUPLE
-#git checkout XTUPLE/$MAJ"_"$MIN"_"x
+git fetch XTUPLE
+git checkout XTUPLE/$MAJ"_"$MIN"_"x
 
 npm run-script build-basic-manufacturing-package-sql
 npm run-script build-basic-manufacturing-empty