Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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. | ||||
* | 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_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 |
| | |||||
* | ob-*: Replace exit with return | Patrick McDermott | 2019-03-13 | 1 | -2/+2 |
| | |||||
* | ob-*: Add return statements after ob_error() calls | Patrick McDermott | 2019-03-13 | 1 | -2/+8 |
| | |||||
* | opkbuild, ob-*: set -e | Patrick McDermott | 2019-03-13 | 1 | -0/+2 |
| | |||||
* | ob-*: Move function definitions before points of use | Patrick McDermott | 2018-12-25 | 1 | -10/+10 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | ob_use(): Remove | Patrick McDermott | 2018-12-22 | 1 | -4/+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 |
| | |||||
* | ob-applypatches: Skip non-existing files. | P. J. McDermott | 2013-09-08 | 1 | -0/+1 |
| | | | | If the patches directory exists but is empty, ${patch} will be "../patches/*". | ||||
* | ob-applypatches: Only run if sources were found. | P. J. McDermott | 2013-09-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The following can happen, for example, when using a "source" target to download upstream sources: $ opkbuild -bCT source [...] ob-unpacksource: No native or upstream sources found ob-applypatches: Applying patch "01_fix-ob-applypatches-to-work-with-busybox.patch"... /usr/local/bin/ob-applypatches: 53: cd: can't cd to src patch: **** Can't open patch file ../../patches/01_fix-ob-applypatches-to-work-with-busybox.patch : No such file or directory ob-applypatches: Error: Can't apply patch "01_fix-ob-applypatches-to-work-with-busybox.patch" [...] | ||||
* | src/*.sh: Add ".sh" to header comment. | P. J. McDermott | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | ob-applypatches: Fix to work with BusyBox patch. | P. J. McDermott | 2013-06-18 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | BusyBox's patch applet doesn't support the -d option, which is specified by POSIX.1. Fixes: ob-applypatches: Applying patch "01_better-handle-unrecognized-options.patch"... patch: invalid option -- 'd' BusyBox v1.21.0 (2013-06-15 09:00:55 EDT) multi-call binary. Usage: patch [OPTIONS] [ORIGFILE [PATCHFILE]] -p,--strip N Strip N leading components from file names -i,--input DIFF Read DIFF instead of stdin -R,--reverse Reverse patch -N,--forward Ignore already applied patches -E,--remove-empty-files Remove output files if they become empty ob-applypatches: Error: Can't apply patch "01_better-handle-unrecognized-options.patch" | ||||
* | s/@@LIBOPKBUILD@@/@@PKGLIBDIR@@/ in sources. | P. J. McDermott | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | Exit on failure to parse package metadata. | P. J. McDermott | 2012-11-16 | 1 | -2/+2 |
| | |||||
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Fix patch pathnames. | P. J. McDermott | 2012-10-09 | 1 | -0/+1 |
| | |||||
* | Replace unsafe/unnecessary ls command in for loop. | P. J. McDermott | 2012-10-09 | 1 | -1/+8 |
| | |||||
* | Fix some inconsistent quoting in utilities. | P. J. McDermott | 2012-10-04 | 1 | -3/+3 |
| | |||||
* | Implement ob-applypatches. | P. J. McDermott | 2012-10-03 | 1 | -0/+55 |