X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=BUILD.sh;h=ad7790352fd2898bfaeced155916cc0d65d628a1;hb=620d1e79488947802bef39a4eca545737744e883;hp=c5fbb2c7c745e0d278a3aac1f24fb2dcd43066a1;hpb=3fd7285e9f4b28300250391590a1cd14ecb8c70b;p=osm%2FSO.git diff --git a/BUILD.sh b/BUILD.sh index c5fbb2c7..ad779035 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -114,7 +114,7 @@ fi if [[ $PLATFORM == ub16 ]]; then PLATFORM_REPOSITORY=${1:-OSM} - PLATFORM_VERSION=${2:-4.3.1.0.53704} + PLATFORM_VERSION=${2:-4.4.0.0.57702} elif [[ $PLATFORM == fc20 ]]; then PLATFORM_REPOSITORY=${1:-OSM} # change to OSM when published PLATFORM_VERSION=${2:-4.3.1.0.53705} @@ -185,8 +185,10 @@ if [[ $PLATFORM == ub16 ]]; then # ignore failures PACKAGES="rw.toolchain-rwbase rw.toolchain-rwtoolchain rw.core.mgmt-mgmt rw.core.util-util \ - rw.core.rwvx-rwvx rw.core.rwvx-rwdts rw.automation.core-RWAUTO rw.core.rwvx-rwha-1.0" - for package in $PACKAGES; do + rw.core.rwvx-rwvx rw.core.rwvx-rwdts rw.automation.core-RWAUTO" + # this package is obsolete. + OLD_PACKAGES="rw.core.rwvx-rwha-1.0" + for package in $PACKAGES $OLD_PACKAGES; do apt remove -y $package || true done