[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:20:55 UTC 2009


The following commit has been merged in the master branch:
commit 758505b9e3bcb2c45da30d62350534c232f1bf98
Author: James Turnbull <james at lovedthanlost.net>
Date:   Sat Sep 13 14:16:01 2008 +1000

    Fixed #1568 - createpackage.sh

diff --git a/conf/osx/createpackage.sh b/conf/osx/createpackage.sh
index 3ac4d09..32cbebf 100755
--- a/conf/osx/createpackage.sh
+++ b/conf/osx/createpackage.sh
@@ -49,7 +49,7 @@ function find_puppet_root() {
 
 function install_puppet() {
   echo "Installing Puppet to ${pkgroot}"
-  "${installer}" --destdir="${pkgroot}" --bindir="${BINDIR}" --sitelibdir="${SITELIBDIR}" &> /dev/null
+  "${installer}" --destdir="${pkgroot}" --bindir="${BINDIR}" --sitelibdir="${SITELIBDIR}"
   chown -R root:admin "${pkgroot}"
 }
 

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list