<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-live-build.git/package-lists, branch current</title>
<subtitle> (mirror of https://github.com/vyos/vyos-live-build.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-live-build.git/atom?h=current</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-live-build.git/atom?h=current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/'/>
<updated>2012-07-28T22:29:23+00:00</updated>
<entry>
<title>Dropping global package-lists entirely, only local package lists within the config tree are support.</title>
<updated>2012-07-28T22:29:23+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-07-28T22:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=81fb4294538a7204232d3e76195a778df0ee3ee1'/>
<id>urn:sha1:81fb4294538a7204232d3e76195a778df0ee3ee1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing debian-junior list, same as with debian-science, see 9ad58f0d.</title>
<updated>2012-07-28T19:05:55+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-07-28T19:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=f84a9799065213448b6d4abe4bc0a45ccec76d89'/>
<id>urn:sha1:f84a9799065213448b6d4abe4bc0a45ccec76d89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing unused debian-live package lists.</title>
<updated>2012-07-28T19:04:38+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-07-28T19:04:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=154f822592ed6f600ca399034772c59fd05fd79b'/>
<id>urn:sha1:154f822592ed6f600ca399034772c59fd05fd79b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing minimal package list, not needed anymore.</title>
<updated>2012-07-28T19:02:12+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-07-28T19:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=62d8488a753efecba925888cdafae9e9a7f5de17'/>
<id>urn:sha1:62d8488a753efecba925888cdafae9e9a7f5de17</id>
<content type='text'>
live-boot pulls in eject and file through recommends,
live-config pulls in user-setup and sudo through recommends,
gnupg is pulled in as include during bootstrap on ubuntu.

We don't need these packages by default, and if users are
building with recommends disabled, then they have to make
sure these are pulled in too.

This is the more consistent handling than to explicitly
force all of these in all live images.
</content>
</entry>
<entry>
<title>Removing unmaintained gnustep package list.</title>
<updated>2012-07-28T18:38:57+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-07-28T18:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=bb6462ce88321075d0a71115d161c67d4a05a7ef'/>
<id>urn:sha1:bb6462ce88321075d0a71115d161c67d4a05a7ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moving off rescue package list to its own git repository for the config tree.</title>
<updated>2012-07-28T17:09:43+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-07-28T17:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=0ba1c532f829686b6a878115ce166c196ed29ae7'/>
<id>urn:sha1:0ba1c532f829686b6a878115ce166c196ed29ae7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dropping globale package lists for the desktop environments.</title>
<updated>2012-07-28T16:59:28+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-07-28T16:59:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=0ea1faca82c9b637fa9520f9a4678fd29b57b261'/>
<id>urn:sha1:0ea1faca82c9b637fa9520f9a4678fd29b57b261</id>
<content type='text'>
For the default images, we're maintaining their config trees in
git repositories now. So they're not needed anymore.

For people wanting to build e.g. a GNOME image in a 'quick&amp;dirty'
way, in the past, they used something like 'lb config -p gnome'.

Since we do want to get away with all automagics like this where
we need to maintain the package list eventhough tasksel is already
doing that (and more), we're now needing people to create a package
list, e.g.

  # echo 'task-gnome-desktop' &gt; config/package-lists/gnome-desktop.list.chroot

This is consistent with the package handling where we dropped the
'lb config --packages' in favour for the same mechanism for package lists.

With dropping global package lists finally, we'll have consistency
and same workflow for everything soon.
</content>
</entry>
<entry>
<title>Removing ubuntu-cloud and ubuntu-cloud-desktop package lists.</title>
<updated>2012-07-19T01:59:39+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-07-19T01:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=a4996ee015e2f1a86765d0e23a7992f84b3e944c'/>
<id>urn:sha1:a4996ee015e2f1a86765d0e23a7992f84b3e944c</id>
<content type='text'>
This package list has had a spelling typo since its initial
commit. Nobody has ever reported that and the official
live-build package in ubuntu does not ship these lists either.
Apparently nobody uses them, so we can remove them to improve
quantity/quality ratio.
</content>
</entry>
<entry>
<title>Removing warning from minimal package list about minimal hook, which isn't the case anymore.</title>
<updated>2012-07-19T01:53:50+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-07-19T01:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=64cd868fbc4d3851c5ffdebb2408234578fdad99'/>
<id>urn:sha1:64cd868fbc4d3851c5ffdebb2408234578fdad99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing debian-science package list, there's science-tasks and #513296 to do this in proper.</title>
<updated>2012-07-19T01:52:19+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-07-19T01:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=9ad58f0d5a3dc5a162e5e8b2a8c299aa40cc7e6f'/>
<id>urn:sha1:9ad58f0d5a3dc5a162e5e8b2a8c299aa40cc7e6f</id>
<content type='text'>
</content>
</entry>
</feed>
