summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* ob-buildenv: Declare local variables and wrap long linePatrick McDermott2019-03-181-2/+9
|
* opkbuild: set -uPatrick McDermott2019-03-181-1/+1
|
* opkbuild: Allow overriding of ob-* commands directoryPatrick McDermott2019-03-181-12/+19
|
* opkbuild: Fix quotes in ob-* commandsPatrick McDermott2019-03-181-4/+4
| | | | Bug introduced in commit ab654dad.
* ob-genchanges: Fix undefined variablePatrick McDermott2019-03-181-1/+1
|
* ob-genchanges: set -u and declare local variablesPatrick McDermott2019-03-181-5/+17
|
* ob-buildopk: Declare local variables and wrap long linesPatrick McDermott2019-03-181-8/+15
|
* ob-gencontrol: Declare local variables and wrap long linesPatrick McDermott2019-03-181-34/+59
|
* ob-gencontrol: set -uPatrick McDermott2019-03-181-1/+1
|
* ob-gencontrol: Fix quotes in DescriptionPatrick McDermott2019-03-181-1/+1
|
* ob-installdocs: Declare local variables and wrap long linesPatrick McDermott2019-03-181-15/+33
|
* ob-installdocs: set -uPatrick McDermott2019-03-181-1/+1
|
* opkbuild: ob-applypatches is finally fixedPatrick McDermott2019-03-171-2/+1
| | | | A seven-year-old nuissance bug is now closed.
* ob-applypatches: Track and skip applied patchesPatrick McDermott2019-03-171-1/+12
|
* ob-applypatches: Reduce cd callsPatrick McDermott2019-03-171-4/+4
|
* ob-applypatches: Declare local variables and wrap long linesPatrick McDermott2019-03-171-4/+10
|
* ob-applypatches: set -uPatrick McDermott2019-03-171-1/+1
|
* ob-unpacksource: set -uPatrick McDermott2019-03-171-1/+1
|
* ob-unpacksource: Fix trailing space in command outputPatrick McDermott2019-03-171-0/+1
|
* ob-buildenv: set -uPatrick McDermott2019-03-171-1/+1
|
* opkbuild, ob-*: Don't manually load libopkbuildPatrick McDermott2019-03-1710-20/+0
|
* opkbuild, ob-*: Drop call to main()Patrick McDermott2019-03-1710-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 decompressionPatrick McDermott2019-03-161-0/+3
|
* Add braces to param exps in arith substsPatrick McDermott2019-03-162-3/+3
|
* ob-buildopk, ob-gencontrol, ob-genchanges: Improve OB_DO_SOURCE checksPatrick McDermott2019-03-163-3/+3
| | | | This will help enable "set -u".
* opkbuild, ob-*: Fix printf commands after ob_set_text_domain()Patrick McDermott2019-03-1510-10/+20
|
* ob-installdocs: Fix mkdir when dest not givenPatrick McDermott2019-03-131-2/+2
|
* ob_get_doc_files(): Drop arch and plat parametersPatrick McDermott2019-03-131-2/+1
| | | | | | The set of documentation files to be provided should not be dependent on the architecture and platform for which at least some of the binary packages are built.
* ob_parse_package_metadata(): Merge into ob_init_package()Patrick McDermott2019-03-1310-10/+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 platformPatrick McDermott2019-03-131-8/+8
|
* ob_reduce_deps(): Use -p instead of -P for platformPatrick McDermott2019-03-132-3/+3
| | | | Same rationale as in commit 34f21a5.
* ob_parse_dep(): Swap -p and -P option lettersPatrick McDermott2019-03-132-2/+2
| | | | Be consistent with opkbuild and other executable CLIs.
* ob-installdocs: Replace "${data_doc_dir%/*}" with dirnamePatrick McDermott2019-03-131-1/+2
|
* Protect against cmd operands beginning with "-"Patrick McDermott2019-03-136-21/+22
|
* ob-installplatconf, ob-installdocs: Replace "${dest%/*}" checks with dirnamePatrick McDermott2019-03-132-17/+14
|
* ob-installplatconf: Add return statements after ob_error() callsPatrick McDermott2019-03-131-4/+11
|
* Eliminate -a and -o options of [ commandsPatrick McDermott2019-03-132-2/+3
| | | | POSIX marks these as obsolescent.
* Protect [ commands from strings beginning with "-"Patrick McDermott2019-03-136-12/+12
|
* ob_parse_package_metadata(): Eliminate cachingPatrick McDermott2019-03-1310-10/+10
| | | | Cf. commit da45b6d.
* opkbuild, ob-*: Exit with error on ob_set_text_domain() failurePatrick McDermott2019-03-1310-10/+40
|
* ob-*: Add more return statementsPatrick McDermott2019-03-136-2/+35
|
* ob-*: Replace exit with returnPatrick McDermott2019-03-139-18/+18
|
* opkbuild: Add more return statementsPatrick McDermott2019-03-131-23/+35
|
* opkbuild: Add return statements after ob_error() callsPatrick McDermott2019-03-131-13/+35
|
* ob-*: Add return statements after ob_error() callsPatrick McDermott2019-03-134-18/+67
|
* opkbuild, ob-*: set -ePatrick McDermott2019-03-1310-0/+20
|
* Don't let libopkbuild errors cause exit with -ePatrick McDermott2019-03-133-15/+11
|
* ob-unpacksource: Replace echo with here-documentPatrick McDermott2019-03-131-1/+5
| | | | And drop the unnecessary grep.
* ob-unpacksource: Make sed BRE POSIX-conformantPatrick McDermott2019-03-131-1/+1
|
* ob-unpacksource: Improve upstream archive countingPatrick McDermott2019-03-131-6/+6
|