Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-11 | amend copyright & licensing blocks | Lyndon Brown | |
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. | |||
2020-03-10 | tidy script init (4/4) - top level cmd "auto redirect" handling | Lyndon Brown | |
Partial fix for #952919 Gbp-Dch: Short Closes: #952919 | |||
2020-03-10 | tidy script init (3/4) - top level commands | jnqnfe | |
Partialfix for #952919 Gbp-Dch: Short | |||
2020-03-10 | tidy script init (1/4) - arg and config processing | jnqnfe | |
Partial fix for #952919 Gbp-Dch: Short | |||
2020-03-05 | help/usage: fix overly complex script description handling | jnqnfe | |
Closes: #952887 | |||
2018-04-17 | lb clean: remove ONIE image | Luca Boccassi | |
2015-01-04 | Updating year in copyright notices to 2015. | Daniel Baumann | |
2014-05-07 | Only removing stage files in lb clean --stage and keep .build around in ↵ | Daniel Baumann | |
order for init to detect initialized config directories properly. | |||
2014-02-08 | Updating copyright notices for 2014. | Daniel Baumann | |
2013-05-06 | Adding ls -lR files as .files output. | Daniel Baumann | |
2013-05-06 | Debranding package for derivatives. | Daniel Baumann | |
2013-05-06 | Removing all references to my old email address. | Daniel Baumann | |
2013-05-06 | Removing incomplete support for root-command. | Daniel Baumann | |
2013-05-06 | Correctly remove binary contents and packages file in clean script. | Daniel Baumann | |
2013-05-06 | Adding support for sha512 checksums. | Daniel Baumann | |
2013-05-06 | Removing all checksum files in lb clean. | Daniel Baumann | |
2013-05-06 | Updating year in all copyright notices. | Daniel Baumann | |
2013-05-06 | Using image name from configuration to name source output files. | Daniel Baumann | |
2013-05-06 | Using image name from configuration to name binary output files. | Daniel Baumann | |
2013-05-06 | Removing local/bin by default in lb_clean too. | Daniel Baumann | |
2013-05-06 | Adding debian version 4.0~a1-1.debian/4.0_a1-1 | Daniel Baumann | |
2013-02-08 | Correctly remove binary contents and packages file in clean script. | Daniel Baumann | |
2013-01-02 | Adding support for sha512 checksums. | Daniel Baumann | |
2013-01-02 | Removing all checksum files in lb clean. | Daniel Baumann | |
2013-01-01 | Updating year in all copyright notices. | Daniel Baumann | |
2012-12-10 | Removing local/bin by default in lb_clean too. | Daniel Baumann | |
2012-09-30 | Avoiding warnings when checking for arguments in clean. | Daniel Baumann | |
2012-08-27 | Dropping lb prefix from live-build scripts, not needed anymore. | Daniel Baumann | |
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. | |||
2011-03-09 | Prefixing helper scripts to make 'out of source' usage usable (Closes: #572455). | Daniel Baumann | |
2011-03-09 | Updating internal variables from lh to lb scheme, should be the last piece ↵ | Daniel Baumann | |
to finish the live-helper to live-build rename. | |||
2011-03-09 | Updating copyright headers for live-build. | Daniel Baumann | |
2011-03-09 | Moving /usr/share/live-helper to /usr/share/live/build. | Daniel Baumann | |
2011-03-09 | Run chroot stage with /var/lib/dpkg mounted as a tmpfs | Chris Lamb | |
Idea from Thomas Lange and FAI. Speedup in my testcase (standard image) is 3m00 => 2m50, probably much better improvements for the desktop image clients. | |||
2011-03-09 | Rearranging helpers scripts in source tree. | Daniel Baumann | |