Lyndon Brown
7ee59d408e
fix consistency in binary execution and existance checking
...
- 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-09 10:51:11 +00:00
jnqnfe
a67e01638f
help/usage: fix overly complex script description handling
...
Closes : #952887
2020-03-05 20:48:49 +00:00
jnqnfe
5a00487872
fix capitalisation of some output messages
...
Closes : #952875
2020-03-05 20:36:54 +00:00
Lyndon Brown
95fedc81c1
help/usage: fix usage string of top level script
...
Gbp-Dch: Ignore
Closes : #952858
2020-03-05 11:31:09 +00:00
Daniel Baumann
320b1ce75e
Flattening frontend directory within the source tree.
2015-04-29 08:12:46 +02:00
Daniel Baumann
58bdabe139
Moving cgi to its own source package.
2015-04-28 07:58:14 +02:00
Richard Nelson
b883aabc6a
On status output of running builds only count directories for l-b-cgi frontend.
2015-04-17 14:58:28 -05:00
Richard Nelson
b8cc61dfd7
Added output of processing builds to status page for l-b-cgi frontend.
2015-04-17 14:21:08 -05:00
Richard Nelson
c73e1ed5a5
Harmonize variables on build status script for l-b-cgi frontend.
2015-04-15 14:10:26 -05:00
Richard Nelson
e4813ea818
Initial commit to provide biuld status on l-b-cgi frontend.
2015-04-15 13:58:58 -05:00
Richard Nelson
3e94a68057
Rename LIVE_IMAGE_TYPE to LB_BINARY_IMAGES on l-b-cgi frontend.
2015-04-15 13:43:38 -05:00
Daniel Baumann
242aef5d83
Updating year in copyright notices to 2015.
2015-01-04 20:05:44 +01:00
Daniel Baumann
2eecd1b814
Cleaning up from python removal (LIVE_IMAGE_ARCHIVE_AREAS).
2014-12-10 07:41:29 +01:00
Daniel Baumann
1f7f6dd88a
Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE).
2014-12-10 07:39:58 +01:00
Richard Nelson
e2a9114cb3
Correct variable name for apt_indices and adjust sed order for population of build feedback on frontend/cgi.
2014-09-21 19:28:16 -05:00
Daniel Baumann
bc50443cf0
Moving partial python rewrite to separate branch, let's do it in the jessie+1 cycle rather than go with the current mixed code.
2014-08-28 00:59:28 +02:00
Richard Nelson
ca941152b4
Add --apt option on frontend/cgi.
2014-06-22 12:15:39 -05:00
Kiel Christofferson
07d1ff5f9b
Include "components" when detecting local scripts.
...
This can help facilitate development and testing during the python transition.
2014-03-02 06:22:19 +01:00
Kiel Christofferson
c8daf8fcfd
Allow config command without root privileges.
2014-03-02 06:22:19 +01:00
Daniel Baumann
eb336bb782
Updating copyright notices for 2014.
2014-02-08 17:47:24 +01:00
Daniel Baumann
35919637af
Moving testroot into lb wrapper itself.
2013-11-04 13:00:12 +01:00
Richard Nelson
5e2758b4c0
Updating files to copy for finished build on l-b-cgi frontend and the 4.x branch.
2013-10-21 20:12:00 -05:00
Richard Nelson
4a5d67c5b8
Modify l-b-cgi frontend logging paths.
2013-09-17 11:42:51 -05:00
Daniel Baumann
86746ac72f
Reorganizing frontend in source tree.
2013-06-25 09:04:42 +02:00