From c74fd81b0f8f8efe363389e2af2be9c07625dd16 Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 13 Mar 2006 21:09:29 +0000 Subject: Committing the EPM support. I am in the process of moving this to a common library that all of my projects can use. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1025 980ebf18-57e1-0310-9a29-db15c13687c0 --- Rakefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Rakefile b/Rakefile index 06cfad5e6..82fc79269 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,18 @@ # -*- ruby -*- (Make emacs happy) # Rakefile for Puppet +PKG = "puppet" +RPMHOST = "fedora1" +PKGHOST = "culain" + +begin + require 'rake/reductive' +rescue Exception + $stderr.puts "You must have the Reductive build library in your RUBYLIB." + exit(14) +end + + begin require 'rubygems' require 'rake/gempackagetask' -- cgit