Fix Int/Pack Puppet workspace for new pak-pup name
[releng/builder.git] / jjb / packaging / test-puppet.sh
index 22b151176cf080fbe0e1c90d5ed2424acdbb12f3..1f4d97c37244bfec147dfecb4c59a847527daa87 100644 (file)
@@ -7,7 +7,7 @@
 set -ex -o pipefail
 
 # Adapted from puppet-opendaylight/Vagrantfile
-# https://github.com/dfarrell07/puppet-opendaylight/blob/master/Vagrantfile
+# https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging/puppet-opendaylight.git;a=blob;f=Vagrantfile
 
 # Install system-wide dependencies
 # TODO: Are all of these still needed?
@@ -15,7 +15,7 @@ sudo yum install -y ruby-devel gcc-c++ zlib-devel patch redhat-rpm-config make r
 
 # Install RVM to help build recent version of Ruby
 # The ruby_dep gem requires >=2.2.5, 2.0.0 is the latest pre-packaged for CentOS
-gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
+gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
 curl -L get.rvm.io | bash -s stable
 # Expected by RVM, seems required to make RVM functions (`rvm use`) available
 # Silence absurdly verbose rvm output by temporally not echoing commands
@@ -36,7 +36,7 @@ gem install bundler
 echo export PATH="\\$PATH:/usr/local/bin" >> "$HOME/.bashrc"
 # RVM's loaded functions print lots of output at this step, silence them
 set +x
-pushd "$WORKSPACE/puppet"
+pushd "$WORKSPACE/packaging-puppet"
 set -x
 bundle install
 bundle update