summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-06-16 10:08:14 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-06-16 10:08:14 +1000
commitd3a4d9ad72ae12199163864582bfbb0f30a7f271 (patch)
treea7d2085445497d7f66341bec4f99517530956c6e /Rakefile
parent6350aa4e81ff0fc0fd7effeee2b1e3ca8baaa351 (diff)
downloadpuppet-d3a4d9ad72ae12199163864582bfbb0f30a7f271.tar.gz
puppet-d3a4d9ad72ae12199163864582bfbb0f30a7f271.tar.xz
puppet-d3a4d9ad72ae12199163864582bfbb0f30a7f271.zip
Updated Rakefile fixes #1367
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f4f88f2cc..00444c284 100644
--- a/Rakefile
+++ b/Rakefile
@@ -102,7 +102,7 @@ def daily(package)
edir = "/tmp/daily-export"
Dir.mkdir edir
Dir.chdir(edir) do
- sh %{svn export http://reductivelabs.com/svn/#{package}/trunk #{package} >/dev/null}
+ sh %{git clone git://reductivelabs.com/#{package} #{package} >/dev/null}
sh %{tar cf - #{package} | gzip -c > #{dailyfile(package)}}
end
FileUtils.rm_rf(edir)