Finalizing CI build script changes.
authorJoseph Morrow <joseph.l.morrow@intel.com>
Thu, 23 Jul 2015 20:17:34 +0000 (13:17 -0700)
committerErich Keane <erich.keane@intel.com>
Thu, 23 Jul 2015 21:34:31 +0000 (21:34 +0000)
This commit effectively only affects the Integration/Validation build.
This had to be done in steps to not break any of the ongoing pre-[build
script overhaul] work that were already in their merge-into-master
validation stages.

Change-Id: I3c32df57d526f7a34847a96f48814fd31f79e4fc
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1859
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
auto_build.sh

index 7576311..568920e 100755 (executable)
@@ -206,12 +206,7 @@ then
        unit_tests
 else
        help
-#This is temporarily changed to support the transition on the Jenkins Build Server so that current work is not hindered.
-#      exit -1
-####DELETE THE FOLLOWING 3 LINES!! And uncomment the line directly above this line!
-       build_all true
-       build_all false
-       unit_tests
+       exit -1
 fi
 
 echo "===================== done ====================="