Merge lp:~smoser/debian-installer-utils/lp912431 into lp:debian-installer-utils

Proposed by Scott Moser
Status: Merged
Merge reported by: Colin Watson
Merged at revision: not available
Proposed branch: lp:~smoser/debian-installer-utils/lp912431
Merge into: lp:debian-installer-utils
Diff against target: 18 lines (+2/-2)
1 file modified
chroot-setup.sh (+2/-2)
To merge this branch: bzr merge lp:~smoser/debian-installer-utils/lp912431
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+87709@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'chroot-setup.sh'
2--- chroot-setup.sh 2012-01-04 13:36:12 +0000
3+++ chroot-setup.sh 2012-01-06 03:52:23 +0000
4@@ -26,12 +26,12 @@
5 }
6
7 divert () {
8- chroot /target dpkg-divert --add --divert "$1.REAL" --rename "$1"
9+ chroot /target dpkg-divert --quiet --add --divert "$1.REAL" --rename "$1"
10 }
11
12 undivert () {
13 rm -f "/target$1"
14- chroot /target dpkg-divert --remove --rename "$1"
15+ chroot /target dpkg-divert --quiet --remove --rename "$1"
16 }
17
18 chroot_setup () {

Subscribers

People subscribed via source and target branches