summaryrefslogtreecommitdiffstats
path: root/src/cmd/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* cmd/build: Fix AND-OR list logicPatrick McDermott2021-01-131-2/+4
|
* cmd/build: List installed pkgs only if loggingPatrick McDermott2021-01-131-1/+1
|
* cmd/build: Don't print build info if not loggingPatrick McDermott2021-01-121-18/+26
|
* cmd/build: Allow logging to be disabledPatrick McDermott2021-01-121-24/+32
|
* cmd/build: Improve option handlingPatrick McDermott2021-01-121-11/+25
|
* cmd/build: List built filesPatrick McDermott2021-01-041-2/+5
| | | | | This makes use of the extra space between the "Build Results" and "*.changes" headers.
* cmd/build: Also filter session ID in logPatrick McDermott2021-01-041-3/+6
|
* cmd/build: Filter session directory in logPatrick McDermott2021-01-041-1/+4
| | | | | As in sbuild (>= 0.62.0-1, Debian bug #605763), filtering makes build logs comparable with diff.
* cmd/build: Add more information to build logPatrick McDermott2021-01-041-5/+104
|
* package_get_name_and_version(): Also get distPatrick McDermott2021-01-041-2/+3
|
* cmd/build: Fix redirection syntax errorPatrick McDermott2021-01-041-5/+2
| | | | | | Fixes: src/cmd/build.sh: 199: src/cmd/build.sh: Syntax error: word unexpected (expecting "}")
* cmd/build: Log outputPatrick McDermott2021-01-041-1/+25
|
* cmd/build: Factor out interesting partsPatrick McDermott2021-01-031-19/+32
|
* cmd/build: Save separate build/host arch/plat varsPatrick McDermott2021-01-031-10/+15
|
* Prefix "static" vars with "_"Patrick McDermott2020-07-021-20/+20
|
* session_begin(): Drop atexit parameterPatrick McDermott2020-06-251-2/+1
|
* cmd/build: Return exit statusPatrick McDermott2020-06-251-4/+10
| | | | And don't run opkbuild after opkg returns an error.
* cmd/build: Pass -a option to opkgPatrick McDermott2020-06-221-1/+6
|
* src/cmd/build.sh: Make some functions "static"Patrick McDermott2019-04-261-7/+7
|
* src/cmd/build.sh: Delimit command operandsPatrick McDermott2019-04-261-9/+9
|
* src/cmd/build.sh: Define functions before referencesPatrick McDermott2019-04-261-46/+46
|
* Update remaining copyright noticesPatrick McDermott2019-04-251-1/+1
|
* Always use rm's -f optionP. J. McDermott2016-01-231-1/+1
|
* cmd/*: Check return value of session_begin()P. J. McDermott2016-01-171-1/+6
| | | | Also clean up on error now.
* cmd/*: Return 0 on successP. J. McDermott2016-01-171-0/+2
|
* cmd/*: Check return value of block_mount()P. J. McDermott2016-01-171-1/+3
|
* cmd/build: Check return value of package_init()P. J. McDermott2016-01-171-1/+4
| | | | Also clean up on error now.
* cmd/*: Check return value of profile_detect()P. J. McDermott2016-01-171-1/+4
| | | | Also clean up on error now.
* cmd/*: s/exit/return/P. J. McDermott2016-01-171-1/+1
|
* cmd/build: Use non-exiting error() and clean up on errorP. J. McDermott2016-01-171-2/+3
|
* cmd/*: Reduce block_umount() calls to one-linersP. J. McDermott2016-01-161-3/+1
|
* cmd/*: Use profile_detect()P. J. McDermott2016-01-161-1/+1
|
* Update copyright yearsP. J. McDermott2016-01-141-1/+1
|
* cmd_*_main(): Load /etc/os-release in a subshellP. J. McDermott2015-12-071-2/+1
| | | | | Limit the effects of this sort of arbitrary code execution, or at least avoid cluttering the namespace.
* Move lib/cmd/*.sh to src/cmd/P. J. McDermott2015-12-071-0/+152