<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-live-build.git/scripts/build/bootstrap, branch master</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=master</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-live-build.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/'/>
<updated>2020-04-23T09:38:02+00:00</updated>
<entry>
<title>bootstrap_archives: remove useless param</title>
<updated>2020-04-23T09:38:02+00:00</updated>
<author>
<name>Lyndon Brown</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2020-04-05T18:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=78b03ce8a32f8e643e84ed9d4b3bde15943c2f19'/>
<id>urn:sha1:78b03ce8a32f8e643e84ed9d4b3bde15943c2f19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chroot_prep: expand coverage</title>
<updated>2020-04-23T09:38:02+00:00</updated>
<author>
<name>Lyndon Brown</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2020-04-05T16:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=38a5aed0dcdf71f43cecfadc6e34c659408b6a00'/>
<id>urn:sha1:38a5aed0dcdf71f43cecfadc6e34c659408b6a00</id>
<content type='text'>
it now covers:
 - `lb chroot_apt install-binary`
 - `lb chroot_archives {chroot|binary|source} {install|remove}`

by expanding usage from:
`lb chroot_prep {install|remove} HELPERS [ARGS]`
to:
`lb chroot_prep {install|remove} HELPERS [MODE[ MODE..]] [ARGS]`

where `[MODE[ MODE..]]` is an optional set of one or more of:
 - archives-chroot, which specifies to use 'chroot' as the first param to
   the chroot_archives script
 - archives-binary, which specifies to use 'binary'
 - archives-source, which specifies to use 'source'
 - apt-install-binary, which specified to pass 'install-binary' instead of
   'install' to chroot_apt

thus _all_ chroot prep scripts can be run through this helper now!

note, in the case of the binary stage, 'archives' is deliberately not added
to CHROOT_PREP_OTHER, this is not a mistake!

Gbp-Dch: Short
</content>
</entry>
<entry>
<title>add bulk chroot preparation script execution helper</title>
<updated>2020-04-23T09:38:02+00:00</updated>
<author>
<name>Lyndon Brown</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2020-04-01T04:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=e22bd27170bba862239c41ebdd9a6f23ef865caf'/>
<id>urn:sha1:e22bd27170bba862239c41ebdd9a6f23ef865caf</id>
<content type='text'>
rather than explicitly running one helper after another in the major
build stages, or by hand (e.g. while testing things during development),
they can be run in bulk via this new helper. it essentially just takes a
list of helpers to run and runs them one by one.

it supports running all helpers except chroot_archives because that one
has different parameter requirements to the rest and supporting it would
make things messier.

helper scripts can either be named by their full script name or without
the 'chroot_' prefix for brevity. you can also just specify 'all' to
refer to all helpers (except chroot_archives, per above).

it automatically reverses the order of the list when run in remove mode.

Gbp-Dch: Short
</content>
</entry>
<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>add build &amp; build stage success messages</title>
<updated>2020-03-16T21:42:49+00:00</updated>
<author>
<name>Lyndon Brown</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2020-03-16T02:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=af040d78035b88aaf2f99f38bf5f0db176c92d0a'/>
<id>urn:sha1:af040d78035b88aaf2f99f38bf5f0db176c92d0a</id>
<content type='text'>
</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>help/usage: remove pointless vars</title>
<updated>2020-03-10T12:45:23+00:00</updated>
<author>
<name>Lyndon Brown</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2020-03-06T22:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=d6096622f9f7f9e2e1c8b01b4769c9d08487688e'/>
<id>urn:sha1:d6096622f9f7f9e2e1c8b01b4769c9d08487688e</id>
<content type='text'>
build scripts never call Help() and so the empty HELP strings are pointless.
(when called with --help they call Man()).

Closes: #952859
Gbp-Dch: Short
</content>
</entry>
<entry>
<title>tidy script init (2/4) - build stage scripts</title>
<updated>2020-03-10T12:39:37+00:00</updated>
<author>
<name>jnqnfe</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2015-02-05T03:30:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=061d7cb3406c99a8bbb7b563625fe00357ba90aa'/>
<id>urn:sha1:061d7cb3406c99a8bbb7b563625fe00357ba90aa</id>
<content type='text'>
Partial fix for #952919

Gbp-Dch: Short
</content>
</entry>
<entry>
<title>tidy script init (1/4) - arg and config processing</title>
<updated>2020-03-10T12:39:37+00:00</updated>
<author>
<name>jnqnfe</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2015-02-05T03:30:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=b49abcc1a8002c52b45c3e3da6723097f99c26e6'/>
<id>urn:sha1:b49abcc1a8002c52b45c3e3da6723097f99c26e6</id>
<content type='text'>
Partial fix for #952919

Gbp-Dch: Short
</content>
</entry>
<entry>
<title>help/usage: fix overly complex script description handling</title>
<updated>2020-03-05T20:48:49+00:00</updated>
<author>
<name>jnqnfe</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2015-02-05T03:30:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=a67e01638fa3834fcfeb01baff2eedc88d4181ab'/>
<id>urn:sha1:a67e01638fa3834fcfeb01baff2eedc88d4181ab</id>
<content type='text'>
Closes: #952887
</content>
</entry>
</feed>
