Merge pull request #72 from bodepd/remove_puppet_reference
Remove Puppet reference from rake task.
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -28,7 +28,7 @@ namespace :modules do
|
|||||||
# I should check to see if the file is there?
|
# I should check to see if the file is there?
|
||||||
outpath = File.join(modulepath, local)
|
outpath = File.join(modulepath, local)
|
||||||
output = `git clone #{remote} #{outpath}`
|
output = `git clone #{remote} #{outpath}`
|
||||||
Puppet.debug(output)
|
puts output
|
||||||
end
|
end
|
||||||
branches_to_checkout.each do |local, branch|
|
branches_to_checkout.each do |local, branch|
|
||||||
Dir.chdir(File.join(modulepath, local)) do
|
Dir.chdir(File.join(modulepath, local)) do
|
||||||
|
Reference in New Issue
Block a user