Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: richlowe/puppet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pkg-fixes
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 9, 2011

  1. provider/pkg: Don't recursive uninstall

    It's been removed in more recent pkg clients and, even prior to that, would
    never do the right thing (ultimately, trying to uninstall most of the
    system).
    richlowe committed Jul 9, 2011
    Configuration menu
    Copy the full SHA
    cb44f08 View commit details
    Browse the repository at this point in the history
  2. provider/pkg: Handle multi-publisher configurations

    - Accept the possibility of (publisher-name) in pkg list output
    
    - Actually return versions from 'latest'
    
      Previously, it was likely returning the package state, and not
      necessarily the correct one.
    richlowe committed Jul 9, 2011
    Configuration menu
    Copy the full SHA
    de98abf View commit details
    Browse the repository at this point in the history
Loading