Ubuntu build script
[osm/SO.git] / BUILD.sh
index 1c4667c..b62c9b8 100755 (executable)
--- a/BUILD.sh
+++ b/BUILD.sh
@@ -29,8 +29,8 @@
 
 # ARGS
 
-PLATFORM_REPOSITORY=${1:-OSM}
-PLATFORM_VERSION=${2:-4.3.1.0.48360-1}
+PLATFORM_REPOSITORY=${1:-OSM}  # change to OSM when published
+PLATFORM_VERSION=${2:-4.3.1.0.49165-1}
 
 # must be run from the top of a workspace
 cd $(dirname $0)
@@ -67,7 +67,8 @@ yumdownloader rw.toolchain-rwbase-${PLATFORM_VERSION} \
                        rw.core.rwvx-rwvx-${PLATFORM_VERSION} \
                        rw.core.rwvx-rwha-1.0-${PLATFORM_VERSION} \
                        rw.core.rwvx-rwdts-${PLATFORM_VERSION} \
-                       rw.automation.core-RWAUTO-${PLATFORM_VERSION} \
+                       rw.automation.core-RWAUTO-${PLATFORM_VERSION}
+
 sudo rpm -i --replacefiles --nodeps *rpm
 popd
 rm -rf $temp