Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NEWS: Release opkbuild 4.1.3opkbuild/4.1.3 | Patrick McDermott | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | NEWS, configure.ac: Set version to 4.1.3 | Patrick McDermott | 2019-08-04 | 2 | -3/+3 |
| | |||||
* | ob-buildopk: Check for touch -d at run time | Patrick McDermott | 2019-08-04 | 4 | -18/+12 |
| | |||||
* | ob-buildopk: Check for BB tar reverse ordering bug | Patrick McDermott | 2019-08-04 | 2 | -2/+25 |
| | |||||
* | NEWS, configure.ac: Set version to 4.1.2+dev | Patrick McDermott | 2019-08-04 | 2 | -1/+6 |
| | |||||
* | NEWS: Release opkbuild 4.1.2opkbuild/4.1.2 | Patrick McDermott | 2019-06-24 | 1 | -1/+1 |
| | |||||
* | NEWS, configure.ac: Set version to 4.1.2 | Patrick McDermott | 2019-06-24 | 2 | -3/+3 |
| | |||||
* | ob_set_binary_substvar(), ob_substvars(): Improve "clean" naming | Patrick McDermott | 2019-06-24 | 1 | -2/+3 |
| | |||||
* | ob_get_binary_packages(), *ob_*_binary_parameter(): Improve "clean" naming | Patrick McDermott | 2019-06-24 | 2 | -12/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And fix unbound variables in ob_get_binary_parameter() and _ob_set_binary_parameter(). Fixes: FAIL: tests/lib/ob_get_binary_parameter ======================================= 1..5 [...]/lib/libopkbuild.shso.2: line 568: pkg: unbound variable ok 1 - ob_init_package() PASS: tests/lib/ob_get_binary_parameter.sh 1 - ob_init_package() not ok 2 - foo Architecture FAIL: tests/lib/ob_get_binary_parameter.sh 2 - foo Architecture # Failed test 'foo Architecture' # got: '' [...]/lib/libopkbuild.shso.2: line 568: pkg: unbound variable # expected: 'any-linux-any' not ok 3 - foo Platform FAIL: tests/lib/ob_get_binary_parameter.sh 3 - foo Platform # Failed test 'foo Platform' # got: '' [...]/lib/libopkbuild.shso.2: line 568: pkg: unbound variable # expected: 'all' not ok 4 - bar Architecture FAIL: tests/lib/ob_get_binary_parameter.sh 4 - bar Architecture # Failed test 'bar Architecture' # got: '' [...]/lib/libopkbuild.shso.2: line 568: pkg: unbound variable # expected: 'all' not ok 5 - bar Platform FAIL: tests/lib/ob_get_binary_parameter.sh 5 - bar Platform # Failed test 'bar Platform' # got: '' # expected: 'all' | ||||
* | tests/lib/ob_get_binary_parameter.sh: New file | Patrick McDermott | 2019-06-24 | 3 | -0/+42 |
| | |||||
* | configure.ac: Check shell for local | Patrick McDermott | 2019-06-22 | 2 | -0/+13 |
| | |||||
* | configure.ac: Check shell for 64-bit arithmetic | Patrick McDermott | 2019-06-22 | 1 | -1/+9 |
| | |||||
* | opkbuild: Unquote UID 0 command | Patrick McDermott | 2019-06-22 | 2 | -2/+4 |
| | |||||
* | ob-gencontrol: Drop now-outdated comment | Patrick McDermott | 2019-06-18 | 1 | -3/+0 |
| | | | | | OPK_PACKAGES isn't even set when building a source package, so we use ob_get_binary_packages() already now. | ||||
* | ob-gencontrol: Populate Binary field | Patrick McDermott | 2019-06-18 | 2 | -2/+7 |
| | |||||
* | NEWS, configure.ac: Set version to 4.1.1+dev | Patrick McDermott | 2019-06-18 | 2 | -1/+6 |
| | |||||
* | NEWS: Release opkbuild 4.1.1opkbuild/4.1.1 | Patrick McDermott | 2019-06-18 | 1 | -1/+1 |
| | |||||
* | _ob_gmtime(): Fix numbers being interpreted in octal | Patrick McDermott | 2019-06-18 | 1 | -1/+1 |
| | |||||
* | ob-buildopk: Use touch -t | Patrick McDermott | 2019-06-18 | 2 | -5/+11 |
| | |||||
* | ob_rfc822_mktime(), ob_*_gmtime(): Add "(3)" to C function manual references | Patrick McDermott | 2019-06-18 | 1 | -7/+7 |
| | |||||
* | ob_touch_t_gmtime(): New function | Patrick McDermott | 2019-06-18 | 3 | -1/+27 |
| | |||||
* | NEWS, configure.ac: Set version to 4.1.1 | Patrick McDermott | 2019-06-18 | 2 | -1/+6 |
| | |||||
* | ob_iso8601_gmtime(): Factor out common gmtime code | Patrick McDermott | 2019-06-18 | 1 | -13/+22 |
| | |||||
* | NEWS: Release opkbuild 4.1.0opkbuild/4.1.0 | Patrick McDermott | 2019-06-18 | 1 | -1/+1 |
| | |||||
* | NEWS: Eliminate reference link | Patrick McDermott | 2019-06-18 | 1 | -4/+3 |
| | |||||
* | ob-buildopk: Fix non-deterministic mtimes in gzip headers | Patrick McDermott | 2019-06-18 | 2 | -5/+10 |
| | |||||
* | configure.ac, config.sh.in: Find gzip | Patrick McDermott | 2019-06-18 | 3 | -1/+28 |
| | |||||
* | configure.ac: Redirect test output to config.log | Patrick McDermott | 2019-06-18 | 1 | -9/+11 |
| | |||||
* | ob-buildopk, ob-unpacksource, tests: Use ${TAR} | Patrick McDermott | 2019-06-18 | 6 | -10/+11 |
| | |||||
* | ob-buildopk: Re-add directories to archives | Patrick McDermott | 2019-06-18 | 1 | -4/+4 |
| | |||||
* | tests/exe/opkbuild.sh: Add directories to test results | Patrick McDermott | 2019-06-18 | 1 | -0/+13 |
| | | | | This partially reverts commit 48cce14. | ||||
* | Revert "tests/exe/ob-buildopk.sh: Remove directories from test results" | Patrick McDermott | 2019-06-18 | 1 | -0/+5 |
| | | | | This reverts commit 48cce14340195450b945d737abffc18fda5c20a3. | ||||
* | configure.ac: Don't check for tar --numeric-owner | Patrick McDermott | 2019-06-18 | 2 | -8/+5 |
| | | | | I think it only applies to extraction, at least in BusyBox. | ||||
* | configure.ac: Fix line continuations | Patrick McDermott | 2019-06-18 | 1 | -6/+6 |
| | |||||
* | configure.ac: Unquote ${TOUCH} in test | Patrick McDermott | 2019-06-18 | 1 | -1/+1 |
| | |||||
* | configure.ac, config.sh.in: Check for tar with options | Patrick McDermott | 2019-06-18 | 3 | -2/+50 |
| | |||||
* | ob-gencontrol: Fix missing "src-" in source package names | Patrick McDermott | 2019-06-18 | 3 | -5/+6 |
| | |||||
* | man/local.mk: Rename manual | Patrick McDermott | 2019-06-18 | 2 | -1/+6 |
| | |||||
* | NEWS: Add slogan, SPF note, and configure changes | Patrick McDermott | 2019-06-18 | 1 | -0/+8 |
| | |||||
* | NEWS, configure.ac: Set version to 4.1.0 | Patrick McDermott | 2019-06-17 | 2 | -3/+3 |
| | | | | Release is imminent! | ||||
* | opkbuild, tests: Parameterize fakeroot | Patrick McDermott | 2019-06-17 | 3 | -3/+3 |
| | |||||
* | configure.ac: Fix copy/paste error in "touch" section | Patrick McDermott | 2019-06-17 | 1 | -2/+2 |
| | |||||
* | configure.ac, config.sh.in: Check for fakeroot | Patrick McDermott | 2019-06-17 | 2 | -0/+27 |
| | |||||
* | TODO: Drop unnecessary task | Patrick McDermott | 2019-06-17 | 1 | -4/+0 |
| | |||||
* | tests: Generate rather than distribute platconf data | Patrick McDermott | 2019-06-17 | 10 | -170/+71 |
| | | | | It's 2019 and Automake still hasn't mastered shell quoting. | ||||
* | tests: Add data for commit dfb9fee | Patrick McDermott | 2019-06-17 | 2 | -0/+42 |
| | |||||
* | ob-installplatconf: Match upstream version patterns | Patrick McDermott | 2019-06-17 | 5 | -22/+21 |
| | |||||
* | tests/exe/ob-installplatconf.sh: New file | Patrick McDermott | 2019-06-17 | 3 | -0/+74 |
| | |||||
* | tests: Add platconf | Patrick McDermott | 2019-06-17 | 7 | -0/+92 |
| | |||||
* | ob_get_system_path(): Allow overriding DATADIR | Patrick McDermott | 2019-06-17 | 3 | -5/+17 |
| |