Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ob-gencontrol: Add informational output | Patrick McDermott | 2019-03-18 | 1 | -0/+2 |
| | |||||
* | ob-buildopk: Add informational output | Patrick McDermott | 2019-03-18 | 1 | -0/+3 |
| | |||||
* | ob_substvars(): Make package operand optional | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-gencontrol: Don't run find on non-existent dirs | Patrick McDermott | 2019-03-18 | 1 | -7/+10 |
| | |||||
* | ob_substvars(): Substitute binary package vars | Patrick McDermott | 2019-03-18 | 3 | -5/+7 |
| | |||||
* | Delimit operands of ob_parse_version() | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Delimit operands of ob_reduce_deps() | Patrick McDermott | 2019-03-18 | 2 | -3/+3 |
| | |||||
* | Delimit operands of ob_parse_dep() | Patrick McDermott | 2019-03-18 | 2 | -2/+2 |
| | |||||
* | opkbuild: Improve code quality | Patrick McDermott | 2019-03-18 | 1 | -20/+31 |
| | | | | | Declare local variables, move default option values, protect [ command from bad UID 0 command output, wrap long lines. | ||||
* | ob-installplatconf: Use OB_LF instead of own global var | Patrick McDermott | 2019-03-18 | 1 | -4/+1 |
| | |||||
* | ob-installplatconf: set -u | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-installplatconf: Declare local variables and wrap long lines | Patrick McDermott | 2019-03-18 | 1 | -6/+16 |
| | |||||
* | ob-unpacksource: Replace here-document with printf | Patrick McDermott | 2019-03-18 | 1 | -4/+1 |
| | |||||
* | ob-unpacksource: Fix quotes in here-document | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-unpacksource: Declare local variables | Patrick McDermott | 2019-03-18 | 1 | -0/+4 |
| | |||||
* | ob-unpacksource: Improve upstream archive counting again | Patrick McDermott | 2019-03-18 | 1 | -3/+2 |
| | | | | | This builds on commit 2e837e5 (with fix in 10cfa1c) but uses newlines instead of spaces to separate upstream archives. | ||||
* | ob-gencontrol: Track md5sum additions with var, not head cmd | Patrick McDermott | 2019-03-18 | 1 | -1/+4 |
| | |||||
* | ob-gencontrol: Skip "-" file name in md5sums | Patrick McDermott | 2019-03-18 | 1 | -0/+1 |
| | |||||
* | ob-gencontrol: Use read loop instead of sed with var in RE | Patrick McDermott | 2019-03-18 | 1 | -3/+11 |
| | |||||
* | ob-gencontrol: Wrap a long line | Patrick McDermott | 2019-03-18 | 1 | -1/+2 |
| | |||||
* | ob-gencontrol: Decrease indentation in loop | Patrick McDermott | 2019-03-18 | 1 | -25/+24 |
| | |||||
* | ob-gencontrol: Replace here-document with printf | Patrick McDermott | 2019-03-18 | 1 | -4/+1 |
| | | | | | Commit a572faa3 replaced echo with this here-document, which takes an unnecessary amount of vertical space. | ||||
* | 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 |
| |