[Pkg-puppet-devel] [SCM] Puppet packaging for Debian annotated tag, 2.7.0rc2, created. 2.7.0rc2
Daniel Pittman
daniel at puppetlabs.com
Sat Oct 1 01:47:08 UTC 2011
The annotated tag, 2.7.0rc2 has been created
at 1efba6caccef523107583cc4fac9133a98f2ef2b (tag)
tagging b983386ece1b9816e6d3d59a316ad589e35773df (commit)
replaces 2.7.0rc1
tagged by Jacob Helwig
on Fri May 6 10:41:39 2011 -0700
- Shortlog ------------------------------------------------------------
2.7.0rc2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAABAgAGBQJNxDLTAAoJEBBUt6JL1uww4pwP/1PulEhyu7bZjiG1zDj+eMhZ
wk6bdZh0GsUQjwsa92w3z9Y7hOVARO1EtZu2Y1zQ0egKqp3Z92uAyItC1UM+yzmb
tCeDu0IYc8R0G2TaO7Bvcv8ZHQWubJG6W6d+DlAc0Q9k0Uj6MuXe6aorN6mgSG7n
157MU/hxBKuVBGJGP9zsDnREd+JHq8Tu/qTr8IUr+Hyd2I939tcJutH4ilBB5cr1
eZtHuVyPRWyOLJMoctBIp6sOAX2EYVR071h6nI9L4UtS4gPJHqX49rHnJh/A9yvI
ORgeREttK1/MQZuLsaFAR/M3S0FTzqd9eGKmTzsUjTtppOXpjfbU4OWb3JcOcp8M
Vp0IIGskrAdT6vweazg8giCP9KO2S1wFhbD/5LdlxJuOtT6k5PRfHQ9epbfz3ASH
g0jEtN/8cJTsACaUMur0sLPQI2l2XFTkqj7/cwuu4g1qRaCx9O9bQ6lIXukYFmQH
YH+T/Wd5ivHkluuvfJ5a6acHuFfA1me64KIDOrQ++G0L2cXF3x9SoLIybo8dNpiZ
ade1Dnf3ddzUjSuti7xmjqpDkVSsxdAYxeJiHnuoQozb+Y4xU0hXxavKfeV9eRc6
ysruAvrE9Pe3wuP9iV1bsST9dOovBijK2JVKMRZWW4Gnn4Yjsnk+dyZsq4J6haQv
pOTiTe0dH0eZf6b1cUoG
=P1jd
-----END PGP SIGNATURE-----
Daniel Pittman (106):
maint: delete an empty describe block containing no tests.
(#6978) Add before and after decorators to actions from options.
(#7059) Set the CA location using option hooks.
(#6978) Enforce the calling convention of option hooks.
(#7059) Use option hooks for the indirector terminus option.
maint: speed up testing output of the help face.
Merge branch 'feature/2.7.x/6978-face-and-action-options-should-have-hooks-for-various-actions' into 2.7.x
Merge branch 'bug/2.7.x/7013-interfaces-should-be-able-to-mark-options-as-required' into 2.7.x
(#7132) Reject 'summary' text with newlines embedded.
(#6962) Add 'description' to faces and action.
maint: drop multi-version support from action loading.
Merge branch 'bug/2.7.x/7132-a-summary-with-a-newline-is-accepted' into 2.7.x
maint: test the 'help' face has the default action 'help'
maint: delete README.strings, which is out of date.
maint: print 'false' in the default render method.
maint: make sure we don't ever default to being default...
(#7013) better default rendering support for faces
(#7013) Support 'when_rendering' and 'render_as' in actions.
(#7013) Return bound methods for when_rendering hooks.
(#7013) Strip out old face-wide rendering defaults.
(#7013) Handle rendering modes out in the application layer.
(#7013) Wire up rendering hooks on the CLI.
Merge branch 'bug/2.7.x/6752-allow-action-specific-render-methods'
maint: mangle grammer in rspec to avoid Jenkins fail...
maint: move method comments outside the comment.
(#7062) better argument handling in the action wrapper methods
Merge branch 'bug/2.7.x/7062-improve-cloudpack-option-parsing-errors' into 2.7.x
maint: remove redundant context from the test.
maint: fix gratuitous whitespace in the code.
(#7116) Handle application-level options in parse_options
Merge branch 'bug/2.7.x/7116-cannot-use-faces-with---debug' into 2.7.x
maint: stop stubbing log level setting.
maint: handle face clear/reset sanely in the interface spec.
maint: better error report for a missing version of a face.
maint: clean up testing code a fraction...
maint: more robust listing of valid faces.
maint: better disabling of Signal#trap in our tests.
(#7183) Implement "invisible glob" version matching for faces
Merge branch 'feature/2.7.x/7183-implement-invisible-glob-version-matching-for-faces' into 2.7.x
(#6928) backport Symbol#to_proc for Ruby < 1.8.7
Merge branch 'bug/2.7.x/6928-backport-symbol-to_proc' into 2.7.x
(#6928) Don't blow up when the method is undefined...
Merge branch 'bug/2.7.x/6928-backport-symbol-to_proc' into 2.7.x
(#7181) Rename configurer face to secret_agent.
Merge branch 'feature/2.7.x/7181-rename-configurer-face' into 2.7.x
Merge remote-tracking branch 'remotes/lak/tickets/next/7118-summaries_for_all_faces' into 2.7.x
maint: fix a race in catalog compilation versioning.
(#7121) Download plugins and upload reports in secret agent!
Merge branch 'bug/2.7.x/7121-the-'configurer'-face-should-download-plugins-and-send-reports' into 2.7.x
maint: clean up test headers on face spec files.
maint: add an "exit was called" matcher for rspec.
maint: use the exit_with helper everywhere...
(#7157) Return a non-zero exit code on face failure.
Merge branch 'feature/2.7.x/7157-automatic-non-zero-exit-codes' into 2.7.x
maint: add the 'to', 'not_to', and 'to_not' aliases to rspec...
(#6962) Extend documentation API for Faces.
(#6962) Move documentation support into a module.
(#6962) Fill out documentation on Faces and Actions
(#6962) Give copyright and license for all faces.
(#6962) Finish documentation API on Face options.
(#6962) Add integration tests on Face documentation.
Merge branch 'feature/2.7.x/6962-finish-documentation-api-for-faces' into 2.7.x
(#7160) Support 'json' as a rendering method for CLI faces.
(#7269) Better error reporting for bad render formats.
Merge branch 'feature/2.7.x/7160-support-json-externally' into 2.7.x
(#7269) Fix error reporting for bad render formats...
Merge branch 'feature/2.7.x/7160-support-json-externally' into 2.7.x
maint: add a 'print' matcher to rspec, to inspect std{out,err}
(#7122) Enforce call arity on actions in the CLI wrapper.
Merge branch 'bug/2.7.x/7122-puppet-facts-find-raises' into 2.7.x
maint: better error reporting for argument count mismatch.
Revert "maint: better error reporting for argument count mismatch."
(#7248) Fail if two aliases of one option are passed...
(#7221) Strip bad whitespace from face and action docs.
Merge branch 'bug/2.7.x/7221-whitespace-stripping-for-documentation' into 2.7.x
(#7282) action without `when_invoked` should fail...
Merge branch 'bug/2.7.x/7282-fail-when-no-invocation-given-for-action' into 2.7.x
(#7317) better error handling in CLI face facade.
(#7304) Improve help from `puppet foo`
maint: reset more global state in testing faces...
maint: move the indirector face base out of puppet/face
(#7314) Faces fail horribly when one has a syntax error.
(#7315) Fix `to_pson` method to render correctly.
Merge branch 'bug/2.7.x/better-error-reporting-in-face-cli-facade' into 2.7.x
Merge branch 'bug/2.7.x/7315-puppet-status-can't-render-as-json' into 2.7.x
Merge branch 'bug/2.7.x/7314-backtrace-when-face-has-syntax-error' into 2.7.x
Merge branch 'feature/2.7.x/7279-add-action-to-file-face' into 2.7.x
Merge branch 'feature/2.7.x/7278-improve-catalog-select-action' into 2.7.x
maint: remove emacs 'coding' cookie from files.
(#6962) Added 'returns' block to action documentation.
(#7276) Create a plugin face application.
(#7276) Better reporting from the plugin download action.
Merge branch 'bug/2.7.x/7276-return-value-from-plugin-download-is-not-user-friendly' into 2.7.x
(#7326) Fix faces on Ruby 1.8.5
Merge branch 'bug/2.7.x/7326-faces-broken-on-ruby-1.8.5' into 2.7.x
(#7329) Consistent naming for rendering formats and hooks.
Merge branch 'bug/2.7.x/7277-improve-secret-agent-face-and-supporting-actions' into 2.7.x
(#7353) Add 'console' format to FormatHandler
(#7353) Unify rendering in the face_bace application.
(#7353) Use :console rendering format in our own code.
(#7353) Note the :for_humans compatibility issue.
Merge branch 'bug/2.7.x/7353-unify-face-rendering-with-network-formathandler' into 2.7.x
Merge remote-tracking branch 'nfagerlund/ticket/2.7.x/6962' into 2.7.x
(#7353) Remove :for_humans format entirely.
Merge branch 'bug/2.7.x/7353-kill-for-humans-format-entirely' into 2.7.x
Updated CHANGELOG for 2.7.0rc2
Dominic Cleal (19):
Adding patch from Rudy Gevaert to fix not installed detection
Ignoring lines from use_gpg and catalog fetching
Merge branch 'master' of github.com:domcleal/puppet into master-old
Merge remote branch 'remotes/rgevaert/master' into tickets/masters/4258
Fixing wget verbose regex
Single package queries made more robust when dealing with pkgutil noise
Changing indentation to 2-spaces as per 2.6+ style
Removing blastwave references and unused PAGER
Fixing indentation
Merge branch 'master' into tickets/master/4258-dev
* Fix exception on parse failure of pkgutil output
Add spec tests for pkgutil package provider
(#4258) Update pkgutil spec for recent impl changes
(#4258) Use pkgutil -a to reliably determine package common names/aliases
(#4258) Fix hash duplication affecting canonical provider instance
(#4258) Stop file and config checks from breaking spec
(#4258) Permit variations of -nv in both pkgutil.conf files
(#4258) Fix fd leak opening pkgutil config files
(#4258) Remove superfluous command check that called pkgutil
Dominic Maraglia (9):
Move tests from Puppet-acceptance repo
Fix test ticket_6928_puppet_master_parse_fails
add test for ticket 7101
add base test for ticket 7117
Merge branch '2.7.x' of github.com:puppetlabs/puppet into 2.7.x
adding test for ticket 7117
fixed test for ticket_7117
add clean-up step to test for ticket_5477 to prevent site.pp from leaking to other tests
Adding test for ticket 7139
Jacob Helwig (5):
(#7111) Clarify scoping deprecation warning
Cleanup trailing whitespace
Merge branch 'tickets/2.7.x/7111-deprecation-warning-wordsmithing' into 2.7.x
(#7117) Return the environment as a Puppet::Node::Environment in uri2indirection
Merge branch 'tickets/2.7.x/7117-authconf-should-respect-environments' into 2.7.x
James Turnbull (2):
Fixed #4258 - Added pkgutil package provider
Fixed #7166 - Replaced deprecated stomp "send" method with "publish"
Jesse Wolfe (2):
Fix #7084 Make the log messages produced by whits less confusing
Merge branch 'ticket/2.7.x/7084' into 2.7.x
Josh Cooper (1):
Merge branch 'ticket/2.7.x/7166' into 2.7.x
Juerg Walz (4):
(#4258) pkgutil provider: misc enhancements
(#4258) pkgutil provider: better handling of short package names
(#4258) pkgutil: bug fix: if shortname is not equal to package name
(#4258) Check wgetopts in pkgutil.conf
Luke Kanies (11):
(7118) Adding summaries for all faces
Fixing Facts pson methods more resilient
(7080) Adding json support to Indirector Request
Fixing a failing test resulting from a fixed bug
Adding json support to Puppet::Node
Making watchr resilient to syntax errors in tests
Adding json-specific matchers
Merge branch 'tickets/next/7080-serializable_indirector_requests' into 2.7.x
(#7279) Adding some basic file actions
(#7278) Improve utility of the Catalog select action
(#7277)Fixing all secret-agent functions, and the agent itself
Maciej Blizinski (7):
Adding pkgutil support.
Using --single in the pkgutil provider.
Merge branch 'tickets/master/4258' of http://github.com/jamtur01/puppet into jamtur-pkgutil
pkgutil provider: Correcting a typo in a message.
pkgutil provider: The path to the admin file is /var/opt/csw/pkgutil/admin
pkgutil provider: Using the --single option which speeds up execution.
Resolved a conflict in the pkgutil provider.
Matt Robinson (4):
(#4258) Fix pkgutil spec test to have the correct provider
Merge branch 'feature/master/4258-pkgutil' into 2.7.x
maint: Remove unused faces code
Merge branch 'ticket/2.7.x/maint-remove_duplicate_faces_code' into 2.7.x
Max Martin (10):
(#7131) Remove support for optional arguments to options
Merge branch 'ticket/2.7.x/7131-optional-arguments' into 2.7.x
Revert "Adding json support to Puppet::Node"
Revert "(7080) Adding json support to Indirector Request"
Revert "Fixing Facts pson methods more resilient"
Merge branch 'ticket/2.7.x/7080-reverts' into 2.7.x
(#7137) Get rid of spurious info messages in useradd
Merge branch 'ticket/2.7.x/7137-spurious-warnings' into 2.7.x
(#7101) Fix template error messages in Ruby 1.8.5
Merge branch 'ticket/2.7.x/7101-template-compilation' into 2.7.x
Nick Lewis (10):
(#7103) Fix HEAD requests in the HTTP handler
Merge branch 'ticket/next/7103' into next
(#6928) Add a notice to Parser#validate action when using default
Merge branch 'ticket/next/6928' into next
maint: Fix a broken Puppet::Node::Facts spec
Merge branch 'maint/2.7.x/fix-spec' into 2.7.x
maint: Fix the missed failure from the previous commit
Merge branch 'maint/2.7.x/fix-spec' into 2.7.x
(#7139) Accept '/' as a valid path in filesets
Merge branch 'ticket/2.7.x/7139' into 2.7.x
Nigel Kersten (2):
(#7304) Remove full puppet help output when subcommand cannot be found
Merge branch 'tickets/2.7.x/7304' into 2.7.x
Pieter van de Bruggen (16):
(#7115) Enable default actions.
Merge branch 'tickets/2.7.x/7115' into 2.7.x
(Maint) Code cleanup.
(#7013) Add support for required options.
(Maint) Fixing an order-dependent failure.
Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.x
(Maint) Fix a leaking spec, patching intermittent failures.
(#7249) Publicize ActionBuilder DSL methods.
Merge branch 'tickets/2.7.x/7249' into 2.7.x
(#7251) Let exceptions raised in decorators rise.
Merge branch 'tickets/2.7.x/7251' into 2.7.x
(#7289) Specify order for option decorations.
Merge branch 'tickets/2.7.x/7289' into 2.7.x
(Maint.) Fix accidental debug output in tests.
(#7179) Modify default ACL for /node/<name>.
Merge branch 'tickets/2.7.x/7179' into 2.7.x
nfagerlund (10):
(#6408) Update puppet cert help for new subcommand action syntax.
Merge branch 'ticket/2.7.x/6408' into 2.7.x
Maint: puppetmaster -> puppet master in defaults.rb
(#7108) Modernize description of --listen in defaults.rb
(#7108) Update help/man text for puppet kick
Merge branch 'ticket/2.7.x/7108' into 2.7.x
Maint: adjust faces.rb's help to match that of other applications
(#6962) Add self-documentation data to puppet faces
(#7303) Remove reference to not-yet-extant man action
(Maint) Adjust documentation whitespace
rgevaert (2):
Add comments that explain what we are ignoring in the package and remove legacy output
These regular expressions will not match anything. pkgutil doesn't output anything that can be matched.
-----------------------------------------------------------------------
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list