<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puppet.git/lib/puppet/provider/package, branch master</title>
<subtitle>Puppet repo</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/'/>
<entry>
<title>maint: Fix pacman provider to work with Ruby 1.9</title>
<updated>2011-05-24T16:54:07+00:00</updated>
<author>
<name>Matt Robinson</name>
<email>matt@puppetlabs.com</email>
</author>
<published>2011-05-24T16:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=107b38a94f8b4e4a0fcca4879a167ab4c955fe4d'/>
<id>107b38a94f8b4e4a0fcca4879a167ab4c955fe4d</id>
<content type='text'>
Ruby 1.9 doesn't allow the lambda to walk up the directory structure to
require the spec helper This is the same issue as with commit:
f6da3339f59bbd9243a03dc1e417b1fed7955c7e

Also, you can't call each on a string in Ruby 1.9 directly since it
doesn't implicitly do a split on \n like it did in older Rubies, but
each_line works all the way back to 1.8.5

Reviewed-by: Nick Lewis &lt;nick@puppetlabs.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ruby 1.9 doesn't allow the lambda to walk up the directory structure to
require the spec helper This is the same issue as with commit:
f6da3339f59bbd9243a03dc1e417b1fed7955c7e

Also, you can't call each on a string in Ruby 1.9 directly since it
doesn't implicitly do a split on \n like it did in older Rubies, but
each_line works all the way back to 1.8.5

