[DRE-commits] [foodcritic] branch master updated (51b7466 -> 3a31a3a)

Stefano Rivera stefano at rivera.za.net
Tue Oct 14 01:17:17 UTC 2014


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

stefanor pushed a change to branch master
in repository foodcritic.

  discards  51b7466   Upload to unstable
  discards  f96ae02   The manpage is now included upstream.
  discards  07adff8   Bump Standards-Version to 3.9.5, no changes needed.
  discards  3291269   Ruby 1.8 is no longer supported in Debian, so declare XS-Ruby-Versions: all.
  discards  3888b44   FC010 is currently broken due to changes in Chef. Ignore the test failures.
  discards  4c18fd5   Update copyright years.
  discards  473a5c7   Refresh patches
  discards  fd95848   Drop gherkin-2.11.1 patch, and bump gherkin dependency to 2.11.7.
  discards  9367cb4   Imported Upstream version 3.0.3
      adds  40f2f71   Imported Upstream version 3.0.3
       new  650b131   Merge tag 'upstream/3.0.3'
       new  c638030   Drop gherkin-2.11.1 patch, and bump gherkin dependency to 2.11.7.
       new  2b8359c   Refresh patches
       new  754c057   Update copyright years.
       new  40d3db1   FC010 is currently broken due to changes in Chef. Ignore the test failures.
       new  cb86aef   Ruby 1.8 is no longer supported in Debian, so declare XS-Ruby-Versions: all.
       new  ae9e686   Bump Standards-Version to 3.9.5, no changes needed.
       new  8a7342a   The manpage is now included upstream.
       new  b3df8e9   Upload to unstable
      adds  25e54b9   Imported Upstream version 4.0.0
       new  e14e965   Merge tag 'upstream/4.0.0'
       new  cd5c15b   New upstream release.
       new  2701ac9   Refresh patches.
       new  3a31a3a   Depend (and Build-Depend) on ruby-rufus-lru.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (51b7466)
            \
             N -- N -- N   refs/heads/master (3a31a3a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 13 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:
 CHANGELOG.md                                       |   65 +
 README.md                                          |    2 +-
 checksums.yaml.gz                                  |  Bin 426 -> 267 bytes
 .../{chef_11.6.0.json => chef_11.10.0.json}        | 1280 ++++++++++++++------
 .../{chef_11.6.0.json => chef_11.10.2.json}        | 1280 ++++++++++++++------
 .../{chef_11.6.0.json => chef_11.10.4.json}        | 1280 ++++++++++++++------
 .../{chef_11.6.0.json => chef_11.6.2.json}         |  504 +++-----
 .../{chef_11.6.0.json => chef_11.8.0.json}         | 1084 +++++++++++------
 .../{chef_11.6.0.json => chef_11.8.2.json}         | 1084 +++++++++++------
 debian/changelog                                   |    8 +
 debian/control                                     |    2 +
 debian/patches/system-install-layout               |    8 +-
 features/001_check_node_access.feature             |   60 +
 features/003_check_for_chef_server.feature         |    5 +
 features/006_check_file_mode.feature               |    1 +
 ..._check_for_dodgy_conditions_within_loop.feature |   10 +
 features/040_check_raw_git_usage.feature           |    6 +
 ...attribute_assignment_without_precedence.feature |    2 +
 features/build_framework_support.feature           |   10 +
 features/exclude_paths_to_lint.feature             |   19 +
 features/show_lines_matched.feature                |    8 +-
 features/sort_warnings.feature                     |    2 +-
 features/step_definitions/cookbook_steps.rb        |  141 ++-
 features/support/command_helpers.rb                |   57 +-
 features/support/env.rb                            |    5 +
 lib/foodcritic/api.rb                              |  221 ++--
 lib/foodcritic/ast.rb                              |   13 +-
 lib/foodcritic/chef.rb                             |   47 +-
 lib/foodcritic/command_line.rb                     |   90 +-
 lib/foodcritic/domain.rb                           |   22 +-
 lib/foodcritic/dsl.rb                              |   11 +-
 lib/foodcritic/error_checker.rb                    |    3 -
 lib/foodcritic/linter.rb                           |   88 +-
 lib/foodcritic/notifications.rb                    |   64 +-
 lib/foodcritic/output.rb                           |    9 +-
 lib/foodcritic/rake_task.rb                        |   19 +-
 lib/foodcritic/rules.rb                            |  518 ++++----
 lib/foodcritic/template.rb                         |   19 +-
 lib/foodcritic/version.rb                          |    2 +-
 lib/foodcritic/xml.rb                              |    4 +-
 man/foodcritic.1                                   |    8 +-
 man/foodcritic.1.ronn                              |    5 +-
 metadata.yml                                       |  298 ++---
 spec/foodcritic/linter_spec.rb                     |    4 +-
 spec/regression/expected-output.txt                |  297 ++++-
 45 files changed, 5744 insertions(+), 2921 deletions(-)
 copy chef_dsl_metadata/{chef_11.6.0.json => chef_11.10.0.json} (90%)
 copy chef_dsl_metadata/{chef_11.6.0.json => chef_11.10.2.json} (90%)
 copy chef_dsl_metadata/{chef_11.6.0.json => chef_11.10.4.json} (90%)
 copy chef_dsl_metadata/{chef_11.6.0.json => chef_11.6.2.json} (96%)
 copy chef_dsl_metadata/{chef_11.6.0.json => chef_11.8.0.json} (92%)
 copy chef_dsl_metadata/{chef_11.6.0.json => chef_11.8.2.json} (92%)
 create mode 100644 features/001_check_node_access.feature
 create mode 100644 features/exclude_paths_to_lint.feature

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



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