buildd images have a very plain sources.list
Bug #1860780 reported by
Sergio Schvezov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
livecd-rootfs (Ubuntu) |
In Progress
|
Medium
|
David Krauser |
Bug Description
While testing out the buildd images on https:/
$ lxc exec selected-longhorn bash
croot@INVALID:~# cat /etc/apt/
deb http://
root@INVALID:~# ls /etc/apt/
root@INVALID:~#
It should ideally contain -updates and -security
I have discussed with wgrant as this image is also used on launchpad and got confirmation that launchpad replaces those contents completely and this change should not affect them. Reconfirm as you must.
Related branches
~davidkrauser/livecd-rootfs/+git/livecd-rootfs:buildd-image-perform-upgrade
- Ubuntu Core Development Team: Pending requested
-
Diff: 22 lines (+8/-1)1 file modifiedlive-build/buildd/hooks/52-linux-virtual-image.binary (+8/-1)
Changed in cloud-images: | |
assignee: | nobody → David Krauser (davidkrauser) |
importance: | Undecided → Medium |
status: | New → In Progress |
affects: | cloud-images → livecd-rootfs (Ubuntu) |
tags: | added: id-5e31aadaa8a647228b5dde23 |
To post a comment you must log in.
Adding more things to the sources.list that's put into place just before finalising the image indeed wouldn't affect Launchpad. However, we must be careful that the actual set of packages in the image doesn't include post-release pockets, as that would impair our ability to accurately build packages that e.g. are supposed to be built without -updates.
That is, the process needs to involve building chroots without -security, -updates, etc., and if we put -security and -updates in place in the final sources.list then that has to be done at the end. live-build has various facilities for doing this kind of thing but I don't remember the exact details.