Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ob-gencontrol: Normalize B-D field spacing | Patrick McDermott | 2020-12-08 | 1 | -2/+11 |
| | |||||
* | ob-gencontrol: Use an FD for control files | Patrick McDermott | 2020-12-08 | 1 | -15/+16 |
| | |||||
* | ob-*, opkbuild: s/src-/src:/ | Patrick McDermott | 2020-07-02 | 1 | -5/+5 |
| | | | | | | | pro-archman already handles this. The (outdated and probably broken) initial port bootstrap scripts will need to be updated for this, if they're ever used again. Some instructions in the wiki need to be updated. | ||||
* | ob-*: Architecture-qualify package names | Patrick McDermott | 2020-06-21 | 1 | -1/+2 |
| | |||||
* | ob-gencontrol: Generate a "Section" field | Patrick McDermott | 2020-06-17 | 1 | -1/+9 |
| | | | | And add it to SPF 2.x. | ||||
* | Clean up "if :; then" from commit 3bc002a3 | Patrick McDermott | 2020-06-17 | 1 | -33/+27 |
| | | | | | It was an attempt to minimize the changes in that commit to keep it clear, but the resulting code now looks a bit jarring. | ||||
* | ob-gencontrol: Generate a "Format" field | Patrick McDermott | 2020-06-13 | 1 | -0/+1 |
| | | | | And add the needed support to ob_get_source_parameter(). | ||||
* | ob-gencontrol: Drop now-outdated comment | Patrick McDermott | 2019-06-18 | 1 | -3/+0 |
| | | | | | OPK_PACKAGES isn't even set when building a source package, so we use ob_get_binary_packages() already now. | ||||
* | ob-gencontrol: Populate Binary field | Patrick McDermott | 2019-06-18 | 1 | -2/+2 |
| | |||||
* | ob-gencontrol: Fix missing "src-" in source package names | Patrick McDermott | 2019-06-18 | 1 | -1/+2 |
| | |||||
* | ob-gencontrol: Sort source package Binary field value | Patrick McDermott | 2019-06-16 | 1 | -1/+2 |
| | | | | This ensures determinism. | ||||
* | ob-gencontrol: Generate different fields for source packages | Patrick McDermott | 2019-06-16 | 1 | -8/+55 |
| | |||||
* | ob-gencontrol: Move Installed-Size calculation into separate func | Patrick McDermott | 2019-06-16 | 1 | -12/+18 |
| | |||||
* | ob-gencontrol, opkbuild: Update copyright years | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-gencontrol: Add informational output | Patrick McDermott | 2019-03-18 | 1 | -0/+2 |
| | |||||
* | 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 | 1 | -3/+5 |
| | |||||
* | Delimit operands of ob_reduce_deps() | Patrick McDermott | 2019-03-18 | 1 | -2/+2 |
| | |||||
* | 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-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 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | ob-buildopk, ob-gencontrol, ob-genchanges: Improve OB_DO_SOURCE checks | Patrick McDermott | 2019-03-16 | 1 | -1/+1 |
| | | | | This will help enable "set -u". | ||||
* | 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_reduce_deps(): Use -p instead of -P for platform | Patrick McDermott | 2019-03-13 | 1 | -2/+2 |
| | | | | Same rationale as in commit 34f21a5. | ||||
* | Protect against cmd operands beginning with "-" | Patrick McDermott | 2019-03-13 | 1 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | ob-*: Add more return statements | Patrick McDermott | 2019-03-13 | 1 | -0/+10 |
| | |||||
* | ob-*: Replace exit with return | Patrick McDermott | 2019-03-13 | 1 | -2/+2 |
| | |||||
* | opkbuild, ob-*: set -e | Patrick McDermott | 2019-03-13 | 1 | -0/+2 |
| | |||||
* | ob-gencontrol: Replace echo with here-document | Patrick McDermott | 2019-03-13 | 1 | -1/+4 |
| | |||||
* | ob-*: Move function definitions before points of use | Patrick McDermott | 2018-12-25 | 1 | -29/+29 |
| | |||||
* | 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 | -5/+0 |
| |