<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-live-build.git/functions/packagelists.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>2020-04-23T09:38:01+00:00</updated>
<entry>
<title>fix $@ parameter expansion issues</title>
<updated>2020-04-23T09:38:01+00:00</updated>
<author>
<name>Lyndon Brown</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2020-04-01T08:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=11836c0c18b07f4bd1ea22a2163875975f3e6816'/>
<id>urn:sha1:11836c0c18b07f4bd1ea22a2163875975f3e6816</id>
<content type='text'>
$@ when unquoted is subject to further word splitting. this fixes a bunch
of instances where it was incorrectly being used unquoted.

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>fix missing use of echo helpers</title>
<updated>2020-03-05T21:04:22+00:00</updated>
<author>
<name>jnqnfe</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2015-01-06T03:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=a45dcf46f6ccb0c1d7e6788d891941ae0c136a9f'/>
<id>urn:sha1:a45dcf46f6ccb0c1d7e6788d891941ae0c136a9f</id>
<content type='text'>
Closes: #952876
</content>
</entry>
<entry>
<title>Fix behaviour of (undocumented) "#nif" conditional test</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:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=b8f55caa144ae4761e6c69d577a0cd33bfec4961'/>
<id>urn:sha1:b8f55caa144ae4761e6c69d577a0cd33bfec4961</id>
<content type='text'>
Thanks to Erik Cumps &lt;erik.cumps@esaturnus.com&gt; for the patch.

Closes: #801379
</content>
</entry>
<entry>
<title>Correcting packagelist parsing when packages are listed with notation of a specific version (Closes: #775832).</title>
<updated>2015-01-25T11:23:13+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2015-01-25T11:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=19b372223b832160b3f84e6be6725fd94e040cc6'/>
<id>urn:sha1:19b372223b832160b3f84e6be6725fd94e040cc6</id>
<content type='text'>
</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>Skip comments in package lists.</title>
<updated>2014-12-10T07:42:31+00:00</updated>
<author>
<name>Raphaël Hertzog</name>
<email>hertzog@debian.org</email>
</author>
<published>2014-12-05T08:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=04a09f27e4089aaab0694ea067d7273d9420f9c8'/>
<id>urn:sha1:04a09f27e4089aaab0694ea067d7273d9420f9c8</id>
<content type='text'>
Comments in package lists used to work in live-build 3.x (although
possibly only as a side-effect of some other logic) and being able to
comment package is a useful feature (to explain why some packages are
included and to make it easy to uncomment some lines to add more useful
packages).
</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>
</feed>
