Merge lp:~sil2100/livecd-rootfs/update_hashes into lp:livecd-rootfs

Proposed by Łukasz Zemczak
Status: Merged
Merged at revision: 1233
Proposed branch: lp:~sil2100/livecd-rootfs/update_hashes
Merge into: lp:livecd-rootfs
Diff against target: 17 lines (+3/-3)
1 file modified
live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early (+3/-3)
To merge this branch: bzr merge lp:~sil2100/livecd-rootfs/update_hashes
Reviewer Review Type Date Requested Status
Oliver Grawert Approve
Review via email: mp+277567@code.launchpad.net

Commit message

Upgrade passwd, group and gshadow hashes for latest builds.

Description of the change

Upgrade passwd, group and gshadow hashes for latest builds. This should fix the build failure of xenial ubuntu-touch.

To post a comment you must log in.
Revision history for this message
Oliver Grawert (ogra) wrote :

if you are sure the hashes are correct this patch looks fine

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early'
2--- live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early 2015-09-09 11:21:32 +0000
3+++ live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early 2015-11-16 13:30:27 +0000
4@@ -3,10 +3,10 @@
5 ERRCNT=""
6
7 # Known good post-debootstrap values
8-passwd_bootstrap="e6075a0d2a38e214ae5e9a5545f7eda3"
9+passwd_bootstrap="677bdb95956f6214a0007543fe15a1bf"
10 shadow_bootstrap="7fa48d7fb0e3a1ede9c98ff7b1b33622"
11-group_bootstrap="5fd842058cd526ddaf51c2a61870c12a"
12-gshadow_bootstrap="3145b72315c7306edb13bf546bb350b9"
13+group_bootstrap="eb863998da1d7cad986cea2466ef23a1"
14+gshadow_bootstrap="5da14ec60af7c53eacadc05859bfd5f4"
15
16 # Current post-debootstrap values
17 passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)

Subscribers

People subscribed via source and target branches