Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | ob-gencontrol: Don't run find on non-existent dirs | Patrick McDermott | 2019-03-18 | 1 | -7/+10 |
| | |||||
* | ob_substvars(): Substitute binary package vars | Patrick McDermott | 2019-03-18 | 3 | -5/+7 |
| | |||||
* | Delimit operands of ob_parse_version() | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Delimit operands of ob_reduce_deps() | Patrick McDermott | 2019-03-18 | 2 | -3/+3 |
| | |||||
* | Delimit operands of ob_parse_dep() | Patrick McDermott | 2019-03-18 | 2 | -2/+2 |
| | |||||
* | opkbuild: Improve code quality | Patrick McDermott | 2019-03-18 | 1 | -20/+31 |
| | | | | | Declare local variables, move default option values, protect [ command from bad UID 0 command output, wrap long lines. | ||||
* | ob-installplatconf: Use OB_LF instead of own global var | Patrick McDermott | 2019-03-18 | 1 | -4/+1 |
| | |||||
* | ob-installplatconf: set -u | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-installplatconf: Declare local variables and wrap long lines | Patrick McDermott | 2019-03-18 | 1 | -6/+16 |
| | |||||
* | ob-unpacksource: Replace here-document with printf | Patrick McDermott | 2019-03-18 | 1 | -4/+1 |
| | |||||
* | ob-unpacksource: Fix quotes in here-document | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-unpacksource: Declare local variables | Patrick McDermott | 2019-03-18 | 1 | -0/+4 |
| | |||||
* | ob-unpacksource: Improve upstream archive counting again | Patrick McDermott | 2019-03-18 | 1 | -3/+2 |
| | | | | | This builds on commit 2e837e5 (with fix in 10cfa1c) but uses newlines instead of spaces to separate upstream archives. | ||||
* | ob-gencontrol: Track md5sum additions with var, not head cmd | Patrick McDermott | 2019-03-18 | 1 | -1/+4 |
| | |||||
* | ob-gencontrol: Skip "-" file name in md5sums | Patrick McDermott | 2019-03-18 | 1 | -0/+1 |
| | |||||
* | ob-gencontrol: Use read loop instead of sed with var in RE | Patrick McDermott | 2019-03-18 | 1 | -3/+11 |
| | |||||
* | ob-gencontrol: Wrap a long line | Patrick McDermott | 2019-03-18 | 1 | -1/+2 |
| | |||||
* | ob-gencontrol: Decrease indentation in loop | Patrick McDermott | 2019-03-18 | 1 | -25/+24 |
| | |||||
* | ob-gencontrol: Replace here-document with printf | Patrick McDermott | 2019-03-18 | 1 | -4/+1 |
| | | | | | Commit a572faa3 replaced echo with this here-document, which takes an unnecessary amount of vertical space. |