Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-03-05 | help/usage: fix overly complex script description handling | jnqnfe | |
Closes: #952887 | |||
2020-03-05 | fix capitalisation of some output messages | jnqnfe | |
Closes: #952875 | |||
2020-03-05 | help/usage: fix usage string of top level script | Lyndon Brown | |
Gbp-Dch: Ignore Closes: #952858 | |||
2015-04-29 | Flattening frontend directory within the source tree. | Daniel Baumann | |
2015-04-28 | Moving cgi to its own source package. | Daniel Baumann | |
2015-04-17 | On status output of running builds only count directories for l-b-cgi frontend. | Richard Nelson | |
2015-04-17 | Added output of processing builds to status page for l-b-cgi frontend. | Richard Nelson | |
2015-04-15 | Harmonize variables on build status script for l-b-cgi frontend. | Richard Nelson | |
2015-04-15 | Initial commit to provide biuld status on l-b-cgi frontend. | Richard Nelson | |
2015-04-15 | Rename LIVE_IMAGE_TYPE to LB_BINARY_IMAGES on l-b-cgi frontend. | Richard Nelson | |
2015-01-04 | Updating year in copyright notices to 2015. | Daniel Baumann | |
2014-12-10 | Cleaning up from python removal (LIVE_IMAGE_ARCHIVE_AREAS). | Daniel Baumann | |
2014-12-10 | Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE). | Daniel Baumann | |
2014-09-21 | Correct variable name for apt_indices and adjust sed order for population of ↵ | Richard Nelson | |
build feedback on frontend/cgi. | |||
2014-08-28 | Moving partial python rewrite to separate branch, let's do it in the ↵ | Daniel Baumann | |
jessie+1 cycle rather than go with the current mixed code. | |||
2014-06-22 | Add --apt option on frontend/cgi. | Richard Nelson | |
2014-03-02 | Include "components" when detecting local scripts. | Kiel Christofferson | |
This can help facilitate development and testing during the python transition. | |||
2014-03-02 | Allow config command without root privileges. | Kiel Christofferson | |
2014-02-08 | Updating copyright notices for 2014. | Daniel Baumann | |
2013-11-04 | Moving testroot into lb wrapper itself. | Daniel Baumann | |
2013-10-21 | Updating files to copy for finished build on l-b-cgi frontend and the 4.x ↵ | Richard Nelson | |
branch. | |||
2013-09-17 | Modify l-b-cgi frontend logging paths. | Richard Nelson | |
2013-06-25 | Reorganizing frontend in source tree. | Daniel Baumann | |