| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | ob_parse_package_metadata(): Merge into ob_init_package() | Patrick McDermott | 2019-03-13 | 10 | -10/+0 |
|
|
* | 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 |
|
|
* | ob_parse_dep(): Swap -p and -P option letters | Patrick McDermott | 2019-03-13 | 2 | -2/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | opkbuild, ob-*: set -e | Patrick McDermott | 2019-03-13 | 10 | -0/+20 |
|
|
* | Don't let libopkbuild errors cause exit with -e | Patrick McDermott | 2019-03-13 | 3 | -15/+11 |
|
|
* | ob-unpacksource: Replace echo with here-document | Patrick McDermott | 2019-03-13 | 1 | -1/+5 |
|
|
* | ob-unpacksource: Make sed BRE POSIX-conformant | Patrick McDermott | 2019-03-13 | 1 | -1/+1 |
|
|
* | ob-unpacksource: Improve upstream archive counting | Patrick McDermott | 2019-03-13 | 1 | -6/+6 |
|
|
* | ob-gencontrol: Replace echo with here-document | Patrick McDermott | 2019-03-13 | 1 | -1/+4 |
|
|
* | ob-buildopk: Replace echo with printf | Patrick McDermott | 2019-03-13 | 1 | -1/+1 |
|
|