[DRE-commits] [librarian-puppet] branch master updated (bde50c6 -> db13093)

Stig Sandbeck Mathisen ssm at debian.org
Fri Apr 18 12:47:50 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  bde50c6   Update changelog
      adds  22b380d   Update changelog and bump version to 0.9.14
      adds  fbaed56   Issue #108 Don't fail on malformed Modulefile from a git dependency
      adds  25aaba5   Set explicit version to fix test
      adds  7de07dc   Add an example using modulefile syntax
      adds  947974f   Git dependencies using modulefile syntax make librarian-puppet fail
      adds  19349a9   Update changelog
      adds  4c974b3   Issue #184 Support transitive dependencies in modules using :path
      adds  299fe34   Issue #184 Update changelog
      adds  dd80dca   Sanitize the environment before spawning by preventing influence of the GEM_PATH from the parent process to the child process. Not sanitizing on 1.8.7 as the popen3 call doesn't accept an env argument on pre-1.9.
      adds  56cfc57   Merge pull request #182 from ringods/master
      adds  f2dd799   Remove useless info statement
      adds  2d79a5d   Bump version to 0.9.15 and update changelog
      adds  a5c1d4c   Changelog: Add links to issues
      adds  b414d28   Fixed parallel installation issues
      adds  15f0ba3   Merge pull request #187 from pyromaniac/master
      adds  783b76f   Reset some more ruby/gem env-variables before running "puppet"
      adds  1f8bd45   Reset bundler config instead of ruby/gem config before "puppet --version" call
      adds  5c37d0a   Formatting
      adds  ee242fd   Formatting (travis roulette)
      adds  396eaef   Merge pull request #185 from njam/reset-more-env
      adds  a236b6a   Check commit ids in tests installing and updating git modules
      adds  31d6f5b   Issue #181 Add tests for duplicated module installation
      adds  b6c2bac   Issue #180 #13 Add pending tests
      adds  1cbb42e   Pending is not accepting arguments now, comment until implemented
      adds  38165c5   Bump version to 0.9.16 and update changelog
      adds  497e4f5   Reset all bundler, ruby and gem env vars before calling puppet
      adds  b42bacd   Formatting
      adds  b45578f   Merge pull request #189 from njam/reset-even-more-env
      adds  9caa906   Update readme, all sources to transitive dependencies
      adds  0e7c48e   Make init should create a simpler Puppetfile using modulefile directive
      adds  3b69495   Use librarian posix library instead of open3
      adds  432df1d   Deprecate github_tarball sources, use cases should be covered by git sources
      adds  dcfa68d   Issue #181 Should use qualified module names for resolution to work correctly
      adds  8d5d2c0   Ignore errors deleting tmp dir to show the real error
      adds  0cd7c7c   don't run githubtarball scenarios in Travis
      adds  b814a79   Print a message if we think the module failed to download from the forge
      adds  8a744a5   apt 1.4.2 causes trouble in Travis, download consistently corrupted
      adds  08a4712   Bump version to 1.0.0
      adds  79d13a2   Remove workaround for rubygems 2.2.0 in Travis
      adds  4580d6e   Add puppet 3.5 to the travis matrix
      adds  55ece28   Update 0.9.16 changelog
      adds  1c0ce03   Support Puppet 3.5.0
      adds  a135ceb   Travis is unreliable so just increase all timeouts to 120s
      adds  1bd886a   Release interim 0.9.17 with 3.5.0 fix
      adds  043d21e   Bump version to 1.0.0
      adds  b8a4bf1   Add myself to LICENSE
      adds  ab0fd0e   Remove old example from README
      adds  de04b82   Update readme with main features
      adds  d9cc319   Puppet 3.5.0 was yanked from rubygems, use rc3
      adds  27dc9e0   Remove deprecation warning for github_tarball sources, some people are actually using it
      adds  dc0a84a   Add github_tarball example to README
      adds  3e1fe89   Fix error handling when puppet is not installed
      adds  68e5ce9   Merge pull request #196 from bitglue/fix_commanderror_handling
      adds  5943e57   Bump version to 1.0.1
      adds  ecf0c11   Ask for puppet version in issues
      adds  0f6a3ca   Update changelog
      adds  bd29b9f   Issue #190 Can't pass the default forge url to clients that use the v3 API
      adds  2dac713   Add a rake task to increase the version number
      adds  f380fe9   Imported Upstream version 1.0.1
       new  820330c   Merge tag 'upstream/1.0.1'
       new  8523191   Imported upstream release 1.0.1
       new  db13093   releasing package librarian-puppet version 1.0.1-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:
 LICENSE                                      |   2 +-
 README.md                                    |  41 +++++++++-----
 checksums.yaml.gz                            | Bin 419 -> 271 bytes
 debian/changelog                             |   6 ++
 lib/librarian/puppet.rb                      |  51 ++++++++---------
 lib/librarian/puppet/dsl.rb                  |  42 ++++++++++----
 lib/librarian/puppet/extension.rb            |   7 +++
 lib/librarian/puppet/source.rb               |   1 -
 lib/librarian/puppet/source/forge.rb         |  49 ++++++++++++----
 lib/librarian/puppet/source/git.rb           |  80 +--------------------------
 lib/librarian/puppet/source/githubtarball.rb |   7 ++-
 lib/librarian/puppet/source/local.rb         |  80 ++++++++++++++++++++++++---
 lib/librarian/puppet/templates/Puppetfile    |   3 +
 lib/librarian/puppet/util.rb                 |   3 +
 lib/librarian/puppet/version.rb              |   2 +-
 metadata.yml                                 |  66 +++++++++-------------
 16 files changed, 248 insertions(+), 192 deletions(-)

-- 
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