X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=f2cf7734082663d110799d2963676a2ed9524681;hb=afa32d8183ba96f6dfd276fe8f8aed0ae7113cf3;hp=899adb179f7f02f1619053847c5919c64a9c39e2;hpb=e3167903834bdcb8d65e178edff8aca0bc31ce20;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 899adb17..f2cf7734 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=ReleaseFIVE-daily -REPOSITORY=testing +RELEASE=ReleaseFIVE +REPOSITORY=stable add_repo() { REPO_CHECK="^$1" @@ -31,4 +31,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 -u $REPOSITORY_BASE -D /usr/share/osm-devops -t releasefive-daily --pullimages "$@" +/usr/share/osm-devops/installers/full_install_osm.sh -R $RELEASE -r $REPOSITORY -u $REPOSITORY_BASE -D /usr/share/osm-devops -t latest "$@"