Switch to newton
This changes the newton version of the spec helper to reference the stable/newton branch. Change-Id: I7a54094088419559fb3517322463500de6d8f12f
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
host=review.openstack.org
|
||||
port=29418
|
||||
project=openstack/puppet-openstack_spec_helper.git
|
||||
defaultbranch=stable/newton
|
||||
|
||||
@@ -12,7 +12,7 @@ install_gems() {
|
||||
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
|
||||
git://git.openstack.org openstack/puppet-nova
|
||||
else
|
||||
git clone git://git.openstack.org/openstack/puppet-nova openstack/puppet-nova
|
||||
git clone git://git.openstack.org/openstack/puppet-nova -b stable/newton openstack/puppet-nova
|
||||
fi
|
||||
cd openstack/puppet-nova
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ RSpec.configure do |c|
|
||||
zuul_clone_cmd += "git://git.openstack.org #{repo}"
|
||||
on host, zuul_clone_cmd
|
||||
else
|
||||
on host, "git clone https://git.openstack.org/#{repo} #{repo}"
|
||||
on host, "git clone https://git.openstack.org/#{repo} -b stable/newton #{repo}"
|
||||
end
|
||||
|
||||
on host, "ZUUL_REF=#{zuul_ref} ZUUL_BRANCH=#{zuul_branch} ZUUL_URL=#{zuul_url} PUPPET_MAJ_VERSION=#{puppet_maj_version} bash #{repo}/install_modules.sh"
|
||||
|
||||
@@ -59,7 +59,7 @@ task :spec_prep do
|
||||
zuul_clone_cmd += ['git://git.openstack.org', "#{repo}"]
|
||||
sh(*zuul_clone_cmd)
|
||||
else
|
||||
sh("git clone https://git.openstack.org/#{repo} #{repo}")
|
||||
sh("git clone https://git.openstack.org/#{repo} -b stable/newton #{repo}")
|
||||
end
|
||||
# Allow to a repository to have extra modules that are not
|
||||
# in puppet-openstack-integration
|
||||
|
||||
@@ -8,8 +8,8 @@ Contents
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
mitaka
|
||||
unreleased
|
||||
mitaka
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
||||
Reference in New Issue
Block a user