[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1456-g2f0b1e5
James Turnbull
james at lovedthanlost.net
Tue Oct 27 17:05:28 UTC 2009
The following commit has been merged in the upstream branch:
commit a53a77cef6fe8f4216df3ac2a8a0d387021adb9b
Author: James Turnbull <james at lovedthanlost.net>
Date: Sat Sep 19 09:18:11 2009 +1000
Renamed test branch to testing in rake task
diff --git a/tasks/rake/testbranch.rake b/tasks/rake/testbranch.rake
index 62304ea..fd97f61 100644
--- a/tasks/rake/testbranch.rake
+++ b/tasks/rake/testbranch.rake
@@ -1,12 +1,12 @@
-desc "Rebuild the 'test' branch"
+desc "Rebuild the 'testng' branch"
task :testbranch do
TEST_SERIES = %x{git config --get puppet.testseriesfile}.chomp
sh 'git checkout master'
- if %x{git branch}.split("\n").detect { |l| l =~ /\s+test$/ }
- sh 'git branch -D test'
+ if %x{git branch}.split("\n").detect { |l| l =~ /\s+testing$/ }
+ sh 'git branch -D testing'
end
- sh 'git checkout -b test'
+ sh 'git checkout -b testing'
File.readlines(TEST_SERIES).each do |line|
line.chomp!
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list