mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-13 04:11:11 +00:00
Exclude makedev from buildd chroots
It was historically excluded, and apparently breaks some builds (e.g. mir).
This commit is contained in:
parent
badff9dcb7
commit
566b3f3a3e
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.408.52) UNRELEASED; urgency=medium
|
||||
|
||||
* Exclude makedev from buildd chroots, since it was historically excluded
|
||||
and apparently breaks some builds (e.g. mir).
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Tue, 17 Sep 2019 13:41:49 +0200
|
||||
|
||||
livecd-rootfs (2.408.51) xenial; urgency=medium
|
||||
|
||||
* ubuntu-cpc: Only produce explicitly specified artifacts (LP: #1837254)
|
||||
|
@ -626,6 +626,10 @@ case $SUBPROJECT in
|
||||
# likely to involve work both here and in launchpad-buildd.
|
||||
OPTS="${OPTS:+$OPTS }--security false --volatile false"
|
||||
|
||||
# makedev was Priority: required in xenial, but has
|
||||
# historically been excluded from buildd chroots.
|
||||
export LB_BOOTSTRAP_EXCLUDE='makedev'
|
||||
|
||||
add_package install adduser
|
||||
add_package install policyrcd-script-zg2
|
||||
add_package install pkgbinarymangler
|
||||
|
Loading…
x
Reference in New Issue
Block a user