Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove_packages_from_suite_archplat(): Move before use | Patrick McDermott | 2019-04-13 | 1 | -24/+24 |
| | |||||
* | hash_name(): Hash src:* packages | Patrick McDermott | 2019-04-13 | 1 | -0/+2 |
| | |||||
* | _try_load_locale(): Replace . with eval/cat | Patrick McDermott | 2019-04-13 | 1 | -4/+9 |
| | |||||
* | _try_load_locale(): Move before use | Patrick McDermott | 2019-04-13 | 1 | -18/+18 |
| | |||||
* | include_changes(): Exit on missing changes fields | Patrick McDermott | 2019-04-13 | 1 | -2/+4 |
| | |||||
* | parse_control(): Return 1 on missing fields | Patrick McDermott | 2019-04-13 | 1 | -0/+1 |
| | |||||
* | _include_changes_field(): Move before use | Patrick McDermott | 2019-04-13 | 1 | -25/+25 |
| | |||||
* | src/garbage.sh: Prefix "static" function with "_" | Patrick McDermott | 2019-04-13 | 1 | -3/+3 |
| | |||||
* | src/cmd.sh: Prefix "static" var with "_" | Patrick McDermott | 2019-04-13 | 1 | -4/+4 |
| | |||||
* | _parse_control_error(): Reformat file info | Patrick McDermott | 2019-04-13 | 1 | -2/+2 |
| | |||||
* | _get_conf(): Type-check more configuration values | Patrick McDermott | 2019-04-13 | 1 | -1/+8 |
| | |||||
* | src/main.sh: Move _lock() and _unlock() | Patrick McDermott | 2019-04-13 | 1 | -15/+15 |
| | | | | And fix an _unlock() call. | ||||
* | src/main.sh: Replace . with eval/cat | Patrick McDermott | 2019-04-13 | 1 | -3/+1 |
| | |||||
* | src/main.sh: Prefix "static" functions with "_" | Patrick McDermott | 2019-04-13 | 1 | -12/+12 |
| | |||||
* | src/main.sh: Define functions before use | Patrick McDermott | 2019-04-13 | 1 | -49/+49 |
| | |||||
* | main(): Improve in-place detection | Patrick McDermott | 2019-04-13 | 1 | -2/+2 |
| | |||||
* | cmd/version: Update copyright years | Patrick McDermott | 2019-04-13 | 1 | -1/+1 |
| | |||||
* | src/main.sh: set -e | Patrick McDermott | 2019-04-13 | 1 | -1/+1 |
| | |||||
* | update_feeds(): Let one rmdir fail without errors | Patrick McDermott | 2019-04-13 | 1 | -1/+1 |
| | |||||
* | Add "|| :" after try_rmdir() calls | Patrick McDermott | 2019-04-13 | 3 | -6/+6 |
| | |||||
* | parse_control(): Support any whitespace in field lists | Patrick McDermott | 2019-04-13 | 1 | -2/+4 |
| | |||||
* | parse_control(): Fix redefinition of args | Patrick McDermott | 2019-04-12 | 1 | -2/+0 |
| | |||||
* | parse_control(): s/OB_LF/LF/ | Patrick McDermott | 2019-04-12 | 1 | -1/+1 |
| | |||||
* | parse_control(): Drop user_data and require fields args | Patrick McDermott | 2019-04-12 | 1 | -36/+22 |
| | |||||
* | src/control.sh: Port from opkbuild | Patrick McDermott | 2019-04-12 | 1 | -85/+107 |
| | |||||
* | Consistently shift function arguments | Patrick McDermott | 2019-04-11 | 15 | -6/+41 |
| | |||||
* | cmd/version: Fix/update copyright years | Patrick McDermott | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | Update author name | Patrick McDermott | 2019-04-10 | 18 | -19/+19 |
| | |||||
* | Add braces to param exps in arith substs | Patrick McDermott | 2019-04-10 | 4 | -8/+8 |
| | |||||
* | cmd/sign: New command | Patrick McDermott | 2019-04-10 | 2 | -1/+44 |
| | |||||
* | feed_sign(): Fix path to key | Patrick McDermott | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | src/index.sh: Update copyright notice | Patrick McDermott | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | update_feeds(): Call feed_sign() | Patrick McDermott | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | feed_sign(): New function | Patrick McDermott | 2019-04-10 | 1 | -0/+19 |
| | |||||
* | src/main.sh: Add conf_key | Patrick McDermott | 2019-04-10 | 1 | -0/+2 |
| | |||||
* | garbage: Replace use of non-portable %s date spec | Patrick McDermott | 2019-04-09 | 1 | -6/+20 |
| | |||||
* | index: Use ${TAR} | Patrick McDermott | 2018-09-02 | 1 | -2/+3 |
| | |||||
* | index, garbage: Use ${MD5SUM}, ${SHA256SUM}, ${GZIP}, and ${DATE} | Patrick McDermott | 2018-09-02 | 2 | -4/+5 |
| | |||||
* | src/garbage.sh: Add return statements | P. J. McDermott | 2017-08-03 | 1 | -0/+4 |
| | |||||
* | try_rmdir(): Refactor | P. J. McDermott | 2017-08-03 | 1 | -4/+6 |
| | | | | Explicitly return either 0 or 1 and slightly improve logic readability. | ||||
* | src/cmd.sh: Add return statements | P. J. McDermott | 2017-08-03 | 1 | -0/+7 |
| | |||||
* | `git ls-files -- src/ | xargs sed -i 's|^# lib/|# src/|'` | P. J. McDermott | 2017-07-22 | 18 | -18/+18 |
| | |||||
* | cmd/version: Update copyright years | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | load_locale(): Add missing argument to error() | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | load_locale(): Throw an error, not a warning, on missing locale | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | load_locale(): Automatically set localedir when in build dir | P. J. McDermott | 2017-07-22 | 1 | -2/+2 |
| | |||||
* | main(): Detect execution from build directory | P. J. McDermott | 2017-07-22 | 1 | -0/+10 |
| | |||||
* | Improve license notices | P. J. McDermott | 2017-07-22 | 19 | -171/+228 |
| | |||||
* | src/control.sh: Drop GPLv2 | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | is_cmd(): Use case instead of [, printf, and grep | P. J. McDermott | 2017-07-22 | 1 | -2/+3 |
| |