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/puppetlabs-apt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-apt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.0
Choose a head ref
  • 16 commits
  • 21 files changed
  • 3 contributors

Commits on Oct 2, 2013

  1. Configuration menu
    Copy the full SHA
    c07ab50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #167 from madeddie/master

    add an updates_timeout option to apt::params (PR fix)
    Ashley Penney committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    5c49633 View commit details
    Browse the repository at this point in the history
  3. Add initial rspec-system tests.

    This covers:
    
    apt::builddep
    apt::key
    apt::ppa
    apt::source
    apt
    Ashley Penney committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    621111e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #168 from apenney/rspec-system

    Add initial rspec-system tests.
    Ashley Penney committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    bb5fcad View commit details
    Browse the repository at this point in the history
  5. This switches us to doing a test -s instead of checking for the

    files existence as add-apt-repository --remove leaves a 0 byte file
    behind instead of deleting everything properly.
    Ashley Penney committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    2f9c16a View commit details
    Browse the repository at this point in the history
  6. Fix other tests to include apt appropriately.

    Ashley Penney committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    ee24679 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #169 from apenney/fix_ppa.pp

    This switches us to doing a `test -s` instead of checking for the
    Ashley Penney committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    42b2cd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2013

  1. FM-103: Add metadata.json to all modules.

    Ashley Penney committed Oct 4, 2013
    Configuration menu
    Copy the full SHA
    245b2b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #170 from apenney/metadata

    FM-103: Add metadata.json to all modules.
    Ashley Penney committed Oct 4, 2013
    Configuration menu
    Copy the full SHA
    e390706 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2013

  1. This work flips from onlyif to unless (mistakenly looked at the

    wrong return code).
    Ashley Penney committed Oct 8, 2013
    Configuration menu
    Copy the full SHA
    39cbeeb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #172 from apenney/fix-ppa

    This work flips from onlyif to unless (mistakenly looked at the
    Ashley Penney committed Oct 8, 2013
    Configuration menu
    Copy the full SHA
    3913f6c View commit details
    Browse the repository at this point in the history
  3. Prepare 1.4.0 release.

    Ashley Penney committed Oct 8, 2013
    Configuration menu
    Copy the full SHA
    547d7ad View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2013

  1. Fixed double-space typo

    This bug has been introduced in 1.2.0 - b3d67c8
    lkoranda committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    cf04f76 View commit details
    Browse the repository at this point in the history
  2. Fixed tests for cf04f76

    lkoranda committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    7dd4a14 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #175 from lkoranda/patch-1

    Fixed double-space typo
    Ashley Penney committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    6d01635 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2013

  1. Merge pull request #173 from apenney/140-release

    Prepare 1.4.0 release.
    Ashley Penney committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    924e892 View commit details
    Browse the repository at this point in the history
Loading