X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;fp=installers%2Finstall_osm.sh;h=d415b43dff6928ea1f18e05185b6ca93d714380b;hb=f9749e2aa8901f8c9b40436f0a71b05e462d15d2;hp=7cc47e3d837332e584d12e965d6085927f9cad97;hpb=aa0af710796e6a7ba7ba2335909d91426115f763;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 7cc47e3d..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=ReleaseFIVE +RELEASE=ReleaseFIVE-daily REPOSITORY=testing add_repo() { @@ -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 --pullimages "$@" +/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 "$@"