remove comments from script
authorGreg Pazo <gpazo@xtuple.com>
Thu, 26 Jun 2014 18:21:48 +0000 (14:21 -0400)
committerGreg Pazo <gpazo@xtuple.com>
Thu, 26 Jun 2014 18:21:48 +0000 (14:21 -0400)
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