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
|
host=review.openstack.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/puppet-openstack_spec_helper.git
|
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 \
|
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
|
||||||
git://git.openstack.org openstack/puppet-nova
|
git://git.openstack.org openstack/puppet-nova
|
||||||
else
|
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
|
fi
|
||||||
cd openstack/puppet-nova
|
cd openstack/puppet-nova
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ RSpec.configure do |c|
|
|||||||
zuul_clone_cmd += "git://git.openstack.org #{repo}"
|
zuul_clone_cmd += "git://git.openstack.org #{repo}"
|
||||||
on host, zuul_clone_cmd
|
on host, zuul_clone_cmd
|
||||||
else
|
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
|
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"
|
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}"]
|
zuul_clone_cmd += ['git://git.openstack.org', "#{repo}"]
|
||||||
sh(*zuul_clone_cmd)
|
sh(*zuul_clone_cmd)
|
||||||
else
|
else
|
||||||
sh("git clone https://git.openstack.org/#{repo} #{repo}")
|
sh("git clone https://git.openstack.org/#{repo} -b stable/newton #{repo}")
|
||||||
end
|
end
|
||||||
# Allow to a repository to have extra modules that are not
|
# Allow to a repository to have extra modules that are not
|
||||||
# in puppet-openstack-integration
|
# in puppet-openstack-integration
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ Contents
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
mitaka
|
|
||||||
unreleased
|
unreleased
|
||||||
|
mitaka
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
|||||||
Reference in New Issue
Block a user