Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts/announce-release.sh: Add Message-ID | Patrick McDermott | 2019-03-18 | 1 | -0/+2 |
| | |||||
* | scripts/announce-release.sh: Terminate lines with \r\n | Patrick McDermott | 2019-03-18 | 1 | -3/+2 |
| | |||||
* | scripts/announce-release.sh: Move message to var | Patrick McDermott | 2019-03-18 | 1 | -8/+13 |
| | |||||
* | scripts/announce-release.sh: Drop tag format assumption | Patrick McDermott | 2019-03-18 | 1 | -2/+3 |
| | |||||
* | NEWS: Move build system changes lower | Patrick McDermott | 2019-03-18 | 1 | -12/+12 |
| | | | | | I'm a build systems geek, but most people would care more about new features in the "end-user" utilities. | ||||
* | NEWS: Document binary package substvars changes | Patrick McDermott | 2019-03-18 | 1 | -1/+8 |
| | |||||
* | ob_set_package_substvars(): Update @operand doc cmd | Patrick McDermott | 2019-03-18 | 1 | -2/+1 |
| | |||||
* | en_US/opkbuild: Update copyright years | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-gencontrol: Add informational output | Patrick McDermott | 2019-03-18 | 2 | -0/+5 |
| | |||||
* | ob-buildopk: Add informational output | Patrick McDermott | 2019-03-18 | 2 | -0/+6 |
| | |||||
* | ob_parse_control(): Shift optional arguments | Patrick McDermott | 2019-03-18 | 1 | -0/+1 |
| | |||||
* | ob_substvars(): Save untranslated var name for warning message | Patrick McDermott | 2019-03-18 | 1 | -6/+7 |
| | |||||
* | ob_substvars(): Replace here-document with printf | Patrick McDermott | 2019-03-18 | 1 | -4/+1 |
| | |||||
* | ob_substvars(): Make package operand optional | Patrick McDermott | 2019-03-18 | 2 | -5/+13 |
| | |||||
* | ob-gencontrol: Don't run find on non-existent dirs | Patrick McDermott | 2019-03-18 | 1 | -7/+10 |
| | |||||
* | TODO: 4.0.0 functional changes are done | Patrick McDermott | 2019-03-18 | 1 | -12/+0 |
| | |||||
* | tests/exe/ob-gencontrol.sh: Run build makefile | Patrick McDermott | 2019-03-18 | 1 | -3/+3 |
| | | | | This is what generates the binary package substvars file. | ||||
* | tests/exe/ob-gencontrol.sh: Add binary substvar to expected output | Patrick McDermott | 2019-03-18 | 1 | -0/+1 |
| | |||||
* | tests/data/pkg/foo.pkg/control: Use binary substvar | Patrick McDermott | 2019-03-18 | 1 | -0/+1 |
| | |||||
* | tests/data/pkg/build: Generate foo.substvars | Patrick McDermott | 2019-03-18 | 1 | -0/+1 |
| | |||||
* | _ob_set_package_substvars_2(): Parse binary package substvars | Patrick McDermott | 2019-03-18 | 1 | -10/+33 |
| | |||||
* | ob_substvars(): Substitute binary package vars | Patrick McDermott | 2019-03-18 | 5 | -8/+24 |
| | |||||
* | TODO: Update | Patrick McDermott | 2019-03-18 | 1 | -2/+0 |
| | |||||
* | ob_set_binary_substvar(): New function | Patrick McDermott | 2019-03-18 | 2 | -0/+35 |
| | |||||
* | ob_set_source_substvar(), ob_substvars(): Rename eval'ed var | Patrick McDermott | 2019-03-18 | 1 | -2/+2 |
| | |||||
* | ob_set_source_substvar(): Make sed script a global var | Patrick McDermott | 2019-03-18 | 1 | -9/+10 |
| | |||||
* | ob_set_source_substvar(): Replace here-documents with printf | Patrick McDermott | 2019-03-18 | 1 | -9/+3 |
| | |||||
* | _ob_substvar_2(): Define above usage | Patrick McDermott | 2019-03-18 | 1 | -12/+12 |
| | |||||
* | ob_set_substvar(): Rename to ob_set_source_substvar() | Patrick McDermott | 2019-03-18 | 3 | -12/+15 |
| | |||||
* | Delimit operands of ob_parse_version() | Patrick McDermott | 2019-03-18 | 3 | -3/+4 |
| | |||||
* | 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 | 4 | -5/+5 |
| | |||||
* | TODO: Cleanup is done | Patrick McDermott | 2019-03-18 | 1 | -5/+0 |
| | |||||
* | lib/control.sh: Wrap long lines | Patrick McDermott | 2019-03-18 | 1 | -7/+10 |
| | |||||
* | _ob_validate_var_name(): Check for empty var name | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | _ob_validate_var_name(): Abort on missing argument | Patrick McDermott | 2019-03-18 | 1 | -1/+4 |
| | |||||
* | _ob_get_changelog_expect_str(): Abort on missing argument | Patrick McDermott | 2019-03-18 | 1 | -1/+4 |
| | |||||
* | ob_parse_changelog(): Wrap long lines | Patrick McDermott | 2019-03-18 | 1 | -21/+38 |
| | | | | Wow this is ugly. | ||||
* | 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. | ||||
* | tests/exe/opkbuild.sh: Handle missing md5sums | Patrick McDermott | 2019-03-18 | 1 | -5/+17 |
| | |||||
* | 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 |
| |