[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.7-1-98-gf19c0e5
James Turnbull
james at lovedthanlost.net
Wed Apr 8 21:48:04 UTC 2009
The following commit has been merged in the master branch:
commit a9f34aff856550e091721ee563d034ba2e1e22bb
Author: Luke Kanies <luke at madstop.com>
Date: Tue Feb 10 14:30:24 2009 -0600
Fixing the Rakefile to use 'git format-patch'.
Some releases of git no longer install hundreds
of binaries, so the 'git-format-patch' binary
is unavailable.
Signed-off-by: Luke Kanies <luke at madstop.com>
diff --git a/Rakefile b/Rakefile
index 16c6488..34a60ea 100644
--- a/Rakefile
+++ b/Rakefile
@@ -193,7 +193,7 @@ task :mail_patches do
type, parent, name = $1, $2, $3
# Create all of the patches
- sh "git-format-patch -C -M -s -n #{parent}..HEAD"
+ sh "git format-patch -C -M -s -n #{parent}..HEAD"
# And then mail them out.
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list