diff options
author | Tim Rozet <trozet@redhat.com> | 2017-10-06 20:05:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-06 20:05:36 +0000 |
commit | 325ac9a9d4582175b513219a45e08947e79599a9 (patch) | |
tree | 94be966c10fad7aeeb1ad2994b2d1e231109d1b9 /build | |
parent | f941e233e575821695dc876c9a7a9f6c31e6dd00 (diff) | |
parent | 89932c44597ae86e8460939896f978862005596f (diff) |
Merge "Use stable/17.10 branch for VPP"
Diffstat (limited to 'build')
-rwxr-xr-x | build/overcloud-full.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index ac412d90..ada196df 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -106,11 +106,11 @@ pushd puppet-fdio > /dev/null git archive --format=tar.gz --prefix=fdio/ HEAD > ${BUILD_DIR}/puppet-fdio.tar.gz popd > /dev/null -# Master FD.IO Repo +# FD.IO Repo cat > ${BUILD_DIR}/fdio.repo << EOF -[fdio-master] -name=fd.io master branch latest merge -baseurl=https://nexus.fd.io/content/repositories/fd.io.master.centos7/ +[fdio-1710] +name=fd.io packages +baseurl=https://nexus.fd.io/content/repositories/fd.io.stable.1710.centos7/ enabled=1 gpgcheck=0 EOF |