mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-15 18:54:09 +00:00
Import patches-unapplied version 2.408.29 to ubuntu/xenial-proposed
Imported using git-ubuntu import. Changelog parent: 04fe9ce754b1fa05540f85d03a65646ee9d75c72 New changelog entries: [ Christopher Glass ] * ubuntu-cpc: When performing a minimized build make sure the /etc/cloud/build.info file says "minimal" (LP: #1759519)
This commit is contained in:
parent
04fe9ce754
commit
fac71039c0
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.408.29) xenial; urgency=medium
|
||||
|
||||
[ Christopher Glass ]
|
||||
* ubuntu-cpc: When performing a minimized build make sure the
|
||||
/etc/cloud/build.info file says "minimal" (LP: #1759519)
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 17 Apr 2018 13:28:50 -0700
|
||||
|
||||
livecd-rootfs (2.408.28) xenial; urgency=medium
|
||||
|
||||
* ubuntu-cpc: When performing a minimized build, don't generate artifacts
|
||||
|
@ -305,8 +305,13 @@ deb file:/var/lib/preinstalled-pool/ $LB_DISTRIBUTION $LB_PARENT_ARCHIVE_AREAS
|
||||
fi
|
||||
fi
|
||||
if [ "$PROJECT" = "ubuntu-cpc" ]; then
|
||||
if [ "${SUBPROJECT:-}" = minimized ]; then
|
||||
BUILD_NAME=minimal
|
||||
else
|
||||
BUILD_NAME=server
|
||||
fi
|
||||
cat > chroot/etc/cloud/build.info << EOF
|
||||
build_name: server
|
||||
build_name: $BUILD_NAME
|
||||
serial: $BUILDSTAMP
|
||||
EOF
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user