[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585

James Turnbull james at lovedthanlost.net
Fri Jan 23 14:21:26 UTC 2009


The following commit has been merged in the master branch:
commit f5fb2d383ee9836bddd031b714907cddacd28046
Author: James Turnbull <james at lovedthanlost.net>
Date:   Tue Oct 14 08:47:21 2008 +1100

    Fixed #1649 - OS X package creation script should be more selective about cleaning out prior versions

diff --git a/CHANGELOG b/CHANGELOG
index d76604f..4699dd1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,8 @@
 0.24.6
+    Fixed #1649 - Updated OSX package cleanup
+  
+    Fixed #1647 - puppetdoc -r providers now working again
+
     Fixed #1639 - uninitialized constant Puppet::Type::User::ProviderUseradd
 
     Fixed #1637 - With an inexistant (global) templatedir, modules 
diff --git a/conf/osx/preflight b/conf/osx/preflight
index 57ebcb6..cde682b 100755
--- a/conf/osx/preflight
+++ b/conf/osx/preflight
@@ -8,4 +8,5 @@
 # ${3} is the destination volume so that this works correctly
 # when being installed to volumes other than the current OS.
 
-rm -Rf "${3}{SITELIBDIR}/puppet*"
+/bin/rm -Rf "${3}{SITELIBDIR}/puppet"
+/bin/rm -Rf "${3}{SITELIBDIR}/puppet.rb"

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list