<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-live-build.git/functions/chroot.sh, branch rolling</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=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-live-build.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/'/>
<updated>2021-01-15T09:22:29+00:00</updated>
<entry>
<title>Ensure that SOURCE_DATE_EPOCH is always set in all sub scripts.</title>
<updated>2021-01-15T09:22:29+00:00</updated>
<author>
<name>Roland Clobus</name>
<email>rclobus@rclobus.nl</email>
</author>
<published>2020-09-02T10:11:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=95cd662f4e91438cc179a282c31a8b71ceb49715'/>
<id>urn:sha1:95cd662f4e91438cc179a282c31a8b71ceb49715</id>
<content type='text'>
When SOURCE_DATE_EPOCH was already set before 'lb config', also enable
UTC timestamps.
</content>
</entry>
<entry>
<title>Added the option to include files before and after package installation</title>
<updated>2020-10-27T15:07:11+00:00</updated>
<author>
<name>Thore Sommer</name>
<email>debian@thson.de</email>
</author>
<published>2020-10-27T15:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=7360d50fa6b7ef4809d28cf873ab7d29dc2a6f97'/>
<id>urn:sha1:7360d50fa6b7ef4809d28cf873ab7d29dc2a6f97</id>
<content type='text'>
Moved includes.chroot to includes.chroot_after_packages and added
includes.chroot_before_packages. includes.chroot does still work as before.

We also now use rsync for copying files if it is installed.
This improves runtime and space consumption for large includes.

Gbp-Dch: Short
Closes: #927128
</content>
</entry>
<entry>
<title>chroot: make var local</title>
<updated>2020-04-23T13:47:00+00:00</updated>
<author>
<name>Lyndon Brown</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2020-03-28T14:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=ba052474382867ffe303567df902d66d426f9dce'/>
<id>urn:sha1:ba052474382867ffe303567df902d66d426f9dce</id>
<content type='text'>
Gbp-Dch: Short
</content>
</entry>
<entry>
<title>use local scope for private function vars</title>
<updated>2020-03-16T22:10:03+00:00</updated>
<author>
<name>Lyndon Brown</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2020-02-20T06:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=c55eb8a0c3ca5b8ed1081e7eb8a423563288fb58'/>
<id>urn:sha1:c55eb8a0c3ca5b8ed1081e7eb8a423563288fb58</id>
<content type='text'>
all vars affected have been carefully checked to be quite certain
that they are definitely local

where variable is assigned the return value of a function/command, the
local "declaration" is deliberately done on a separate line, since
`local FOO` is actually treated itself as a command rather than a
declaration; will thus always cause $? to be zero, and thus if done on
the same line as such an assignment can not only clobber $? but in doing
so unintentionally blocks failure of a command from triggering the
expected exit from having `set -e`.

also, from testing, i have found that when assigning "${@}" this must be
done on a separate line confusingly as otherwise an error occurs.

Gbp-Dch: Short
</content>
</entry>
<entry>
<title>amend copyright &amp; licensing blocks</title>
<updated>2020-03-11T13:51:19+00:00</updated>
<author>
<name>Lyndon Brown</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2020-03-11T10:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=7a4a9f94b89d22c083c1610ecbcb7a173f1b73db'/>
<id>urn:sha1:7a4a9f94b89d22c083c1610ecbcb7a173f1b73db</id>
<content type='text'>
Current versions of the project files are built upon versions published
and licensed by Daniel Baumann, but are modified copies of those files and
thus need to be marked as such per licensing requirements (afaik he did
not pass along ownership / licensing rights to anyone when he left the
project). We should also be careful to not be misrepresenting such
modified copies as being attributed to Daniel.

Adding a new copyright line referring to "The Debian Live team" should
suffice for this.

The authorship block in man pages has also similarly been updated.

Notes:
 - tweaked a copy of daniel copyright lines stating 2014 instead of 2015.
   both of these cases were in files that i had personally introduced in
   some of my past merged commits that moved some code around. i don't know
   why they stated 2014.
 - binary_onie was introduced in 2018, so that has a 2018 date instead of
   2016 unlike the rest.
 - 'efi-image' is a 3rd-party (Canonical Ltd) work that we bundle, but it
   has been modified by 674794a8f4d61a729d2dbd6d99385d2826138694 and
   36a3ba76347ef72df1c316312ed3a26aa4b0c816 so I similarly added a
   debian live copyright line.
 - 'grub-cpmodules' is similar. it was only changed by the indentation fix
   of 36a3ba76347ef72df1c316312ed3a26aa4b0c816 but modification is
   modification, and this does help cover any possible future changes that
   might be made.
</content>
</entry>
<entry>
<title>don't unnecessarily convert exit codes to strings</title>
<updated>2020-03-05T11:33:12+00:00</updated>
<author>
<name>Lyndon Brown</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2020-02-12T02:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=2511fff2595a5d44e50a1b684acd64cb30876c42'/>
<id>urn:sha1:2511fff2595a5d44e50a1b684acd64cb30876c42</id>
<content type='text'>
Closes: #952861
</content>
</entry>
<entry>
<title>installer_debian-installer: don't mess with /var/lib/dpkg/status</title>
<updated>2019-12-19T15:53:30+00:00</updated>
<author>
<name>Raphaël Hertzog</name>
<email>raphael@offensive-security.com</email>
</author>
<published>2019-12-19T15:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=bca7af4ecb24f93fe638a39931b601883600d111'/>
<id>urn:sha1:bca7af4ecb24f93fe638a39931b601883600d111</id>
<content type='text'>
Use a similar trick as for chroot_live-packages.

Relates to #944983.
</content>
</entry>
<entry>
<title>chroot_live-packages: use dpkg-query to see if a package is installed</title>
<updated>2019-12-19T15:21:58+00:00</updated>
<author>
<name>Raphaël Hertzog</name>
<email>raphael@offensive-security.com</email>
</author>
<published>2019-12-19T15:21:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=0647e985fa05d09a7fecc801e9e23d6b513b7de4'/>
<id>urn:sha1:0647e985fa05d09a7fecc801e9e23d6b513b7de4</id>
<content type='text'>
Closes: #944983
</content>
</entry>
<entry>
<title>Export SOURCE_DATE_EPOCH when running chroot commands</title>
<updated>2016-11-28T19:58:19+00:00</updated>
<author>
<name>Raphaël Hertzog</name>
<email>hertzog@debian.org</email>
</author>
<published>2016-11-28T15:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=4b28b409a64166946dd9b27b4e56c2d206d958ac'/>
<id>urn:sha1:4b28b409a64166946dd9b27b4e56c2d206d958ac</id>
<content type='text'>
Thanks to Chris Lamb &lt;lamby@debian.org&gt; for the patch.

Closes: #832998
</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>
</feed>
