Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-09 | use actual bool state where applicable within functions | Lyndon Brown | |
2020-03-09 | fix consistency in binary execution and existance checking | Lyndon Brown | |
- prefer using `which` over hard coded paths - it is redundant to check that the bin pointed to the return of `which` exists and is executable, `which` already gives us assurance of that if it returns true! - the redirection of output (`2>/dev/null`) seems to be unnecessary from my testing. the instances relatnig to fdisk and losetup in functions/defaults.sh have been left as they are since they get executed by `lb config` which can run without sudo elevation unlike `lb build` and in that case `which` would fail to find these binaries resulting in error. this also fixes a bug showing an error for missing debootstrap - this tool requires sudo privileges to run and thus is not found via a none elevated which search. Gbp-Dch: Short Closes: #952927 | |||
2015-01-04 | Updating year in copyright notices to 2015. | Daniel Baumann | |
2014-12-10 | Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE). | Daniel Baumann | |
2014-02-08 | Updating copyright notices for 2014. | Daniel Baumann | |
2013-05-06 | Removing all references to my old email address. | Daniel Baumann | |
2013-05-06 | Updating year in all copyright notices. | Daniel Baumann | |
2013-05-06 | Moving off binary image architecture into new config tree format. | Daniel Baumann | |
2013-05-06 | Moving off binary image type into new config tree format. | Daniel Baumann | |
2013-05-06 | Adding debian version 4.0~a1-1.debian/4.0_a1-1 | Daniel Baumann | |
2013-01-01 | Updating year in all copyright notices. | Daniel Baumann | |
2012-07-30 | Updating GPL standard header in all files. | Daniel Baumann | |
2012-02-06 | Updating year in copyright notices for 2012. | Daniel Baumann | |
2011-10-05 | Adding foreign bootstrap via qemu for cross arch building. | Ben Howard | |
2011-03-09 | Updating year in hooks and script files. | Daniel Baumann | |
2011-03-09 | Renaming --architecture to --architectures in preparation for multi-arch. | Daniel Baumann | |