Reviewed-by: Nick Lewis &lt;nick@puppetlabs.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>(#1853) Pacman package provider</title>
<updated>2011-05-16T17:21:34+00:00</updated>
<author>
<name>Paul Boyd</name>
<email>boyd.paul2@gmail.com</email>
</author>
<published>2011-05-12T01:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=6bb2a85a2d1bfdf0fd3fb09339c4b98c627610bf'/>
<id>6bb2a85a2d1bfdf0fd3fb09339c4b98c627610bf</id>
<content type='text'>
Adds support for use Archlinux's pacman package manager in Puppet.

Originally written by Miah Johnson, with bug fixes from Thomas Hatch and
myself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds support for use Archlinux's pacman package manager in Puppet.

Originally written by Miah Johnson, with bug fixes from Thomas Hatch and
myself.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '2.6.next' into 2.7.next</title>
<updated>2011-04-21T21:23:38+00:00</updated>
<author>
<name>Josh Cooper</name>
<email>josh@puppetlabs.com</email>
</author>
<published>2011-04-21T21:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=e396d8042c83ab0f02a4ad159f47db0003959393'/>
<id>e396d8042c83ab0f02a4ad159f47db0003959393</id>
<content type='text'>
Manually resolved conflicts:
	lib/puppet/parser/resource.rb
	lib/puppet/parser/scope.rb
	spec/unit/parser/scope_spec.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Manually resolved conflicts:
	lib/puppet/parser/resource.rb
	lib/puppet/parser/scope.rb
	spec/unit/parser/scope_spec.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'feature/master/4258-pkgutil' into 2.7.x</title>
<updated>2011-04-14T18:55:08+00:00</updated>
<author>
<name>Matt Robinson</name>
<email>matt@puppetlabs.com</email>
</author>
<published>2011-04-14T18:55:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=d88b3763cea9e116c8abf45ca2aa4ec80fa20349'/>
<id>d88b3763cea9e116c8abf45ca2aa4ec80fa20349</id>
<content type='text'>
* feature/master/4258-pkgutil: (29 commits)
  (#4258) Fix pkgutil spec test to have the correct provider
  (#4258) Remove superfluous command check that called pkgutil
  (#4258) Fix fd leak opening pkgutil config files
  (#4258) Permit variations of -nv in both pkgutil.conf files
  (#4258) Stop file and config checks from breaking spec
  (#4258) Check wgetopts in pkgutil.conf
  (#4258) Fix hash duplication affecting canonical provider instance
  (#4258) Use pkgutil -a to reliably determine package common names/aliases
  (#4258) Update pkgutil spec for recent impl changes
  (#4258) pkgutil: bug fix: if shortname is not equal to package name
  (#4258) pkgutil provider: better handling of short package names
  (#4258) pkgutil provider: misc enhancements
  Add spec tests for pkgutil package provider
  * Fix exception on parse failure of pkgutil output * Fix exception when querying latest version for unknown package
  Fixing indentation
  Removing blastwave references and unused PAGER
  Changing indentation to 2-spaces as per 2.6+ style
  Single package queries made more robust when dealing with pkgutil noise
  Fixing wget verbose regex
  These regular expressions will not match anything.  pkgutil doesn't output anything that can be matched.
  ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* feature/master/4258-pkgutil: (29 commits)
  (#4258) Fix pkgutil spec test to have the correct provider
  (#4258) Remove superfluous command check that called pkgutil
  (#4258) Fix fd leak opening pkgutil config files
  (#4258) Permit variations of -nv in both pkgutil.conf files
  (#4258) Stop file and config checks from breaking spec
  (#4258) Check wgetopts in pkgutil.conf
  (#4258) Fix hash duplication affecting canonical provider instance
  (#4258) Use pkgutil -a to reliably determine package common names/aliases
  (#4258) Update pkgutil spec for recent impl changes
  (#4258) pkgutil: bug fix: if shortname is not equal to package name
  (#4258) pkgutil provider: better handling of short package names
  (#4258) pkgutil provider: misc enhancements
  Add spec tests for pkgutil package provider
  * Fix exception on parse failure of pkgutil output * Fix exception when querying latest version for unknown package
  Fixing indentation
  Removing blastwave references and unused PAGER
  Changing indentation to 2-spaces as per 2.6+ style
  Single package queries made more robust when dealing with pkgutil noise
  Fixing wget verbose regex
  These regular expressions will not match anything.  pkgutil doesn't output anything that can be matched.
  ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote branch 'james/tickets/2.6.x/6681' into 2.6.next</title>
<updated>2011-04-14T07:22:04+00:00</updated>
<author>
<name>James Turnbull</name>
<email>james@lovedthanlost.net</email>
</author>
<published>2011-04-14T07:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=16d1f784cd00f8b3c3381caede44159c309487d7'/>
<id>16d1f784cd00f8b3c3381caede44159c309487d7</id>
<content type='text'>
* james/tickets/2.6.x/6681:
  Fixed #6681 - Remove --force-yes option from aptitude is used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* james/tickets/2.6.x/6681:
  Fixed #6681 - Remove --force-yes option from aptitude is used
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '2.6.x' into next</title>
<updated>2011-04-14T00:20:24+00:00</updated>
<author>
<name>Max Martin</name>
<email>max@puppetlabs.com</email>
</author>
<published>2011-04-14T00:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=3ab44c7ce01ab86a995deb66228f5be95239c92a'/>
<id>3ab44c7ce01ab86a995deb66228f5be95239c92a</id>
<content type='text'>
* 2.6.x:
  Updated CHANGELOG for 2.6.8rc1
  (#2331) Remove darwinports pkg provider, replace with rewritten macports provider
  Fixed #7082 - Added system support for groups
  (#7018) Give more context on the service type's assumptions. Wording tweaks.
  (#7018) explain internals better in service provider documentation
  maint: Fix sqlite3 require to really be optional
  maint: Fix sporadic sqlite error
  (#6818) Stop from getting Rails 3 named_scope deprecation warning
  (#6856) Copy dangling symlinks with 'links =&gt; manage' File resource.

Conflicts (Resolved manually):
	lib/puppet/type/group.rb
	spec/unit/indirector/facts/inventory_active_record_spec.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 2.6.x:
  Updated CHANGELOG for 2.6.8rc1
  (#2331) Remove darwinports pkg provider, replace with rewritten macports provider
  Fixed #7082 - Added system support for groups
  (#7018) Give more context on the service type's assumptions. Wording tweaks.
  (#7018) explain internals better in service provider documentation
  maint: Fix sqlite3 require to really be optional
  maint: Fix sporadic sqlite error
  (#6818) Stop from getting Rails 3 named_scope deprecation warning
  (#6856) Copy dangling symlinks with 'links =&gt; manage' File resource.

Conflicts (Resolved manually):
	lib/puppet/type/group.rb
	spec/unit/indirector/facts/inventory_active_record_spec.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>(#2331) Remove darwinports pkg provider, replace with rewritten macports provider</title>
<updated>2011-04-13T21:23:28+00:00</updated>
<author>
<name>Nigel Kersten</name>
<email>nigel@puppetlabs.com</email>
</author>
<published>2011-03-13T22:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=8b7444dc5cebd73c5494a7908101bda3213f5711'/>
<id>8b7444dc5cebd73c5494a7908101bda3213f5711</id>
<content type='text'>
  * Employs port -q installed, much faster than port list installed
  * Handles upgrades correctly now
  * Makes use of internal port revision for ensure =&gt; latest upgrades
  * Versionable, now works with ensure =&gt; specified_version
  * Does not handle port variants at all yet.
  * Does not allow manual specification of revision, only version
  * Test coverage expanded using newer syntax

Paired-With: Daniel Pittman
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * Employs port -q installed, much faster than port list installed
  * Handles upgrades correctly now
  * Makes use of internal port revision for ensure =&gt; latest upgrades
  * Versionable, now works with ensure =&gt; specified_version
  * Does not handle port variants at all yet.
  * Does not allow manual specification of revision, only version
  * Test coverage expanded using newer syntax

Paired-With: Daniel Pittman
</pre>
</div>
</content>
</entry>
<entry>
<title>(#4258) Remove superfluous command check that called pkgutil</title>
<updated>2011-04-13T12:10:40+00:00</updated>
<author>
<name>Dominic Cleal</name>
<email>dcleal@redhat.com</email>
</author>
<published>2011-04-13T12:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=cb552af357763310ca4a16bf514dd39fcbd203bf'/>
<id>cb552af357763310ca4a16bf514dd39fcbd203bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(#4258) Fix fd leak opening pkgutil config files</title>
<updated>2011-04-13T09:34:40+00:00</updated>
<author>
<name>Dominic Cleal</name>
<email>dcleal@redhat.com</email>
</author>
<published>2011-04-13T09:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=fd983410d841fec2408ded0700c841bf201eafbb'/>
<id>fd983410d841fec2408ded0700c841bf201eafbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(#4258) Permit variations of -nv in both pkgutil.conf files</title>
<updated>2011-04-13T08:50:41+00:00</updated>
<author>
<name>Dominic Cleal</name>
<email>dcleal@redhat.com</email>
</author>
<published>2011-04-13T08:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=7726dc3f7d9fa45e94e748fe5679e89d96dd817f'/>
<id>7726dc3f7d9fa45e94e748fe5679e89d96dd817f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
