[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5

rgevaert rudy+github at webworm.org
Tue May 10 08:01:37 UTC 2011


The following commit has been merged in the experimental branch:
commit 300371944b29c9b4f72964e223a74e1b38bb42a7
Author: rgevaert <rudy+github at webworm.org>
Date:   Wed Nov 17 20:13:41 2010 +0100

    These regular expressions will not match anything.  pkgutil doesn't output anything that can be matched.

diff --git a/lib/puppet/provider/package/pkgutil.rb b/lib/puppet/provider/package/pkgutil.rb
index 1d699f3..19a62dc 100755
--- a/lib/puppet/provider/package/pkgutil.rb
+++ b/lib/puppet/provider/package/pkgutil.rb
@@ -47,8 +47,6 @@ Puppet::Type.type(:package).provide :pkgutil, :parent => :sun, :source => :sun d
 
         list = output.split("\n").collect do |line|
             next if line =~ /^#/
-            #next if line =~ /^WARNING/
-            #next if line =~ /localrev\s+remoterev/
             next if line =~ /installed\s+catalog/  # header of package list
             next if line =~ /^Checking integrity / # use_gpg
             next if line =~ /^gpg: /               # gpg verification

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list