<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-live-build.git/scripts/build/chroot_package-lists, branch 1.3.4</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=1.3.4</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-live-build.git/atom?h=1.3.4'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/'/>
<updated>2017-09-01T08:22:09+00:00</updated>
<entry>
<title>Check all dependencies independent of LB_BUILD_WITH_CHROOT</title>
<updated>2017-09-01T08:22:09+00:00</updated>
<author>
<name>Matthijs Kooijman</name>
<email>matthijs@stdin.nl</email>
</author>
<published>2017-08-28T09:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=036b6161f250c0a798c987f0a6cf2ed9b987bd93'/>
<id>urn:sha1:036b6161f250c0a798c987f0a6cf2ed9b987bd93</id>
<content type='text'>
Since commit fdc9250bc (Changing package dependency checks within chroot
to work outside as well), Check_package automatically checks for
LB_BUILD_WITH_CHROOT and works inside as well as outside of the chroot,
so no need to check LB_BUILD_WITH_CHROOT before calling them.
Install_package and Remove_package are just a no-op when building
without chroot, so they can also be called unconditionally.
Restore_cache and Save_cache do not check LB_BUILD_WITH_CHROOT but it
it should not hurt to call them when not needed (which already happened
in some cases).

This commit makes all Check_package calls unconditional on
LB_BUILD_WITH_CHROOT.

For binary_syslinux, this fixes the check (which used outdated paths
outside the chroot since 7b6dfd9d1), for binary_grub-efi,
binary_package-lists and chroot_package-lists this simplifies the code
(but also causes the check to become package-based instead of file-based
on apt-based systems), and for binary_loadlin and binary_win32-loader
this adds the check outside the chroot which was previously missing.
</content>
</entry>
<entry>
<title>Updating year in copyright notices to 2015.</title>
<updated>2015-01-04T19:05:44+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2015-01-04T19:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=242aef5d8314a9b1da31e016f3329e6f04b8d675'/>
<id>urn:sha1:242aef5d8314a9b1da31e016f3329e6f04b8d675</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changing package dependency checks within chroot to work outside as well.</title>
<updated>2015-01-04T17:19:47+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2015-01-04T17:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=fdc9250bca7bfce660758d77af2ffa971bc19ecb'/>
<id>urn:sha1:fdc9250bca7bfce660758d77af2ffa971bc19ecb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix chroot_package-lists script saving to wrong cache (Closes: #771002).</title>
<updated>2014-12-10T06:50:00+00:00</updated>
<author>
<name>jnqnfe</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2014-11-25T19:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=6577c386ae3181f28e0233121e8cc174b26b549d'/>
<id>urn:sha1:6577c386ae3181f28e0233121e8cc174b26b549d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE).</title>
<updated>2014-12-10T06:39:58+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2014-12-10T06:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034'/>
<id>urn:sha1:1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto-detect foreign architectures in packagelist.</title>
<updated>2014-03-02T05:22:13+00:00</updated>
<author>
<name>Kiel Christofferson</name>
<email>kiel@endpoint.com</email>
</author>
<published>2013-06-20T15:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=3c69e6b56c381f62790b449d5d7661e712eb920c'/>
<id>urn:sha1:3c69e6b56c381f62790b449d5d7661e712eb920c</id>
<content type='text'>
* Add function to output unique list of foreign architectures from an
  expanded package list.
* If foreign architectures are detected, add unique architectures
  to dpkg and update apt.
* This requires users to explicitly list at least _one_ package of a
  foreign architecture in their package list (e.g. foo:arch) for any other
  foreign arch dependencies to be handled appropriately.
</content>
</entry>
<entry>
<title>Updating copyright notices for 2014.</title>
<updated>2014-02-08T16:47:24+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2014-02-08T16:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=eb336bb782632bea33dac6a8c93bca177de51a33'/>
<id>urn:sha1:eb336bb782632bea33dac6a8c93bca177de51a33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stripping out comments in package lists.</title>
<updated>2013-05-06T12:50:07+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2013-03-27T12:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=86e15f61c038907b28f61d7ca8e1a73018244494'/>
<id>urn:sha1:86e15f61c038907b28f61d7ca8e1a73018244494</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Aborting early in chroot_package-lists if no package list is found.</title>
<updated>2013-05-06T12:50:07+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2013-03-27T12:22:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=7406724344c4ae0445ea998269e063517a950c59'/>
<id>urn:sha1:7406724344c4ae0445ea998269e063517a950c59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing all references to my old email address.</title>
<updated>2013-05-06T12:50:06+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2013-03-10T18:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=59ce459f402c42630eb70830c59a3a7d8b2e91a9'/>
<id>urn:sha1:59ce459f402c42630eb70830c59a3a7d8b2e91a9</id>
<content type='text'>
</content>
</entry>
</feed>
