Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | 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 |
| | |||||
* | is_cmd(): Update printf call | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | cmd/*: Use register_cmd() | P. J. McDermott | 2017-07-22 | 7 | -0/+42 |
| | |||||
* | register_cmd(): New function | P. J. McDermott | 2017-07-22 | 1 | -0/+9 |
| | |||||
* | print_cmd_summaries(): Use cmds instead of PKGLIBCMD | P. J. McDermott | 2017-07-22 | 1 | -3/+1 |
| | |||||
* | main(): Drop load_cmds() call | P. J. McDermott | 2017-07-22 | 1 | -1/+0 |
| | |||||
* | src/main.sh: Drop PKGLIBCMD | P. J. McDermott | 2017-07-22 | 1 | -1/+0 |
| | |||||
* | load_cmds(): Remove | P. J. McDermott | 2017-07-22 | 1 | -12/+0 |
| | |||||
* | src/main.sh: Drop PKGLIBDIR and PKGLIBCMDDIR | P. J. McDermott | 2017-07-22 | 1 | -2/+0 |
| | |||||
* | use(): Remove | P. J. McDermott | 2017-07-22 | 1 | -38/+0 |
| | |||||
* | src/*.sh: Drop inclusion guards | P. J. McDermott | 2017-07-22 | 11 | -33/+0 |
| | |||||
* | src/*.sh, src/cmd/*.sh: Drop use() calls | P. J. McDermott | 2017-07-22 | 14 | -48/+0 |
| | |||||
* | src/locale.sh: Drop TEXT_DOMAIN assignment | P. J. McDermott | 2017-07-22 | 1 | -1/+0 |
| | |||||
* | src/locale.sh: Use TEXTDOMAIN | P. J. McDermott | 2017-07-22 | 1 | -2/+2 |
| | |||||
* | src/locale.sh: Drop LOCALEDIR assignment | P. J. McDermott | 2017-07-22 | 1 | -1/+0 |
| | |||||
* | src/main.sh: Drop "#!" line and main() call | P. J. McDermott | 2017-07-22 | 1 | -4/+0 |
| | |||||
* | src/pro-archman.sh: Rename to src/main.sh | P. J. McDermott | 2017-07-22 | 2 | -1/+1 |
| | |||||
* | src/local.mk, src/cmd/local.mk: pro_archman_SOURCES | P. J. McDermott | 2017-07-22 | 2 | -5/+3 |
| | |||||
* | `git ls-files | xargs sed -i 's/\.sm/.sho/g'` | P. J. McDermott | 2017-07-22 | 2 | -4/+4 |
| | |||||
* | src/local.mk: Merge in lib/local.mk | P. J. McDermott | 2017-07-22 | 1 | -0/+15 |
| | |||||
* | `git mv lib/cmd/ src/` | P. J. McDermott | 2017-07-22 | 8 | -0/+290 |
| | |||||
* | `git mv lib/*.sh src/` | P. J. McDermott | 2017-07-22 | 11 | -0/+1439 |
| | |||||
* | /local.mk, */*/local.mk: Drop header comments | P. J. McDermott | 2017-07-22 | 1 | -3/+0 |
| | |||||
* | */local.mk, */*/local.mk: Use "%reldir%" | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | | | | | Cf. <https://www.gnu.org/software/automake/manual/html_node/Include.html>. | ||||
* | src/pro-archman.sh: Drop PACKAGE_NAME and PACKAGE_VERSION variables | P. J. McDermott | 2017-07-22 | 1 | -2/+0 |
| | |||||
* | Switch to using GNU Autoconf and Automake | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | get_conf(): Add "conf_gzip" variable | P. J. McDermott | 2015-05-25 | 1 | -0/+2 |
| | |||||
* | pro-archman: Set sig handlers outside of init(). | P. J. McDermott | 2014-05-02 | 1 | -16/+20 |
| | |||||
* | handle_sig(): New funtion. | P. J. McDermott | 2014-05-02 | 1 | -0/+31 |
| | | | | In init(), set this as the handler for a number of signals. | ||||
* | unlock(): New function. | P. J. McDermott | 2014-05-02 | 1 | -0/+4 |
| | | | | Separate this from fini() and have fini() call it. | ||||
* | pro-archman: Support -v option for verbosity. | P. J. McDermott | 2014-04-30 | 1 | -1/+1 |
| |