X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=installers%2Finstall_osm.sh;h=d415b43dff6928ea1f18e05185b6ca93d714380b;hb=5c086bf6ae9c0384d51db5c9c89a499a8a4966a2;hp=9b2e975731edfb337b6092dd2c71a2125e8b138e;hpb=d8bc5c3e8b9c5bcf9002276014e0b90e046606fa;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 9b2e9757..d415b43d 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -1,6 +1,6 @@ #!/bin/bash REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian -RELEASE=ReleaseFOUR +RELEASE=ReleaseFIVE-daily REPOSITORY=testing add_repo() { @@ -17,5 +17,6 @@ add_repo() { } add_repo "deb [arch=amd64] $REPOSITORY_BASE/$RELEASE $REPOSITORY devops" -sudo DEBIAN_FRONTEND=noninteractive apt-get install osm-devops -/usr/share/osm-devops/installers/full_install_osm.sh -R $RELEASE -r $REPOSITORY -D /usr/share/osm-devops "$@" +sudo DEBIAN_FRONTEND=noninteractive apt-get -q update +sudo DEBIAN_FRONTEND=noninteractive apt-get install osm-devops +/usr/share/osm-devops/installers/full_install_osm.sh -R $RELEASE -r $REPOSITORY -u $REPOSITORY_BASE -D /usr/share/osm-devops -t releasefive-daily --pullimages "$@"