summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* _ob_get_changelog_expect_str(): Abort on missing argumentPatrick McDermott2019-03-181-1/+4
|
* ob_parse_changelog(): Wrap long linesPatrick McDermott2019-03-181-21/+38
| | | | Wow this is ugly.
* opkbuild: Improve code qualityPatrick McDermott2019-03-181-20/+31
| | | | | Declare local variables, move default option values, protect [ command from bad UID 0 command output, wrap long lines.
* ob-installplatconf: Use OB_LF instead of own global varPatrick McDermott2019-03-181-4/+1
|
* ob-installplatconf: set -uPatrick McDermott2019-03-181-1/+1
|
* ob-installplatconf: Declare local variables and wrap long linesPatrick McDermott2019-03-181-6/+16
|
* ob-unpacksource: Replace here-document with printfPatrick McDermott2019-03-181-4/+1
|
* ob-unpacksource: Fix quotes in here-documentPatrick McDermott2019-03-181-1/+1
|
* ob-unpacksource: Declare local variablesPatrick McDermott2019-03-181-0/+4
|
* ob-unpacksource: Improve upstream archive counting againPatrick McDermott2019-03-181-3/+2
| | | | | This builds on commit 2e837e5 (with fix in 10cfa1c) but uses newlines instead of spaces to separate upstream archives.
* tests/exe/opkbuild.sh: Handle missing md5sumsPatrick McDermott2019-03-181-5/+17
|
* ob-gencontrol: Track md5sum additions with var, not head cmdPatrick McDermott2019-03-181-1/+4
|
* ob-gencontrol: Skip "-" file name in md5sumsPatrick McDermott2019-03-181-0/+1
|
* ob-gencontrol: Use read loop instead of sed with var in REPatrick McDermott2019-03-181-3/+11
|
* ob-gencontrol: Wrap a long linePatrick McDermott2019-03-181-1/+2
|
* ob-gencontrol: Decrease indentation in loopPatrick McDermott2019-03-181-25/+24
|
* ob-gencontrol: Replace here-document with printfPatrick McDermott2019-03-181-4/+1
| | | | | Commit a572faa3 replaced echo with this here-document, which takes an unnecessary amount of vertical space.
* ob-gencontrol: Add spaces to casesPatrick McDermott2019-03-181-1/+1
|
* ob-gencontrol: Add more details to size commentPatrick McDermott2019-03-181-0/+4
|
* ob-checkbuilddeps: set -uPatrick McDermott2019-03-181-1/+1
|
* ob-checkbuilddeps: Add commentsPatrick McDermott2019-03-181-0/+2
|
* ob-buildopk: Add missing local var declarationPatrick McDermott2019-03-181-0/+1
|
* ob-buildenv: Declare local variables and wrap long linePatrick McDermott2019-03-181-2/+9
|
* TODO: Duly checkedPatrick McDermott2019-03-181-1/+0
|
* NEWS: Utilities have test suite coveragePatrick McDermott2019-03-181-0/+2
|
* opkbuild: set -uPatrick McDermott2019-03-181-1/+1
|
* TODO: Update cleanup tasksPatrick McDermott2019-03-181-2/+2
|
* tests/exe/opkbuild.sh: New test filePatrick McDermott2019-03-182-1/+89
|
* tests/data/pkg/build: New filePatrick McDermott2019-03-182-0/+7
|
* 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.
* tests/.gitignore: Update test package patternsPatrick McDermott2019-03-181-4/+1
|
* man/local.mk: Clean $(man7_MANS)Patrick McDermott2019-03-181-1/+2
|
* tests/local.mk: Clean tests/data.build/Patrick McDermott2019-03-181-0/+3
|
* tests/local.mk: Fix OB_*_BUILDDIRPatrick McDermott2019-03-181-2/+2
|
* ob-genchanges: Fix undefined variablePatrick McDermott2019-03-181-1/+1
|
* tests/aux/common.sh: Copy test package files to build directoryPatrick McDermott2019-03-1813-14/+17
|
* tests/exe/opkbuild_version.sh: Show outputPatrick McDermott2019-03-181-1/+4
|
* tests/local.mk: Distribute test package filesPatrick McDermott2019-03-181-1/+12
|
* TODO: Defer some tasksPatrick McDermott2019-03-181-5/+5
|
* ob-genchanges: set -u and declare local variablesPatrick McDermott2019-03-181-5/+17
|
* tests/exe/ob-genchanges.sh: New test filePatrick McDermott2019-03-183-1/+54
|
* ob-buildopk: Declare local variables and wrap long linesPatrick McDermott2019-03-181-8/+15
|
* tests/exe/ob-buildopk.sh: New test filePatrick McDermott2019-03-183-1/+78
|
* ob-gencontrol: Declare local variables and wrap long linesPatrick McDermott2019-03-181-34/+59
|
* ob_set_substvar(): Replace echo with a here-documentPatrick McDermott2019-03-181-2/+5
|
* ob_set_substvar(): No it can'tPatrick McDermott2019-03-181-1/+0
| | | | | | read only reads one line. It could be put in a loop, but then it would trim whitespace from every line (without some hacks to flag the first line and detect the last line), which is undesired.
* Revert "ob_set_substvar(): Replace sed with read"Patrick McDermott2019-03-181-3/+10
| | | | This reverts commit 96851fd522ae3540314ac5c5d4d4fbec1448ca4b.
* ob-gencontrol: set -uPatrick McDermott2019-03-181-1/+1
|
* ob-gencontrol: Fix quotes in DescriptionPatrick McDermott2019-03-181-1/+1
|