[DRE-commits] [librarian-puppet] branch master updated (db13093 -> 21acb02)
Stig Sandbeck Mathisen
ssm at debian.org
Sat Jul 19 09:44:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a change to branch master
in repository librarian-puppet.
from db13093 releasing package librarian-puppet version 1.0.1-1
adds fcbf241 Bump version to 1.0.2
adds 951e121 Issue #199 undefined method run! packaging a git source
adds c9aeb2c Fix stringifying source so the regex actually works
adds 5814a48 Merge pull request #204 from curator/curator_module_repository
adds ef9d23e Update Changelog
adds ba3c88d Updated puppetlabs forge protocol in read me
adds 866e865 Merge pull request #205 from gabrielbull/master
adds 94057d3 Improve message when puppet module install fails
adds 50cee09 Issue #201 Add specs to test for paths with spaces
adds 00592cf Update to puppet 3.5.1 in travis
adds f8062a6 Verify SSL certificates in github calls
adds f0431b4 Issue #206 githubtarball call for released versions does not consider pagination
adds a01a937 Fix tests in ruby 1.8
adds 1cb2387 Updates client_api_version to 3 with puppet >= 3.6.0
adds c349639 Merge pull request #211 from adreyer/puppet-v3-compat
adds 66ed19e Move Repo classes out of forge and githubtarball sources
adds c6b901b Store uri as a URI object in forge and githubtarball
adds a18a8ed Issue #198 Reduce the length of tmp dirs
adds 2e745b0 Create a parent Repo class with shared code
adds 5db5bac Tag github tests
adds b00515a Module names shouldn't have dashes, change test fixtures
adds b242afe Module names should be namespaced, change test fixtures
adds 52ae5b6 Remove duplicate test
adds d130ee6 Add debug statements about modules being installed
adds eac2a7e Issue #211 Update changelog and add puppet 3.6.0 to travis
adds d8cf64a Bump version to 1.0.3
adds 51505d6 Print in the log the command used to install a forge module
adds 91fee3c Restore commented out test
adds 057ff50 Better error message if git fails to checkout a module
adds 36b1ffe Issue #223 Ignore duplicated dependencies returned by the Forge
adds 480a9d3 Reorder versions in Travis so newer ones run first
adds 027f9a1 Update Travis to Puppet 3.6.1
adds b26edc7 Imported Upstream version 1.0.3
new 88baf32 Merge tag 'upstream/1.0.3'
new cc9923c Import upstream release 1.0.3
new 21acb02 releasing package librarian-puppet version 1.0.3-1
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 10 +-
checksums.yaml.gz | Bin 271 -> 269 bytes
debian/changelog | 6 +
lib/librarian/puppet/source/forge.rb | 219 ++-------------------
.../puppet/source/{forge.rb => forge/repo.rb} | 213 ++++----------------
lib/librarian/puppet/source/git.rb | 21 +-
lib/librarian/puppet/source/githubtarball.rb | 172 +---------------
lib/librarian/puppet/source/githubtarball/repo.rb | 149 ++++++++++++++
lib/librarian/puppet/source/local.rb | 6 +-
lib/librarian/puppet/source/repo.rb | 38 ++++
lib/librarian/puppet/util.rb | 8 +
lib/librarian/puppet/version.rb | 2 +-
metadata.yml | 7 +-
13 files changed, 293 insertions(+), 558 deletions(-)
copy lib/librarian/puppet/source/{forge.rb => forge/repo.rb} (56%)
create mode 100644 lib/librarian/puppet/source/githubtarball/repo.rb
create mode 100644 lib/librarian/puppet/source/repo.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git
More information about the Pkg-ruby-extras-commits
mailing list