Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-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 |
| | |||||
* | 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. | ||||
* | ob-unpacksource: Support xz decompression | Patrick McDermott | 2019-03-16 | 1 | -0/+3 |
| | |||||
* | 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. | ||||
* | Protect against cmd operands beginning with "-" | Patrick McDermott | 2019-03-13 | 1 | -1/+1 |
| | |||||
* | 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-*: Add more return statements | Patrick McDermott | 2019-03-13 | 1 | -2/+1 |
| | |||||
* | 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 | -8/+30 |
| | |||||
* | opkbuild, ob-*: set -e | Patrick McDermott | 2019-03-13 | 1 | -0/+2 |
| | |||||
* | ob-unpacksource: Replace echo with here-document | Patrick McDermott | 2019-03-13 | 1 | -1/+5 |
| | | | | And drop the unnecessary grep. | ||||
* | 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-*: Move function definitions before points of use | Patrick McDermott | 2018-12-25 | 1 | -25/+25 |
| | |||||
* | 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 |
| | |||||
* | src/*.sh: Add ".sh" to header comment. | P. J. McDermott | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Make ob-unpacksource a bit more robust. | P. J. McDermott | 2012-11-10 | 1 | -2/+2 |
| | | | | | Some tar archives (e.g. the GNU Binutils source archive) don't have explicit directory entries. | ||||
* | Having no upstream/native sources is not an error. | P. J. McDermott | 2012-10-27 | 1 | -3/+4 |
| | |||||
* | Look both ways before unpacking sources. | P. J. McDermott | 2012-10-24 | 1 | -3/+7 |
| | |||||
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Shorten some variable names in ob-unpacksource. | P. J. McDermott | 2012-10-08 | 1 | -18/+18 |
| | |||||
* | Support uncompressed upstream source archives. | P. J. McDermott | 2012-10-08 | 1 | -5/+8 |
| | |||||
* | Update environment variable names in ob-* utils. | P. J. McDermott | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Fix some inconsistent quoting in utilities. | P. J. McDermott | 2012-10-04 | 1 | -4/+4 |
| | |||||
* | Implement ob-unpacksource. | P. J. McDermott | 2012-10-03 | 1 | -0/+124 |