From 3ebecd1a6f698438ecca5d065d5992b731be81b2 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 26 Nov 2015 10:44:03 +0100 Subject: [PATCH] Checkout openstack-integration from master Since stable/liberty was created, let's now checkout master to prepare the next release (Mitaka). Change-Id: I1ac93ebcac29b4f884cc12a6d968b9bfa1de9d16 --- Rakefile | 2 +- spec/spec_helper_acceptance.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 9692ffdd..ed79bead 100644 --- a/Rakefile +++ b/Rakefile @@ -58,7 +58,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} -b stable/liberty #{repo}") + sh("git clone https://git.openstack.org/#{repo} #{repo}") end script = ['env'] script += ["PUPPETFILE_DIR=#{Dir.pwd}/spec/fixtures/modules"] diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 15e8cc97..429e807c 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -38,7 +38,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} -b stable/liberty #{repo}" + on host, "git clone https://git.openstack.org/#{repo} #{repo}" end on host, "ZUUL_REF=#{zuul_ref} ZUUL_BRANCH=#{zuul_branch} ZUUL_URL=#{zuul_url} bash #{repo}/install_modules.sh"