Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/build: Don't print build info if not logging | Patrick McDermott | 2021-01-12 | 1 | -18/+26 |
| | |||||
* | cmd/build: Allow logging to be disabled | Patrick McDermott | 2021-01-12 | 1 | -24/+32 |
| | |||||
* | cmd/build: Improve option handling | Patrick McDermott | 2021-01-12 | 1 | -11/+25 |
| | |||||
* | cmd/build: List built files | Patrick McDermott | 2021-01-04 | 1 | -2/+5 |
| | | | | | This makes use of the extra space between the "Build Results" and "*.changes" headers. | ||||
* | cmd/build: Also filter session ID in log | Patrick McDermott | 2021-01-04 | 1 | -3/+6 |
| | |||||
* | cmd/build: Filter session directory in log | Patrick McDermott | 2021-01-04 | 1 | -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 log | Patrick McDermott | 2021-01-04 | 1 | -5/+104 |
| | |||||
* | package_get_name_and_version(): Also get dist | Patrick McDermott | 2021-01-04 | 1 | -2/+3 |
| | |||||
* | cmd/build: Fix redirection syntax error | Patrick McDermott | 2021-01-04 | 1 | -5/+2 |
| | | | | | | Fixes: src/cmd/build.sh: 199: src/cmd/build.sh: Syntax error: word unexpected (expecting "}") | ||||
* | cmd/build: Log output | Patrick McDermott | 2021-01-04 | 1 | -1/+25 |
| | |||||
* | cmd/build: Factor out interesting parts | Patrick McDermott | 2021-01-03 | 1 | -19/+32 |
| | |||||
* | cmd/build: Save separate build/host arch/plat vars | Patrick McDermott | 2021-01-03 | 1 | -10/+15 |
| | |||||
* | Prefix "static" vars with "_" | Patrick McDermott | 2020-07-02 | 1 | -20/+20 |
| | |||||
* | session_begin(): Drop atexit parameter | Patrick McDermott | 2020-06-25 | 1 | -2/+1 |
| | |||||
* | cmd/build: Return exit status | Patrick McDermott | 2020-06-25 | 1 | -4/+10 |
| | | | | And don't run opkbuild after opkg returns an error. | ||||
* | cmd/build: Pass -a option to opkg | Patrick McDermott | 2020-06-22 | 1 | -1/+6 |
| | |||||
* | src/cmd/build.sh: Make some functions "static" | Patrick McDermott | 2019-04-26 | 1 | -7/+7 |
| | |||||
* | src/cmd/build.sh: Delimit command operands | Patrick McDermott | 2019-04-26 | 1 | -9/+9 |
| | |||||
* | src/cmd/build.sh: Define functions before references | Patrick McDermott | 2019-04-26 | 1 | -46/+46 |
| | |||||
* | Update remaining copyright notices | Patrick McDermott | 2019-04-25 | 1 | -1/+1 |
| | |||||
* | Always use rm's -f option | P. J. McDermott | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | cmd/*: Check return value of session_begin() | P. J. McDermott | 2016-01-17 | 1 | -1/+6 |
| | | | | Also clean up on error now. | ||||
* | cmd/*: Return 0 on success | P. J. McDermott | 2016-01-17 | 1 | -0/+2 |
| | |||||
* | cmd/*: Check return value of block_mount() | P. J. McDermott | 2016-01-17 | 1 | -1/+3 |
| | |||||
* | cmd/build: Check return value of package_init() | P. J. McDermott | 2016-01-17 | 1 | -1/+4 |
| | | | | Also clean up on error now. | ||||
* | cmd/*: Check return value of profile_detect() | P. J. McDermott | 2016-01-17 | 1 | -1/+4 |
| | | | | Also clean up on error now. | ||||
* | cmd/*: s/exit/return/ | P. J. McDermott | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | cmd/build: Use non-exiting error() and clean up on error | P. J. McDermott | 2016-01-17 | 1 | -2/+3 |
| | |||||
* | cmd/*: Reduce block_umount() calls to one-liners | P. J. McDermott | 2016-01-16 | 1 | -3/+1 |
| | |||||
* | cmd/*: Use profile_detect() | P. J. McDermott | 2016-01-16 | 1 | -1/+1 |
| | |||||
* | Update copyright years | P. J. McDermott | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | cmd_*_main(): Load /etc/os-release in a subshell | P. J. McDermott | 2015-12-07 | 1 | -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. McDermott | 2015-12-07 | 1 | -0/+152 |