Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | ob-gencontrol: Add spaces to cases | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-gencontrol: Add more details to size comment | Patrick McDermott | 2019-03-18 | 1 | -0/+4 |
| | |||||
* | ob-checkbuilddeps: set -u | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-checkbuilddeps: Add comments | Patrick McDermott | 2019-03-18 | 1 | -0/+2 |
| | |||||
* | ob-buildopk: Add missing local var declaration | Patrick McDermott | 2019-03-18 | 1 | -0/+1 |
| | |||||
* | ob-buildenv: Declare local variables and wrap long line | Patrick McDermott | 2019-03-18 | 1 | -2/+9 |
| | |||||
* | opkbuild: set -u | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | opkbuild: Allow overriding of ob-* commands directory | Patrick McDermott | 2019-03-18 | 1 | -12/+19 |
| | |||||
* | opkbuild: Fix quotes in ob-* commands | Patrick McDermott | 2019-03-18 | 1 | -4/+4 |
| | | | | Bug introduced in commit ab654dad. | ||||
* | ob-genchanges: Fix undefined variable | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-genchanges: set -u and declare local variables | Patrick McDermott | 2019-03-18 | 1 | -5/+17 |
| | |||||
* | ob-buildopk: Declare local variables and wrap long lines | Patrick McDermott | 2019-03-18 | 1 | -8/+15 |
| | |||||
* | ob-gencontrol: Declare local variables and wrap long lines | Patrick McDermott | 2019-03-18 | 1 | -34/+59 |
| | |||||
* | ob-gencontrol: set -u | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-gencontrol: Fix quotes in Description | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-installdocs: Declare local variables and wrap long lines | Patrick McDermott | 2019-03-18 | 1 | -15/+33 |
| | |||||
* | ob-installdocs: set -u | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | opkbuild: ob-applypatches is finally fixed | Patrick McDermott | 2019-03-17 | 1 | -2/+1 |
| | | | | A seven-year-old nuissance bug is now closed. | ||||
* | ob-applypatches: Track and skip applied patches | Patrick McDermott | 2019-03-17 | 1 | -1/+12 |
| | |||||
* | ob-applypatches: Reduce cd calls | Patrick McDermott | 2019-03-17 | 1 | -4/+4 |
| | |||||
* | ob-applypatches: Declare local variables and wrap long lines | Patrick McDermott | 2019-03-17 | 1 | -4/+10 |
| | |||||
* | ob-applypatches: set -u | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | ob-unpacksource: set -u | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | ob-unpacksource: Fix trailing space in command output | Patrick McDermott | 2019-03-17 | 1 | -0/+1 |
| | |||||
* | ob-buildenv: set -u | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | opkbuild, ob-*: Don't manually load libopkbuild | Patrick McDermott | 2019-03-17 | 10 | -20/+0 |
| | |||||
* | opkbuild, ob-*: Drop call to main() | Patrick McDermott | 2019-03-17 | 10 | -20/+0 |
| | | | | | shld already calls main(), so this extra call causes main() to run a second time if it returns the first time. | ||||
* | ob-unpacksource: Support xz decompression | Patrick McDermott | 2019-03-16 | 1 | -0/+3 |
| | |||||
* | Add braces to param exps in arith substs | Patrick McDermott | 2019-03-16 | 2 | -3/+3 |
| | |||||
* | ob-buildopk, ob-gencontrol, ob-genchanges: Improve OB_DO_SOURCE checks | Patrick McDermott | 2019-03-16 | 3 | -3/+3 |
| | | | | This will help enable "set -u". | ||||
* | opkbuild, ob-*: Fix printf commands after ob_set_text_domain() | Patrick McDermott | 2019-03-15 | 10 | -10/+20 |
| | |||||
* | ob-installdocs: Fix mkdir when dest not given | Patrick McDermott | 2019-03-13 | 1 | -2/+2 |
| | |||||
* | ob_get_doc_files(): Drop arch and plat parameters | Patrick McDermott | 2019-03-13 | 1 | -2/+1 |
| | | | | | | The set of documentation files to be provided should not be dependent on the architecture and platform for which at least some of the binary packages are built. | ||||
* | ob_parse_package_metadata(): Merge into ob_init_package() | Patrick McDermott | 2019-03-13 | 10 | -10/+0 |
| | | | | | | Now that caching is gone, the ob_parse_package_metadata() interface function is trivially short, and keeping it separate unnecessarily complicates the API. | ||||
* | ob_get_binary_packages(): Use -p instead of -P for platform | Patrick McDermott | 2019-03-13 | 1 | -8/+8 |
| | |||||
* | ob_reduce_deps(): Use -p instead of -P for platform | Patrick McDermott | 2019-03-13 | 2 | -3/+3 |
| | | | | Same rationale as in commit 34f21a5. | ||||
* | ob_parse_dep(): Swap -p and -P option letters | Patrick McDermott | 2019-03-13 | 2 | -2/+2 |
| | | | | Be consistent with opkbuild and other executable CLIs. | ||||
* | ob-installdocs: Replace "${data_doc_dir%/*}" with dirname | Patrick McDermott | 2019-03-13 | 1 | -1/+2 |
| | |||||
* | Protect against cmd operands beginning with "-" | Patrick McDermott | 2019-03-13 | 6 | -21/+22 |
| | |||||
* | ob-installplatconf, ob-installdocs: Replace "${dest%/*}" checks with dirname | Patrick McDermott | 2019-03-13 | 2 | -17/+14 |
| | |||||
* | ob-installplatconf: Add return statements after ob_error() calls | Patrick McDermott | 2019-03-13 | 1 | -4/+11 |
| | |||||
* | Eliminate -a and -o options of [ commands | Patrick McDermott | 2019-03-13 | 2 | -2/+3 |
| | | | | POSIX marks these as obsolescent. | ||||
* | Protect [ commands from strings beginning with "-" | Patrick McDermott | 2019-03-13 | 6 | -12/+12 |
| | |||||
* | ob_parse_package_metadata(): Eliminate caching | Patrick McDermott | 2019-03-13 | 10 | -10/+10 |
| | | | | Cf. commit da45b6d. | ||||
* | opkbuild, ob-*: Exit with error on ob_set_text_domain() failure | Patrick McDermott | 2019-03-13 | 10 | -10/+40 |
| | |||||
* | ob-*: Add more return statements | Patrick McDermott | 2019-03-13 | 6 | -2/+35 |
| | |||||
* | ob-*: Replace exit with return | Patrick McDermott | 2019-03-13 | 9 | -18/+18 |
| | |||||
* | opkbuild: Add more return statements | Patrick McDermott | 2019-03-13 | 1 | -23/+35 |
| | |||||
* | opkbuild: Add return statements after ob_error() calls | Patrick McDermott | 2019-03-13 | 1 | -13/+35 |
| | |||||
* | ob-*: Add return statements after ob_error() calls | Patrick McDermott | 2019-03-13 | 4 | -18/+67 |
| |