summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-06-15 23:01:56 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-06-15 23:01:56 +0000
commit659792f280c1ab1baaa69a2b569dc57748411870 (patch)
tree58f34ef0a508a5ba86c9bba78580ffc179c5ce32 /Rakefile
parent6be8b211465ee617e58b96e1622bbf6b6068beb2 (diff)
downloadpuppet-659792f280c1ab1baaa69a2b569dc57748411870.tar.gz
Adding ralsh and filebucket to the rpm and the rakefile, and changing the url in the rpm
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2592 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 96f40d677..2fd73af57 100644
--- a/Rakefile
+++ b/Rakefile
@@ -28,7 +28,7 @@ project = Rake::RedLabProject.new("puppet") do |p|
'examples/**/*',
'conf/**/*'
]
- p.filelist.exclude("bin/pi", "bin/ralsh", "bin/filebucket")
+ p.filelist.exclude("bin/pi")
p.add_dependency('facter', '1.1.0')