summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: Release opkbuild 4.1.1opkbuild/4.1.1Patrick McDermott2019-06-181-1/+1
|
* _ob_gmtime(): Fix numbers being interpreted in octalPatrick McDermott2019-06-181-1/+1
|
* ob-buildopk: Use touch -tPatrick McDermott2019-06-182-5/+11
|
* ob_rfc822_mktime(), ob_*_gmtime(): Add "(3)" to C function manual referencesPatrick McDermott2019-06-181-7/+7
|
* ob_touch_t_gmtime(): New functionPatrick McDermott2019-06-183-1/+27
|
* NEWS, configure.ac: Set version to 4.1.1Patrick McDermott2019-06-182-1/+6
|
* ob_iso8601_gmtime(): Factor out common gmtime codePatrick McDermott2019-06-181-13/+22
|
* NEWS: Release opkbuild 4.1.0opkbuild/4.1.0Patrick McDermott2019-06-181-1/+1
|
* NEWS: Eliminate reference linkPatrick McDermott2019-06-181-4/+3
|
* ob-buildopk: Fix non-deterministic mtimes in gzip headersPatrick McDermott2019-06-182-5/+10
|
* configure.ac, config.sh.in: Find gzipPatrick McDermott2019-06-183-1/+28
|
* configure.ac: Redirect test output to config.logPatrick McDermott2019-06-181-9/+11
|
* ob-buildopk, ob-unpacksource, tests: Use ${TAR}Patrick McDermott2019-06-186-10/+11
|
* ob-buildopk: Re-add directories to archivesPatrick McDermott2019-06-181-4/+4
|
* tests/exe/opkbuild.sh: Add directories to test resultsPatrick McDermott2019-06-181-0/+13
| | | | This partially reverts commit 48cce14.
* Revert "tests/exe/ob-buildopk.sh: Remove directories from test results"Patrick McDermott2019-06-181-0/+5
| | | | This reverts commit 48cce14340195450b945d737abffc18fda5c20a3.
* configure.ac: Don't check for tar --numeric-ownerPatrick McDermott2019-06-182-8/+5
| | | | I think it only applies to extraction, at least in BusyBox.
* configure.ac: Fix line continuationsPatrick McDermott2019-06-181-6/+6
|
* configure.ac: Unquote ${TOUCH} in testPatrick McDermott2019-06-181-1/+1
|
* configure.ac, config.sh.in: Check for tar with optionsPatrick McDermott2019-06-183-2/+50
|
* ob-gencontrol: Fix missing "src-" in source package namesPatrick McDermott2019-06-183-5/+6
|
* man/local.mk: Rename manualPatrick McDermott2019-06-182-1/+6
|
* NEWS: Add slogan, SPF note, and configure changesPatrick McDermott2019-06-181-0/+8
|
* NEWS, configure.ac: Set version to 4.1.0Patrick McDermott2019-06-172-3/+3
| | | | Release is imminent!
* opkbuild, tests: Parameterize fakerootPatrick McDermott2019-06-173-3/+3
|
* configure.ac: Fix copy/paste error in "touch" sectionPatrick McDermott2019-06-171-2/+2
|
* configure.ac, config.sh.in: Check for fakerootPatrick McDermott2019-06-172-0/+27
|
* TODO: Drop unnecessary taskPatrick McDermott2019-06-171-4/+0
|
* tests: Generate rather than distribute platconf dataPatrick McDermott2019-06-1710-170/+71
| | | | It's 2019 and Automake still hasn't mastered shell quoting.
* tests: Add data for commit dfb9feePatrick McDermott2019-06-172-0/+42
|
* ob-installplatconf: Match upstream version patternsPatrick McDermott2019-06-175-22/+21
|
* tests/exe/ob-installplatconf.sh: New filePatrick McDermott2019-06-173-0/+74
|
* tests: Add platconfPatrick McDermott2019-06-177-0/+92
|
* ob_get_system_path(): Allow overriding DATADIRPatrick McDermott2019-06-173-5/+17
|
* ob_get_system_path(): Allow package-less platconfPatrick McDermott2019-06-163-3/+11
|
* NEWS: Mention SOURCE_DATE_EPOCHPatrick McDermott2019-06-161-0/+4
|
* NEWS: List recent changesPatrick McDermott2019-06-161-0/+21
|
* NEWS, configure.ac: Set version to 4.0.2+devPatrick McDermott2019-06-162-1/+6
|
* ob-gencontrol: Sort source package Binary field valuePatrick McDermott2019-06-161-1/+2
| | | | This ensures determinism.
* tests/exe/ob-gencontrol.sh: Test source package control contentsPatrick McDermott2019-06-161-1/+15
|
* ob-gencontrol: Generate different fields for source packagesPatrick McDermott2019-06-162-10/+55
|
* tests/exe/opkbuild.sh: Don't check build depsPatrick McDermott2019-06-161-1/+1
|
* tests/data/pkg/control: Add B-DPatrick McDermott2019-06-161-0/+1
|
* ob-gencontrol: Move Installed-Size calculation into separate funcPatrick McDermott2019-06-161-12/+18
|
* MD5SUMS, SHA256SUMS: Exclude from GitPatrick McDermott2019-06-161-0/+2
|
* tests/exe/opkbuild.sh: Update and check archive member orderingPatrick McDermott2019-06-161-16/+3
|
* ob-buildopk: Use chown -hPatrick McDermott2019-06-161-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 McDermott2019-06-161-1/+14
|
* ob-buildopk: Use ${TOUCH}Patrick McDermott2019-06-161-3/+3
|
* configure.ac, config.sh.in: Check whether touch accepts -hPatrick McDermott2019-06-162-0/+42
|