summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-02 01:38:21 +0000
committerlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-02 01:38:21 +0000
commit4a73da3370f9223c5fd43dc9ee008fb87b6ca24b (patch)
tree557a57f2168e1c5eb4b394ce4e556dbc8e7cee1b
parent1808c50ea15f48eab7110f34685fbb4c84b6a00a (diff)
downloadpuppet-4a73da3370f9223c5fd43dc9ee008fb87b6ca24b.tar.gz
puppet-4a73da3370f9223c5fd43dc9ee008fb87b6ca24b.tar.xz
puppet-4a73da3370f9223c5fd43dc9ee008fb87b6ca24b.zip
Don't include bin/pi in distributed tarball (and hence fix trac #471)
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2252 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 303d900a7..2fd73af57 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-# Rakefile for Puppet
+# Rakefile for Puppet -*- ruby -*-
$: << File.expand_path(File.join(File.dirname(__FILE__), 'lib'))
@@ -28,6 +28,7 @@ project = Rake::RedLabProject.new("puppet") do |p|
'examples/**/*',
'conf/**/*'
]
+ p.filelist.exclude("bin/pi")
p.add_dependency('facter', '1.1.0')