summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* tests/exe/ob-gencontrol.sh: New test filePatrick McDermott2019-03-182-1/+68
|
* ob-installdocs: Declare local variables and wrap long linesPatrick McDermott2019-03-181-15/+33
|
* ob-installdocs: set -uPatrick McDermott2019-03-181-1/+1
|
* tests/exe/ob-installdocs.sh: New test filePatrick McDermott2019-03-182-1/+43
|
* tests/aux/common.sh: Set OPK_PACKAGES and OPK_PACKAGES_REDUCEDPatrick McDermott2019-03-181-1/+2
|
* tests/pkg/: Add more filesPatrick McDermott2019-03-186-0/+22
|
* tests/.gitignore: Exclude tests/pkg/foo-1.0.orig.tar.gzPatrick McDermott2019-03-181-0/+1
|
* tests/aux/setup.sh: RemovePatrick McDermott2019-03-173-63/+2
|
* tests/pkg/, tests/src/: AddPatrick McDermott2019-03-176-2/+15
|
* TODO: Drop env vars taskPatrick McDermott2019-03-171-1/+0
|
* en_US/opkbuild: Update copyright yearsPatrick McDermott2019-03-171-1/+1
|
* opkbuild(7): Drop OPK_*_ARCH_GNUPatrick McDermott2019-03-171-6/+0
|
* 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-175-4/+16
|
* _OB_LF: Make publicPatrick McDermott2019-03-173-5/+5
|
* 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
|
* tests/exe/ob-applypatches.sh: New test filePatrick McDermott2019-03-172-1/+43
|
* tests/.gitignore: Exclude tests/src/Patrick McDermott2019-03-171-0/+1
|
* tests/aux/common.sh: Define FOO_SH_PATCHEDPatrick McDermott2019-03-171-0/+5
|
* tests/aux/setup.sh: Make a patchPatrick McDermott2019-03-171-0/+11
|
* tests/aux/common.sh: Move cd commandPatrick McDermott2019-03-171-2/+2
|
* tests/aux/setup.sh: Make source filePatrick McDermott2019-03-173-8/+16
| | | | | | | Move from tests/exe/ob-unpacksource.sh. tests/aux/common.sh needs a copy of FOO_SH's definition for use by tests/exe/ob-unpacksource.sh.
* tests/exe/ob-unpacksource.sh: Add trailing newline to test package source filePatrick McDermott2019-03-171-1/+1
|
* tests/aux/common.sh: Set SPF 2.0 env varsPatrick McDermott2019-03-174-24/+44
| | | | | | Don't bother setting these in every test script. Also set a non-native package version in tests/aux/setup.sh.
* ob-unpacksource: set -uPatrick McDermott2019-03-171-1/+1
|