Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | 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 |
| | |||||
* | tests/aux/common.sh: cd to test package work area | Patrick McDermott | 2019-03-17 | 1 | -0/+2 |
| | |||||
* | tests/aux/setup.sh: Write files with cat and here-documents | Patrick McDermott | 2019-03-17 | 1 | -5/+17 |
| | | | | This is clearer than printf. | ||||
* | tests/aux/setup.sh: Make test package under tests build dir | Patrick McDermott | 2019-03-17 | 3 | -1/+4 |
| | |||||
* | tests/exe/ob-buildenv.sh: Move test package setup to tests/aux/setup.sh | Patrick McDermott | 2019-03-17 | 3 | -12/+31 |
| | |||||
* | ob_get_*_parameter(): Avoid shell error on no such field | Patrick McDermott | 2019-03-17 | 1 | -2/+4 |
| | |||||
* | ob-buildenv: set -u | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | ob_parse_control(): Fix another variable name in expansion | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | tests/exe/ob-buildenv.sh: Write control and changelog files | Patrick McDermott | 2019-03-17 | 1 | -0/+4 |
| | |||||
* | lib/package/2.sh: Fix _ob_package_dir case | Patrick McDermott | 2019-03-17 | 1 | -8/+8 |
| | | | | This should have been done in commit 44d41cd. | ||||
* | _ob_parse_changelog_error(), _ob_parse_control_error(): Drop field width | Patrick McDermott | 2019-03-17 | 2 | -3/+3 |
| | |||||
* | ob_error(), ob_warn(), ob_info(): Fix formatting | Patrick McDermott | 2019-03-17 | 1 | -3/+6 |
| | |||||
* | ob_error(), ob_warn(), ob_info(): Fix _ob_get_msg() calls | Patrick McDermott | 2019-03-17 | 1 | -3/+3 |
| | |||||
* | opkbuild, ob-*: Don't manually load libopkbuild | Patrick McDermott | 2019-03-17 | 10 | -20/+0 |
| | |||||
* | ob_set_text_domain(): Fix eval commands | Patrick McDermott | 2019-03-17 | 1 | -2/+2 |
| | |||||
* | tools/shld.sh: Reset IFS before splitting ${__init_funcs} | Patrick McDermott | 2019-03-17 | 1 | -0/+1 |
| | |||||
* | tools/shld.sh: Unset __f | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | tests/local.mk: s/LIBDATADIR/SHLD_LIBRARY_PATH/ | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Link executables against libopkbuild | Patrick McDermott | 2019-03-17 | 1 | -1/+3 |
| | |||||
* | tools/shld.sh: Add a basic RTLD | Patrick McDermott | 2019-03-17 | 1 | -6/+39 |
| | |||||
* | _ob_try_load_messages(): Fix logic | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | _ob_load_internal_text_domain(): Terminate on error | Patrick McDermott | 2019-03-17 | 1 | -0/+2 |
| | |||||
* | tests/local.mk: Distribute tests/aux/common.sh | Patrick McDermott | 2019-03-17 | 1 | -1/+2 |
| | |||||
* | Makefile.am: Distribute tools/mtime.sh | Patrick McDermott | 2019-03-17 | 1 | -1/+2 |
| | |||||
* | Makefile.am: Don't try to distribute mksysconf.in | Patrick McDermott | 2019-03-17 | 1 | -1/+0 |
| | |||||
* | tests/exe/ob-buildenv.sh: New test file | Patrick McDermott | 2019-03-17 | 2 | -1/+55 |
| | |||||
* | opkbuild, ob-*: Drop call to main() | Patrick McDermott | 2019-03-17 | 10 | -20/+0 |
| | | | | | shld already calls main(), so this extra call causes main() to run a second time if it returns the first time. | ||||
* | tests/aux/common.sh: Add new function cmd_is() | Patrick McDermott | 2019-03-17 | 1 | -1/+35 |
| | |||||
* | tests/local.mk: Use absolute paths in SH_LOG_DRIVER env vars | Patrick McDermott | 2019-03-17 | 1 | -4/+4 |
| | |||||
* | tests/aux/common.sh: Move is() from tests/lib/ob_parse_changelog.sh | Patrick McDermott | 2019-03-17 | 2 | -17/+36 |
| | |||||
* | tests/exe/opkbuild_version.sh: New test file | Patrick McDermott | 2019-03-17 | 2 | -1/+38 |
| | |||||
* | .gitignore: Move test log/results patterns to tests/.gitignore | Patrick McDermott | 2019-03-17 | 2 | -2/+2 |
| | |||||
* | tests/*.sh: Move to tests/lib/ | Patrick McDermott | 2019-03-17 | 7 | -6/+6 |
| |