[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1601-gf8c1b08
James Turnbull
james at lovedthanlost.net
Fri Jan 15 09:08:42 UTC 2010
The following commit has been merged in the upstream branch:
commit d0efcc6175beed99e719ed0a56286da4693a71f2
Author: James Turnbull <james at lovedthanlost.net>
Date: Wed Jan 6 17:09:39 2010 +1100
Added tasks directory to Rakefile and gem task file lists
diff --git a/Rakefile b/Rakefile
index 76436d5..791d744 100644
--- a/Rakefile
+++ b/Rakefile
@@ -20,6 +20,7 @@ FILES = FileList[
'man/**/*',
'examples/**/*',
'ext/**/*',
+ 'tasks/**/*',
'test/**/*',
'spec/**/*'
]
diff --git a/tasks/rake/gem.rake b/tasks/rake/gem.rake
index 8da1962..7ef4472 100644
--- a/tasks/rake/gem.rake
+++ b/tasks/rake/gem.rake
@@ -7,6 +7,7 @@ GEM_FILES = FileList[
'man/**/*',
'examples/**/*',
'ext/**/*',
+ 'tasks/**/*',
'test/**/*',
'spec/**/*'
]
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list