[DRE-commits] [hiera-eyaml] branch master updated (5db9ce4 -> b94a8c7)
Stig Sandbeck Mathisen
ssm at debian.org
Wed Jun 1 21:16:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
ssm pushed a change to branch master
in repository hiera-eyaml.
from 5db9ce4 Run wrap-and-sort on packaging files
new 52d265c Declare compliance with Debian policy 3.9.8
new d1e5eab Update changelog
adds a298ccc Imported Upstream version 2.1.0
new d3cae95 Merge tag 'upstream/2.1.0'
new 926c5b2 Imported upstream release 2.1.0
new b94a8c7 releasing package hiera-eyaml version 2.1.0-1
The 5 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:
.travis.yml | 24 +++-
Gemfile | 5 +-
README.md | 1 +
bin/eyaml | 8 +-
debian/changelog | 15 +++
debian/control | 2 +-
lib/hiera/backend/eyaml.rb | 2 +-
lib/hiera/backend/eyaml/CLI.rb | 5 +-
lib/hiera/backend/eyaml/edithelper.rb | 72 +++++++++++
lib/hiera/backend/eyaml/encrypthelper.rb | 40 ++++++
lib/hiera/backend/eyaml/encryptor.rb | 10 +-
lib/hiera/backend/eyaml/encryptors/pkcs7.rb | 13 +-
lib/hiera/backend/eyaml/highlinehelper.rb | 24 ++++
lib/hiera/backend/eyaml/logginghelper.rb | 80 ++++++++++++
lib/hiera/backend/eyaml/options.rb | 10 +-
lib/hiera/backend/eyaml/subcommand.rb | 2 +-
lib/hiera/backend/eyaml/subcommands/edit.rb | 16 +--
lib/hiera/backend/eyaml/subcommands/encrypt.rb | 3 +-
lib/hiera/backend/eyaml/subcommands/version.rb | 4 +-
lib/hiera/backend/eyaml/utils.rb | 169 +------------------------
metadata.yml | 106 ----------------
21 files changed, 295 insertions(+), 316 deletions(-)
create mode 100644 lib/hiera/backend/eyaml/edithelper.rb
create mode 100644 lib/hiera/backend/eyaml/encrypthelper.rb
create mode 100644 lib/hiera/backend/eyaml/highlinehelper.rb
create mode 100644 lib/hiera/backend/eyaml/logginghelper.rb
delete mode 100644 metadata.yml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/hiera-eyaml.git
More information about the Pkg-ruby-extras-commits
mailing list