X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=5a9199cbce787101d2bca3dddae68268d8e162fd;hb=f3e42cf1fda77c71980daac18fe0cb55f52be1d1;hp=bc1adfa6ab322aa28040d2e2eceb0bbe25bf76b8;hpb=df1296d5342ce2d96b2a21c4f4ac15ac048a18e5;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index bc1adfa6..5a9199cb 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -1,7 +1,8 @@ #!/bin/bash REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian -RELEASE=ReleaseFIVE-daily -REPOSITORY=testing +RELEASE=ReleaseSIX +REPOSITORY=stable +DOCKER_TAG=6 add_repo() { REPO_CHECK="^$1" @@ -31,4 +32,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 $DOCKER_TAG "$@"