LaMont Jones has proposed merging lp:~lamont/launchpad/lp-buildd-77 into lp:launchpad.
Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~lamont/launchpad/lp-buildd-77/+merge/56652 As released. -- https://code.launchpad.net/~lamont/launchpad/lp-buildd-77/+merge/56652 Your team Launchpad code reviewers is requested to review the proposed merge of lp:~lamont/launchpad/lp-buildd-77 into lp:launchpad.
=== modified file 'lib/canonical/buildd/debian/changelog' --- lib/canonical/buildd/debian/changelog 2011-03-29 16:36:54 +0000 +++ lib/canonical/buildd/debian/changelog 2011-04-06 20:52:43 +0000 @@ -1,3 +1,9 @@ +launchpad-buildd (77) hardy-cat; urgency=low + + * Add back in ultimate-backstop umask() correction. + + -- LaMont Jones <[email protected]> Wed, 06 Apr 2011 13:34:05 -0600 + launchpad-buildd (76) hardy-cat; urgency=low [ various ] === modified file 'lib/canonical/buildd/sbuild' --- lib/canonical/buildd/sbuild 2010-08-01 12:01:24 +0000 +++ lib/canonical/buildd/sbuild 2011-04-06 20:52:43 +0000 @@ -540,6 +540,8 @@ $main::component=""; $main::nr_processors = $ENV{'NR_PROCESSORS'} if $ENV{'NR_PROCESSORS'}; +umask(022); + $main::new_dpkg = 0; check_dpkg_version();
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

