X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=f2cf7734082663d110799d2963676a2ed9524681;hb=refs%2Fheads%2Ffeature7106;hp=bc1adfa6ab322aa28040d2e2eceb0bbe25bf76b8;hpb=0d45bc887eb1d7d60d5fa79643950ef75a189602;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index bc1adfa6..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 "$@" +/usr/share/osm-devops/installers/full_install_osm.sh -R $RELEASE -r $REPOSITORY -u $REPOSITORY_BASE -D /usr/share/osm-devops -t latest "$@"