Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | opkbuild: Unquote UID 0 command | Patrick McDermott | 2019-06-22 | 1 | -2/+2 |
| | |||||
* | opkbuild, tests: Parameterize fakeroot | Patrick McDermott | 2019-06-17 | 1 | -1/+1 |
| | |||||
* | opkbuild: Drop useless fake privileges | Patrick McDermott | 2019-06-16 | 1 | -3/+3 |
| | | | | Rely on ob-buildopk to set ownership when packing archives. | ||||
* | ob-buildopk: Make archive member owners/groups deterministic | Patrick McDermott | 2019-06-16 | 1 | -1/+2 |
| | |||||
* | opkbuild: Set SOURCE_DATE_EPOCH | Patrick McDermott | 2019-06-16 | 1 | -0/+3 |
| | |||||
* | ob-gencontrol, opkbuild: Update copyright years | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Delimit operands of ob_parse_version() | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | 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. | ||||
* | opkbuild: ob-applypatches is finally fixed | Patrick McDermott | 2019-03-17 | 1 | -2/+1 |
| | | | | A seven-year-old nuissance bug is now closed. | ||||
* | opkbuild, ob-*: Don't manually load libopkbuild | Patrick McDermott | 2019-03-17 | 1 | -2/+0 |
| | |||||
* | opkbuild, ob-*: Drop call to main() | Patrick McDermott | 2019-03-17 | 1 | -2/+0 |
| | | | | | shld already calls main(), so this extra call causes main() to run a second time if it returns the first time. | ||||
* | Add braces to param exps in arith substs | Patrick McDermott | 2019-03-16 | 1 | -1/+1 |
| | |||||
* | opkbuild, ob-*: Fix printf commands after ob_set_text_domain() | Patrick McDermott | 2019-03-15 | 1 | -1/+2 |
| | |||||
* | ob_parse_package_metadata(): Merge into ob_init_package() | Patrick McDermott | 2019-03-13 | 1 | -1/+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 |
| | |||||
* | Protect against cmd operands beginning with "-" | Patrick McDermott | 2019-03-13 | 1 | -4/+5 |
| | |||||
* | Eliminate -a and -o options of [ commands | Patrick McDermott | 2019-03-13 | 1 | -1/+2 |
| | | | | POSIX marks these as obsolescent. | ||||
* | Protect [ commands from strings beginning with "-" | Patrick McDermott | 2019-03-13 | 1 | -2/+2 |
| | |||||
* | ob_parse_package_metadata(): Eliminate caching | Patrick McDermott | 2019-03-13 | 1 | -1/+1 |
| | | | | Cf. commit da45b6d. | ||||
* | opkbuild, ob-*: Exit with error on ob_set_text_domain() failure | Patrick McDermott | 2019-03-13 | 1 | -1/+4 |
| | |||||
* | 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 |
| | |||||
* | opkbuild, ob-*: set -e | Patrick McDermott | 2019-03-13 | 1 | -0/+2 |
| | |||||
* | Don't let libopkbuild errors cause exit with -e | Patrick McDermott | 2019-03-13 | 1 | -11/+7 |
| | |||||
* | opkbuild: Don't ignore errors from `../build build` | Patrick McDermott | 2018-12-25 | 1 | -2/+2 |
| | |||||
* | opkbuild: Don't run ob-* commands from a child shell | Patrick McDermott | 2018-12-25 | 1 | -7/+5 |
| | |||||
* | opkbuild: Add an extremely thoughtful TODO comment | Patrick McDermott | 2018-12-25 | 1 | -0/+1 |
| | |||||
* | opkbuild: Join unnecessarily split lines | Patrick McDermott | 2018-12-25 | 1 | -4/+2 |
| | |||||
* | opkbuild: Define main() after the functions it calls | Patrick McDermott | 2018-12-25 | 1 | -36/+36 |
| | |||||
* | opkbuild, ob-*: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSION | Patrick McDermott | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | opkbuild, ob-*: Update header comments, copyrights, and license | Patrick McDermott | 2018-12-24 | 1 | -9/+9 |
| | |||||
* | opkbuild, ob-*: Drop magic number interpreter lines | Patrick McDermott | 2018-12-22 | 1 | -2/+0 |
| | |||||
* | opkbuild, ob-*: Use variables set by shpp | Patrick McDermott | 2018-12-22 | 1 | -14/+14 |
| | |||||
* | ob_use(): Remove | Patrick McDermott | 2018-12-22 | 1 | -5/+0 |
| | |||||
* | opkbuild, ob-*: Load newly linked libopkbuild | Patrick McDermott | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | libopkbuild: Change output file extension to .sho | Patrick McDermott | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | opkbuild: Export OPK_PACKAGES_REDUCED | P. J. McDermott | 2014-09-21 | 1 | -0/+1 |
| | |||||
* | opkbuild: Set OPK_PACKAGES_REDUCED | P. J. McDermott | 2014-09-21 | 1 | -0/+17 |
| | |||||
* | opkbuild: Use case constructs for -b, -S, and -F | P. J. McDermott | 2014-09-21 | 1 | -9/+9 |
| | |||||
* | opkbuild: Fix case statements | P. J. McDermott | 2014-09-21 | 1 | -4/+4 |
| | |||||
* | Rename mutex options message ID | P. J. McDermott | 2014-09-21 | 1 | -5/+5 |
| | |||||
* | opkbuild: Allow -B and -P to be combined | P. J. McDermott | 2014-09-21 | 1 | -8/+14 |
| | |||||
* | opkbuild: Simplify OPK_PACKAGES assignment | P. J. McDermott | 2014-09-21 | 1 | -6/+6 |
| | |||||
* | opkbuild: Accept -B and -P options | P. J. McDermott | 2014-09-21 | 1 | -4/+4 |
| | |||||
* | opkbuild: Add a comment about optstring | P. J. McDermott | 2014-09-20 | 1 | -0/+1 |
| | |||||
* | opkbuild: Change platform option to -p | P. J. McDermott | 2014-09-20 | 1 | -2/+2 |
| | |||||
* | opkbuild: Preserve files' metadata in source pkgs. | P. J. McDermott | 2014-02-26 | 1 | -1/+1 |
| |