[DRE-commits] [schleuder] branch master updated (273d191 -> 10d99f5)

Georg Faerber georg-alioth-guest at moszumanska.debian.org
Sun Jun 25 12:57:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

georg-alioth-guest pushed a change to branch master
in repository schleuder.

      from  273d191   debian/changelog: Debian release 3.1.0-3
      adds  3a232e4   New upstream version 3.1.1
       new  10d99f5   Merge tag 'upstream/3.1.1'

The 1 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                                        |   2 +-
 CHANGELOG.md                                       |  31 ++++
 Gemfile.lock                                       |   2 +-
 README.md                                          |  14 +-
 etc/init.d/schleuder-api-daemon                    |  91 ++++++------
 etc/list-defaults.yml                              |   3 +-
 etc/schleuder.yml                                  |   7 +
 lib/schleuder.rb                                   |   3 -
 lib/schleuder/cli.rb                               |  62 ++++++--
 lib/schleuder/conf.rb                              |   1 +
 lib/schleuder/gpgme/ctx.rb                         |  12 +-
 lib/schleuder/list.rb                              |  31 +++-
 lib/schleuder/list_builder.rb                      |   6 +-
 lib/schleuder/logger_notifications.rb              |   8 +-
 lib/schleuder/mail/message.rb                      |  52 ++++++-
 .../plugin_runners/list_plugins_runner.rb          |  11 +-
 .../plugin_runners/request_plugins_runner.rb       |  12 +-
 lib/schleuder/plugins/resend.rb                    |   2 +
 lib/schleuder/subscription.rb                      |   4 +-
 lib/schleuder/version.rb                           |   2 +-
 locales/de.yml                                     |  13 ++
 locales/en.yml                                     |  13 ++
 spec/fixtures/bla_foo_key.txt                      |  29 ++++
 spec/fixtures/mails/hotmail.eml                    |  58 ++++++++
 spec/fixtures/v2list/members.conf                  |  10 +-
 spec/fixtures/v2list/pubring.gpg                   | Bin 6256 -> 12241 bytes
 spec/fixtures/v2list/trustdb.gpg                   | Bin 1360 -> 1520 bytes
 .../list.conf                                      |   0
 .../{v2list => v2list_admin_non_delivery}/list.log |   0
 .../v2list_admin_non_delivery/members.conf         |   4 +
 .../pubring.gpg                                    | Bin
 .../random_seed                                    | Bin
 .../secring.gpg                                    | Bin
 .../trustdb.gpg                                    | Bin
 .../{v2list => v2list_admin_without_key}/list.conf |   1 +
 .../{v2list => v2list_admin_without_key}/list.log  |   0
 .../members.conf                                   |   0
 .../pubring.gpg                                    | Bin
 .../random_seed                                    | Bin
 .../secring.gpg                                    | Bin
 .../trustdb.gpg                                    | Bin
 .../{v2list => v2list_duplicate_members}/list.conf |   0
 .../{v2list => v2list_duplicate_members}/list.log  |   0
 .../members.conf                                   |   4 +
 .../pubring.gpg                                    | Bin
 .../random_seed                                    | Bin
 .../secring.gpg                                    | Bin
 .../trustdb.gpg                                    | Bin
 spec/schleuder/integration/cli_spec.rb             | 126 ++++++++++++++++-
 spec/schleuder/integration/keywords_spec.rb        | 156 +++++++++++++++++++++
 spec/schleuder/unit/logger_notifications_spec.rb   |  84 +++++++++++
 spec/schleuder/unit/message_spec.rb                | 117 +++++++++++++++-
 spec/schleuder/unit/subscription_spec.rb           |  11 ++
 spec/spec_helper.rb                                |  10 ++
 54 files changed, 896 insertions(+), 96 deletions(-)
 create mode 100644 spec/fixtures/bla_foo_key.txt
 create mode 100644 spec/fixtures/mails/hotmail.eml
 copy spec/fixtures/{v2list => v2list_admin_non_delivery}/list.conf (100%)
 copy spec/fixtures/{v2list => v2list_admin_non_delivery}/list.log (100%)
 create mode 100644 spec/fixtures/v2list_admin_non_delivery/members.conf
 copy spec/fixtures/{v2list => v2list_admin_non_delivery}/pubring.gpg (100%)
 copy spec/fixtures/{v2list => v2list_admin_non_delivery}/random_seed (100%)
 copy spec/fixtures/{v2list => v2list_admin_non_delivery}/secring.gpg (100%)
 copy spec/fixtures/{v2list => v2list_admin_non_delivery}/trustdb.gpg (100%)
 copy spec/fixtures/{v2list => v2list_admin_without_key}/list.conf (96%)
 copy spec/fixtures/{v2list => v2list_admin_without_key}/list.log (100%)
 copy spec/fixtures/{v2list => v2list_admin_without_key}/members.conf (100%)
 copy spec/fixtures/{v2list => v2list_admin_without_key}/pubring.gpg (100%)
 copy spec/fixtures/{v2list => v2list_admin_without_key}/random_seed (100%)
 copy spec/fixtures/{v2list => v2list_admin_without_key}/secring.gpg (100%)
 copy spec/fixtures/{v2list => v2list_admin_without_key}/trustdb.gpg (100%)
 copy spec/fixtures/{v2list => v2list_duplicate_members}/list.conf (100%)
 copy spec/fixtures/{v2list => v2list_duplicate_members}/list.log (100%)
 copy spec/fixtures/{v2list => v2list_duplicate_members}/members.conf (50%)
 copy spec/fixtures/{v2list => v2list_duplicate_members}/pubring.gpg (100%)
 copy spec/fixtures/{v2list => v2list_duplicate_members}/random_seed (100%)
 copy spec/fixtures/{v2list => v2list_duplicate_members}/secring.gpg (100%)
 copy spec/fixtures/{v2list => v2list_duplicate_members}/trustdb.gpg (100%)
 create mode 100644 spec/schleuder/unit/logger_notifications_spec.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/schleuder.git



More information about the Pkg-ruby-extras-commits mailing list