[Bug 1503150] Re: Minimize installed packages from -proposed

2015-11-11 Thread Launchpad Bug Tracker
This bug was fixed in the package autopkgtest - 3.18 --- autopkgtest (3.18) unstable; urgency=medium Behaviour changes/improvements: * adt-virt-lxc: Drop --eatmydata option. Conceptually this isn't specific to the LXC runner, it should always be used for package installation

[Bug 1503150] Re: Minimize installed packages from -proposed

2015-11-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-release/britney/britney2-ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1503150 Title: Minimize installed packages from -proposed To manage notifications about

[Bug 1503150] Re: Minimize installed packages from -proposed

2015-11-10 Thread Martin Pitt
I (locally) ran this for a few packages in current xenial-proposed, found/fixed one more bug, and this looks good now. britney change to request one test per trigger: http://bazaar.launchpad.net/~ubuntu- release/britney/britney2-ubuntu/revision/525 autopkgtest-cloud worker change to select

[Bug 1503150] Re: Minimize installed packages from -proposed

2015-11-06 Thread Martin Pitt
I locally did the britney change, but I won't push/roll this out on a Friday evening. ** Changed in: britney Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1503150] Re: Minimize installed packages from -proposed

2015-11-01 Thread Martin Pitt
autopkgtest now has a series of commits which implement and test --apt- pocket=proposed=binpkg1,src:srcpkg2,... . ** Changed in: autopkgtest (Ubuntu) Status: In Progress => Fix Committed ** Changed in: britney Status: Confirmed => In Progress ** Changed in: britney Assignee:

Re: [Bug 1503150] Re: Minimize installed packages from -proposed

2015-10-14 Thread Martin Pitt
Steve Langasek [2015-10-13 18:27 -]: > Perhaps in this case we should fall back to installing with no pins, at > least as a first approximation? Unless mvo has a clever idea, I guess that's what we'll do then. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1503150] Re: Minimize installed packages from -proposed

2015-10-13 Thread Martin Pitt
Changes to autopkgtest: - Extend --apt-pocket= to also accept --apt-pocket==binary1,binary2,src:src1,... This would add the additional apt sources as usual, but additionally create an /etc/apt/prefererences.d/01autopkgtest like in comment #1. all "src:src1" entries are expanded to all

[Bug 1503150] Re: Minimize installed packages from -proposed

2015-10-13 Thread Martin Pitt
@Steve: I just tried this on current wily-proposed with http://people.canonical.com/~ubuntu-archive/proposed- migration/update_excuses.html#obconf : /etc/apt/preferences.d/01autopkgtest Package: obconf Pin: release a=wily-proposed Pin-Priority: 900 Package: * Pin: release a=wily

[Bug 1503150] Re: Minimize installed packages from -proposed

2015-10-13 Thread Martin Pitt
What does work is to not specify "obconf" itself, but its dependencies, i. e. the binaries of "openbox". Package: openbox libobt2 libobrender29 openbox-dev gnome-panel-control openbox-gnome-session openbox-kde-session This is actually the main use case that we want for autopkgtest -- i. e. we

[Bug 1503150] Re: Minimize installed packages from -proposed

2015-10-13 Thread Steve Langasek
The issue here is that libobrender32 is a new library in wily-proposed, but libobt2 is an existing library in wily and libobrender32 needs the newer version of the library from wily-proposed. That falls under the 'caveat' in my analysis. Perhaps in this case we should fall back to installing