Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | ob_get_system_path(): Allow overriding DATADIR | Patrick McDermott | 2019-06-17 | 3 | -5/+17 |
| | |||||
* | ob_get_system_path(): Allow package-less platconf | Patrick McDermott | 2019-06-16 | 3 | -3/+11 |
| | |||||
* | NEWS: Mention SOURCE_DATE_EPOCH | Patrick McDermott | 2019-06-16 | 1 | -0/+4 |
| | |||||
* | NEWS: List recent changes | Patrick McDermott | 2019-06-16 | 1 | -0/+21 |
| | |||||
* | NEWS, configure.ac: Set version to 4.0.2+dev | Patrick McDermott | 2019-06-16 | 2 | -1/+6 |
| | |||||
* | ob-gencontrol: Sort source package Binary field value | Patrick McDermott | 2019-06-16 | 1 | -1/+2 |
| | | | | This ensures determinism. | ||||
* | tests/exe/ob-gencontrol.sh: Test source package control contents | Patrick McDermott | 2019-06-16 | 1 | -1/+15 |
| | |||||
* | ob-gencontrol: Generate different fields for source packages | Patrick McDermott | 2019-06-16 | 2 | -10/+55 |
| | |||||
* | tests/exe/opkbuild.sh: Don't check build deps | Patrick McDermott | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | tests/data/pkg/control: Add B-D | Patrick McDermott | 2019-06-16 | 1 | -0/+1 |
| | |||||
* | ob-gencontrol: Move Installed-Size calculation into separate func | Patrick McDermott | 2019-06-16 | 1 | -12/+18 |
| | |||||
* | MD5SUMS, SHA256SUMS: Exclude from Git | Patrick McDermott | 2019-06-16 | 1 | -0/+2 |
| | |||||
* | tests/exe/opkbuild.sh: Update and check archive member ordering | Patrick McDermott | 2019-06-16 | 1 | -16/+3 |
| | |||||
* | ob-buildopk: Use chown -h | Patrick McDermott | 2019-06-16 | 1 | -1/+1 |
| | | | | | | This option is standardized in POSIX and has been supported in BusyBox since 2001-05-11 (commit 2b02ab9), so there's no need to check for it in configure. | ||||
* | ob-buildopk: Use ${HAVE_TOUCH_NODEREF} | Patrick McDermott | 2019-06-16 | 1 | -1/+14 |
| | |||||
* | ob-buildopk: Use ${TOUCH} | Patrick McDermott | 2019-06-16 | 1 | -3/+3 |
| | |||||
* | configure.ac, config.sh.in: Check whether touch accepts -h | Patrick McDermott | 2019-06-16 | 2 | -0/+42 |
| | |||||
* | ob-buildopk: Don't reverse sort archive members with -T | Patrick McDermott | 2019-06-16 | 1 | -2/+2 |
| | | | | | Apparently BusyBox tar doesn't reverse members listed with -T, contrary to previous testing? | ||||
* | tests/exe/ob-buildopk.sh: Remove directories from test results | Patrick McDermott | 2019-06-16 | 1 | -5/+0 |
| | |||||
* | tests/exe/ob-buildopk.sh: Test member ordering | Patrick McDermott | 2019-06-16 | 1 | -3/+3 |
| | |||||
* | tests/exe/ob-buildopk.sh: Run ob-buildopk with fakeroot | Patrick McDermott | 2019-06-16 | 1 | -1/+2 |
| | |||||
* | tests/exe/ob-genchanges.sh: Update date (changed in 895ed22) | Patrick McDermott | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | tests/aux/common.sh: Set SOURCE_DATE_EPOCH | Patrick McDermott | 2019-06-16 | 1 | -0/+1 |
| | |||||
* | tests/data/pkg/changelog: Change date | Patrick McDermott | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | opkbuild: Drop useless fake privileges | Patrick McDermott | 2019-06-16 | 1 | -3/+3 |
| | | | | Rely on ob-buildopk to set ownership when packing archives. | ||||
* | TODO: Add more tasks | Patrick McDermott | 2019-06-16 | 1 | -0/+11 |
| | |||||
* | TODO: Reproducible .opk's is done? | Patrick McDermott | 2019-06-16 | 1 | -2/+0 |
| | |||||
* | TODO: Scrap outer archive conversion to ar | Patrick McDermott | 2019-06-16 | 1 | -3/+0 |
| | | | | opkg-lede dropped the code for that to save space. | ||||
* | ob-buildopk: Make archive member owners/groups deterministic | Patrick McDermott | 2019-06-16 | 2 | -1/+5 |
| | |||||
* | ob-buildopk: Make archive member ordering deterministic | Patrick McDermott | 2019-06-16 | 1 | -2/+4 |
| | |||||
* | ob-buildopk: Add control.tar.gz before data.tar.gz | Patrick McDermott | 2019-06-16 | 1 | -3/+3 |
| | |||||
* | ob-buildopk: Make archive member mtimes deterministic | Patrick McDermott | 2019-06-16 | 1 | -3/+9 |
| | |||||
* | opkbuild: Set SOURCE_DATE_EPOCH | Patrick McDermott | 2019-06-16 | 1 | -0/+3 |
| | |||||
* | ob_iso8601_gmtime(): Fix dates after leap days | Patrick McDermott | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | tests/lib/ob_iso8601_gmtime.sh: New file | Patrick McDermott | 2019-06-16 | 2 | -0/+44 |
| | |||||
* | tests/lib/ob_rfc822_mktime.sh: Fix test result | Patrick McDermott | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | ob_rfc822_mktime(): Drop "+" TZ sign | Patrick McDermott | 2019-06-16 | 1 | -1/+2 |
| | |||||
* | tests/lib/ob_rfc822_mktime.sh: Test Y2k38 | Patrick McDermott | 2019-06-16 | 1 | -2/+3 |
| | |||||
* | ob_rfc822_mktime(): Parse month | Patrick McDermott | 2019-06-15 | 1 | -1/+17 |
| | |||||
* | tests/lib/ob_rfc822_mktime.sh: Make all tests after 1970 local time | Patrick McDermott | 2019-06-15 | 1 | -3/+4 |
| | |||||
* | ob_rfc822_mktime(): Fix parsing | Patrick McDermott | 2019-06-15 | 1 | -2/+6 |
| | |||||
* | tests/lib/ob_rfc822_mktime.sh: New file | Patrick McDermott | 2019-06-15 | 2 | -0/+42 |
| | |||||
* | lib/time.sh: New file | Patrick McDermott | 2019-06-15 | 3 | -2/+167 |
| | |||||
* | Makefile.am: Make detached OpenPGP signatures | Patrick McDermott | 2019-04-28 | 1 | -1/+1 |
| | |||||
* | tests/aux/common.sh: Check whitespace in cmd_is() | Patrick McDermott | 2019-04-25 | 1 | -2/+2 |
| | |||||
* | tests/lib/ob_parse_control.sh: Use tests/aux/common.sh | Patrick McDermott | 2019-04-24 | 1 | -17/+1 |
| | |||||
* | _ob_parse_control_error(): Make arg vars local | Patrick McDermott | 2019-04-23 | 1 | -3/+3 |
| | |||||
* | ob_set_*_substvar(), ob_substvars(): Use lowercase eval vars | Patrick McDermott | 2019-04-23 | 1 | -14/+14 |
| | |||||
* | tests/lib/ob_substvars.sh: New test file | Patrick McDermott | 2019-04-23 | 2 | -0/+46 |
| | |||||
* | Makefile.am: Add spaces around "=" | Patrick McDermott | 2019-04-14 | 1 | -1/+1 |
| |