diff options
author | Luke Kanies <luke@madstop.com> | 2007-12-17 21:25:07 +0100 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-12-17 21:25:07 +0100 |
commit | 178093f79375aedac62efc73094ce9d0fdd84253 (patch) | |
tree | 647ff708e6af5e3443a6dec56d3ea24c714b4b95 | |
parent | 6b02bd53ec2de17560df2a9b9f429d097453033e (diff) | |
download | puppet-178093f79375aedac62efc73094ce9d0fdd84253.tar.gz puppet-178093f79375aedac62efc73094ce9d0fdd84253.tar.xz puppet-178093f79375aedac62efc73094ce9d0fdd84253.zip |
Fixing the Rakefile to include the yumhelper.py file in
the file list.
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ project = Rake::RedLabProject.new("puppet") do |p| '[A-Z]*', 'lib/puppet.rb', 'lib/puppet/**/*.rb', + 'lib/puppet/**/*.py', 'test/**/*.rb', 'bin/**/*', 'ext/**/*', |