<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-live-build.git/scripts/build/lb_config, branch tmp-net-firmware</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=tmp-net-firmware</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-live-build.git/atom?h=tmp-net-firmware'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/'/>
<updated>2012-08-27T14:05:49+00:00</updated>
<entry>
<title>Dropping lb prefix from live-build scripts, not needed anymore.</title>
<updated>2012-08-27T14:05:49+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-08-27T13:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=a0a5bbfd1c9b6fc58d1b102ee56fb7d3b8b7bfcf'/>
<id>urn:sha1:a0a5bbfd1c9b6fc58d1b102ee56fb7d3b8b7bfcf</id>
<content type='text'>
Previously, we needed to keep the lb_* prefix as the scripts
could also be executed standalone. Since the lb wrapper is
mandatory since squeeze, we can drop this now.
</content>
</entry>
<entry>
<title>Making build.sh sourcing more robust (Closes: #684896).</title>
<updated>2012-08-27T14:05:48+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-08-27T13:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=d6e45a34376c9c80d1488ad4f3c9c1f85bedb338'/>
<id>urn:sha1:d6e45a34376c9c80d1488ad4f3c9c1f85bedb338</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Exposing --debootstrap-options and --cdebootstrap-options publicly.</title>
<updated>2012-08-27T12:47:10+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-08-27T12:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=80bfaf9f0a316bc6c95d461fe9344ebff3a46a8b'/>
<id>urn:sha1:80bfaf9f0a316bc6c95d461fe9344ebff3a46a8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing bootstrap-keyring option.</title>
<updated>2012-08-27T12:36:42+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-08-27T12:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=9b5fc09d0f2fb4671553014dbd9b3be86e15c037'/>
<id>urn:sha1:9b5fc09d0f2fb4671553014dbd9b3be86e15c037</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing bootstrap-include and bootstrap-exclude options.</title>
<updated>2012-08-27T12:33:57+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-08-27T12:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=fda74e43074d51b5aabcb898dba623c2d82a5b50'/>
<id>urn:sha1:fda74e43074d51b5aabcb898dba623c2d82a5b50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing bootstrap-flavour option (Closes: #685675).</title>
<updated>2012-08-27T12:26:11+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-08-27T12:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=df1cea54c56ecd4ea99e2d9d5d3cb3ce075b150a'/>
<id>urn:sha1:df1cea54c56ecd4ea99e2d9d5d3cb3ce075b150a</id>
<content type='text'>
live-build does too much magic that causes too much effort in
maintaining for stuff that hardly everyone uses.

Rather than 'translating' back and forth and maintaining compatibility
between options of different debootstrap and cdebootstrap versions (and
possibly any other in the future), it's is better to 'off-load' this to
the user.

For non-live specific options passed to the bootstrap tools, we'll
be introducing --debootstrap-options and --cdebootstrap-options
where users can specify their additional options passed to the
respective bootstrap tool, rather than us maintaining them in a
'hardcoded' and selected list.
</content>
</entry>
<entry>
<title>Using /etc/live/build/*.conf instead of /etc/live/build.d/*.conf for consistency reasons.</title>
<updated>2012-08-24T09:38:24+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-08-14T19:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=d8d5366a6c75dba26fd87a707bf2b4da604cf7b2'/>
<id>urn:sha1:d8d5366a6c75dba26fd87a707bf2b4da604cf7b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplyfing sourcing of build.sh and getting away with the broken subshell construct.</title>
<updated>2012-08-13T10:23:34+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-08-13T10:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=c68e06fb6b393755e88375cbaa2873aa2bc5c70f'/>
<id>urn:sha1:c68e06fb6b393755e88375cbaa2873aa2bc5c70f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing chroot_local-patches, too much overhead for just applying patches (notably, with -p1 enforced), hooks are more flexible anyway.</title>
<updated>2012-07-30T16:19:28+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-07-30T00:11:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=1eabc7268207d336a1e1597e9a1b3cdb9f367392'/>
<id>urn:sha1:1eabc7268207d336a1e1597e9a1b3cdb9f367392</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updating GPL standard header in all files.</title>
<updated>2012-07-30T16:19:27+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-07-29T23:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=508510e0973f806890ba93cad2eede8a2a622edc'/>
<id>urn:sha1:508510e0973f806890ba93cad2eede8a2a622edc</id>
<content type='text'>
</content>
</entry>
</feed>
