X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=7cc47e3d837332e584d12e965d6085927f9cad97;hb=refs%2Fchanges%2F00%2F6600%2F2;hp=290b519ca2bdbd7f4768026d170618d6bfa2b457;hpb=9cf4156e6cf87f4eaa96180347badcbbb4a80644;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 290b519c..7cc47e3d 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -1,7 +1,7 @@ #!/bin/bash REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian -RELEASE=ReleaseFOUR -REPOSITORY=stable +RELEASE=ReleaseFIVE +REPOSITORY=testing add_repo() { REPO_CHECK="^$1" @@ -19,4 +19,4 @@ add_repo() { add_repo "deb [arch=amd64] $REPOSITORY_BASE/$RELEASE $REPOSITORY 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 -D /usr/share/osm-devops "$@" +/usr/share/osm-devops/installers/full_install_osm.sh -R $RELEASE -r $REPOSITORY -D /usr/share/osm-devops --pullimages "$@"