Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ob-buildenv: Set -ffile-prefix-map | Patrick McDermott | 2020-12-09 | 1 | -0/+4 |
| | |||||
* | ob-buildopk: touch after gzip, not before | Patrick McDermott | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | ob-gencontrol: Normalize B-D field spacing | Patrick McDermott | 2020-12-08 | 1 | -2/+11 |
| | |||||
* | ob-gencontrol: Use an FD for control files | Patrick McDermott | 2020-12-08 | 1 | -15/+16 |
| | |||||
* | ob-buildopk: chown data of src packages | Patrick McDermott | 2020-07-07 | 1 | -1/+5 |
| | |||||
* | ob-genchanges: Sort Binary and drop trailing space | Patrick McDermott | 2020-07-05 | 1 | -1/+4 |
| | | | | Generate Binary the same way ob-gencontrol does. | ||||
* | ob-*, opkbuild: s/src-/src:/ | Patrick McDermott | 2020-07-02 | 4 | -9/+9 |
| | | | | | | | pro-archman already handles this. The (outdated and probably broken) initial port bootstrap scripts will need to be updated for this, if they're ever used again. Some instructions in the wiki need to be updated. | ||||
* | opkbuild: Run ob-* commands from a child shell | Patrick McDermott | 2020-06-30 | 1 | -6/+9 |
| | | | | This basically reverts commit ab654dadd640164b7ddf01a3599c2a8beb6d6302. | ||||
* | ob-buildopk: Don't chown data | Patrick McDermott | 2020-06-30 | 1 | -1/+1 |
| | | | | This partially reverts commit 483800ef9ecf5ce98c0f6894e222bf08a68bb617. | ||||
* | ob-buildopk: Fix crash on src packages | Patrick McDermott | 2020-06-22 | 1 | -1/+6 |
| | | | | Due to attempted architecture-qualification. | ||||
* | ob-*: Architecture-qualify package names | Patrick McDermott | 2020-06-21 | 4 | -10/+19 |
| | |||||
* | ob-genchanges: Use "Section" field when present | Patrick McDermott | 2020-06-17 | 1 | -1/+4 |
| | |||||
* | ob-genchanges: Put source packages in src section | Patrick McDermott | 2020-06-17 | 1 | -1/+1 |
| | |||||
* | ob-gencontrol: Generate a "Section" field | Patrick McDermott | 2020-06-17 | 1 | -1/+9 |
| | | | | And add it to SPF 2.x. | ||||
* | Clean up "if :; then" from commit 3bc002a3 | Patrick McDermott | 2020-06-17 | 1 | -33/+27 |
| | | | | | It was an attempt to minimize the changes in that commit to keep it clear, but the resulting code now looks a bit jarring. | ||||
* | ob-gencontrol: Generate a "Format" field | Patrick McDermott | 2020-06-13 | 1 | -0/+1 |
| | | | | And add the needed support to ob_get_source_parameter(). | ||||
* | ob-buildopk: Really check for BB tar reverse ordering bug | Patrick McDermott | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | ob-buildopk: Fix touch -d check | Patrick McDermott | 2019-08-04 | 1 | -3/+7 |
| | |||||
* | ob-buildopk: Check for touch -d at run time | Patrick McDermott | 2019-08-04 | 1 | -3/+8 |
| | |||||
* | ob-buildopk: Check for BB tar reverse ordering bug | Patrick McDermott | 2019-08-04 | 1 | -2/+16 |
| | |||||
* | opkbuild: Unquote UID 0 command | Patrick McDermott | 2019-06-22 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | ob-buildopk: Use touch -t | Patrick McDermott | 2019-06-18 | 1 | -5/+5 |
| | |||||
* | ob-buildopk: Fix non-deterministic mtimes in gzip headers | Patrick McDermott | 2019-06-18 | 1 | -4/+9 |
| | |||||
* | ob-buildopk, ob-unpacksource, tests: Use ${TAR} | Patrick McDermott | 2019-06-18 | 2 | -5/+5 |
| | |||||
* | ob-buildopk: Re-add directories to archives | Patrick McDermott | 2019-06-18 | 1 | -4/+4 |
| | |||||
* | ob-gencontrol: Fix missing "src-" in source package names | Patrick McDermott | 2019-06-18 | 1 | -1/+2 |
| | |||||
* | opkbuild, tests: Parameterize fakeroot | Patrick McDermott | 2019-06-17 | 1 | -1/+1 |
| | |||||
* | ob-installplatconf: Match upstream version patterns | Patrick McDermott | 2019-06-17 | 1 | -11/+15 |
| | |||||
* | ob-gencontrol: Sort source package Binary field value | Patrick McDermott | 2019-06-16 | 1 | -1/+2 |
| | | | | This ensures determinism. | ||||
* | ob-gencontrol: Generate different fields for source packages | Patrick McDermott | 2019-06-16 | 1 | -8/+55 |
| | |||||
* | ob-gencontrol: Move Installed-Size calculation into separate func | Patrick McDermott | 2019-06-16 | 1 | -12/+18 |
| | |||||
* | 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 |
| | |||||
* | 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? | ||||
* | opkbuild: Drop useless fake privileges | Patrick McDermott | 2019-06-16 | 1 | -3/+3 |
| | | | | Rely on ob-buildopk to set ownership when packing archives. | ||||
* | 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-checkbuilddeps: Fix opkg compare-versions ref cmd op | Patrick McDermott | 2019-04-03 | 1 | -1/+1 |
| | |||||
* | ob-checkbuilddeps, NEWS: Fix comment about opkg versions | Patrick McDermott | 2019-04-03 | 1 | -5/+5 |
| | | | | Also update copyright years. | ||||
* | ob-checkbuilddeps: Support compare-versions change in opkg-lede | Patrick McDermott | 2019-04-03 | 1 | -3/+27 |
| | |||||
* | ob-gencontrol, opkbuild: Update copyright years | Patrick McDermott | 2019-03-18 | 2 | -2/+2 |
| | |||||
* | ob-gencontrol: Add informational output | Patrick McDermott | 2019-03-18 | 1 | -0/+2 |
| | |||||
* | ob-buildopk: Add informational output | Patrick McDermott | 2019-03-18 | 1 | -0/+3 |
| | |||||
* | ob_substvars(): Make package operand optional | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| |