summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2006-02-18 02:23:06 +0000
committerluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2006-02-18 02:23:06 +0000
commitcc4a94374b0f1fa99567e45f9ad8aaf54aa82de6 (patch)
tree15fe3cf7f5f14348c2a31db010a27370644ea116 /Rakefile
parent4579f8f91c6993cabe5875072c9cd92ed6381bb0 (diff)
downloadfacter-cc4a94374b0f1fa99567e45f9ad8aaf54aa82de6.tar.gz
facter-cc4a94374b0f1fa99567e45f9ad8aaf54aa82de6.tar.xz
facter-cc4a94374b0f1fa99567e45f9ad8aaf54aa82de6.zip
updates
git-svn-id: http://reductivelabs.com/svn/facter/trunk@87 1f5c1d6a-bddf-0310-8f58-fc49e503516a
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 2e6a16c..8462736 100644
--- a/Rakefile
+++ b/Rakefile
@@ -307,6 +307,11 @@ task :copy => [:package, :html] do
sh %{cp -r html #{DOWNDIR}/facter/apidocs}
end
+desc "SSH to fedora and make the rpm"
+task :fedorarpm => [:package] do
+ sh %{ssh fedora1 'cd svn/facter/trunk; rake rpm'}
+end
+
desc "Create an RPM"
task :rpm do
tarball = File.join(Dir.getwd, "pkg", "facter-#{PKG_VERSION}.tgz")