X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Fmk%2Fget_version.sh;h=2fae03a58b0da3842eecbc619e5a791b103416c8;hb=1d704d9e31c8a002f38afbbc33929d13baaa8e45;hp=7508ac8d04d67f6fc737528ec79318f8ebd82051;hpb=9cf4156e6cf87f4eaa96180347badcbbb4a80644;p=osm%2Fdevops.git diff --git a/docker/mk/get_version.sh b/docker/mk/get_version.sh index 7508ac8d..2fae03a5 100755 --- a/docker/mk/get_version.sh +++ b/docker/mk/get_version.sh @@ -1,6 +1,21 @@ #!/bin/sh +# +# Copyright 2020 ETSI +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# -RELEASE="ReleaseFOUR-daily" +RELEASE="ReleaseNINE-daily" REPOSITORY_KEY="OSM%20ETSI%20Release%20Key.gpg" REPOSITORY="testing" REPOSITORY_BASE="http://osm-download.etsi.org/repository/osm/debian"