Checkout openstack-integration from master
authorEmilien Macchi <emilien@redhat.com>
Thu, 26 Nov 2015 09:44:59 +0000 (10:44 +0100)
committerEmilien Macchi <emilien@redhat.com>
Thu, 26 Nov 2015 09:44:59 +0000 (10:44 +0100)
Since stable/liberty was created, let's now checkout master to prepare
the next release (Mitaka).

Change-Id: I38ca2182c0d2ca2fb7d06988911457b1374c9f62

Rakefile
spec/spec_helper_acceptance.rb

index 9692ffdd217a884b5f8b3a470ce73945c7d2c53e..ed79bead4e7a4411931b49154d5e3bf5b62ce051 100644 (file)
--- 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"]
index 15e8cc977087c9a60dd699e6045f717587e0cdc7..429e807c4282ee1d558caaab53feb75fc10ad492 100644 (file)
@@ -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"