Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | tests/.gitignore: Update test package patterns | Patrick McDermott | 2019-03-18 | 1 | -4/+1 |
| | |||||
* | man/local.mk: Clean $(man7_MANS) | Patrick McDermott | 2019-03-18 | 1 | -1/+2 |
| | |||||
* | tests/local.mk: Clean tests/data.build/ | Patrick McDermott | 2019-03-18 | 1 | -0/+3 |
| | |||||
* | tests/local.mk: Fix OB_*_BUILDDIR | Patrick McDermott | 2019-03-18 | 1 | -2/+2 |
| | |||||
* | ob-genchanges: Fix undefined variable | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | tests/aux/common.sh: Copy test package files to build directory | Patrick McDermott | 2019-03-18 | 13 | -14/+17 |
| | |||||
* | tests/exe/opkbuild_version.sh: Show output | Patrick McDermott | 2019-03-18 | 1 | -1/+4 |
| | |||||
* | tests/local.mk: Distribute test package files | Patrick McDermott | 2019-03-18 | 1 | -1/+12 |
| | |||||
* | TODO: Defer some tasks | Patrick McDermott | 2019-03-18 | 1 | -5/+5 |
| | |||||
* | ob-genchanges: set -u and declare local variables | Patrick McDermott | 2019-03-18 | 1 | -5/+17 |
| | |||||
* | tests/exe/ob-genchanges.sh: New test file | Patrick McDermott | 2019-03-18 | 3 | -1/+54 |
| | |||||
* | ob-buildopk: Declare local variables and wrap long lines | Patrick McDermott | 2019-03-18 | 1 | -8/+15 |
| | |||||
* | tests/exe/ob-buildopk.sh: New test file | Patrick McDermott | 2019-03-18 | 3 | -1/+78 |
| | |||||
* | ob-gencontrol: Declare local variables and wrap long lines | Patrick McDermott | 2019-03-18 | 1 | -34/+59 |
| | |||||
* | ob_set_substvar(): Replace echo with a here-document | Patrick McDermott | 2019-03-18 | 1 | -2/+5 |
| | |||||
* | ob_set_substvar(): No it can't | Patrick McDermott | 2019-03-18 | 1 | -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 McDermott | 2019-03-18 | 1 | -3/+10 |
| | | | | This reverts commit 96851fd522ae3540314ac5c5d4d4fbec1448ca4b. | ||||
* | 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 |
| | |||||
* | tests/exe/ob-gencontrol.sh: New test file | Patrick McDermott | 2019-03-18 | 2 | -1/+68 |
| | |||||
* | ob-installdocs: Declare local variables and wrap long lines | Patrick McDermott | 2019-03-18 | 1 | -15/+33 |
| | |||||
* | ob-installdocs: set -u | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | tests/exe/ob-installdocs.sh: New test file | Patrick McDermott | 2019-03-18 | 2 | -1/+43 |
| | |||||
* | tests/aux/common.sh: Set OPK_PACKAGES and OPK_PACKAGES_REDUCED | Patrick McDermott | 2019-03-18 | 1 | -1/+2 |
| | |||||
* | tests/pkg/: Add more files | Patrick McDermott | 2019-03-18 | 6 | -0/+22 |
| | |||||
* | tests/.gitignore: Exclude tests/pkg/foo-1.0.orig.tar.gz | Patrick McDermott | 2019-03-18 | 1 | -0/+1 |
| | |||||
* | tests/aux/setup.sh: Remove | Patrick McDermott | 2019-03-17 | 3 | -63/+2 |
| | |||||
* | tests/pkg/, tests/src/: Add | Patrick McDermott | 2019-03-17 | 6 | -2/+15 |
| | |||||
* | TODO: Drop env vars task | Patrick McDermott | 2019-03-17 | 1 | -1/+0 |
| | |||||
* | en_US/opkbuild: Update copyright years | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | opkbuild(7): Drop OPK_*_ARCH_GNU | Patrick McDermott | 2019-03-17 | 1 | -6/+0 |
| | |||||
* | opkbuild: ob-applypatches is finally fixed | Patrick McDermott | 2019-03-17 | 1 | -2/+1 |
| | | | | A seven-year-old nuissance bug is now closed. | ||||
* | ob-applypatches: Track and skip applied patches | Patrick McDermott | 2019-03-17 | 5 | -4/+16 |
| | |||||
* | _OB_LF: Make public | Patrick McDermott | 2019-03-17 | 3 | -5/+5 |
| | |||||
* | ob-applypatches: Reduce cd calls | Patrick McDermott | 2019-03-17 | 1 | -4/+4 |
| | |||||
* | ob-applypatches: Declare local variables and wrap long lines | Patrick McDermott | 2019-03-17 | 1 | -4/+10 |
| | |||||
* | ob-applypatches: set -u | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | tests/exe/ob-applypatches.sh: New test file | Patrick McDermott | 2019-03-17 | 2 | -1/+43 |
| | |||||
* | tests/.gitignore: Exclude tests/src/ | Patrick McDermott | 2019-03-17 | 1 | -0/+1 |
| | |||||
* | tests/aux/common.sh: Define FOO_SH_PATCHED | Patrick McDermott | 2019-03-17 | 1 | -0/+5 |
| | |||||
* | tests/aux/setup.sh: Make a patch | Patrick McDermott | 2019-03-17 | 1 | -0/+11 |
| | |||||
* | tests/aux/common.sh: Move cd command | Patrick McDermott | 2019-03-17 | 1 | -2/+2 |
| | |||||
* | tests/aux/setup.sh: Make source file | Patrick McDermott | 2019-03-17 | 3 | -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 file | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | tests/aux/common.sh: Set SPF 2.0 env vars | Patrick McDermott | 2019-03-17 | 4 | -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 -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 |
| | |||||
* | tests/exe/ob-unpacksource.sh: New test file | Patrick McDermott | 2019-03-17 | 2 | -1/+54 |
| | |||||
* | tests/local.mk: Make paths in env vars absolute | Patrick McDermott | 2019-03-17 | 1 | -2/+2 |
| | |||||
* | tests/aux/setup.sh: Drop pointless cd | Patrick McDermott | 2019-03-17 | 1 | -2/+0 |
| |