[Pkg-puppet-devel] [SCM] Puppet packaging for Debian tag, 0.25.4rc3, created. 0.25.1-157-ga91c476
James Turnbull
james at lovedthanlost.net
Tue Feb 16 06:42:46 UTC 2010
The tag, 0.25.4rc3 has been created
at a91c476387887baa5920f5539a7c4acfaf8cecd9 (commit)
- Shortlog ------------------------------------------------------------
commit a91c476387887baa5920f5539a7c4acfaf8cecd9
Author: Markus Roberts <Markus at reality.com>
Date: Thu Jan 21 16:03:26 2010 -0800
Fix for #3088 (catching Exception also traps SystemExit)
Changing rescues from the default to Exception (to catch errors that don't
descend from StandardError) had the unintended consequence of catching (and
suppressing) SystemExit.
This patch restores the behavior of by reraising the exception.
Of the other exceptions that fall through the same crack (NoMemoryError,
SignalException, LoadError, Interrupt, NotImplementedError, and ScriptError)
this patch also reraises NoMemoryError, SignalException, and Interrupt in the
same way and leaves the rest captured.
-----------------------------------------------------------------------
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list