summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* src/control.sh: Drop GPLv2P. J. McDermott2017-07-221-1/+1
|
* is_cmd(): Use case instead of [, printf, and grepP. J. McDermott2017-07-221-2/+3
|
* is_cmd(): Update printf callP. J. McDermott2017-07-221-1/+1
|
* cmd/*: Use register_cmd()P. J. McDermott2017-07-227-0/+42
|
* register_cmd(): New functionP. J. McDermott2017-07-221-0/+9
|
* print_cmd_summaries(): Use cmds instead of PKGLIBCMDP. J. McDermott2017-07-221-3/+1
|
* main(): Drop load_cmds() callP. J. McDermott2017-07-221-1/+0
|
* src/main.sh: Drop PKGLIBCMDP. J. McDermott2017-07-221-1/+0
|
* load_cmds(): RemoveP. J. McDermott2017-07-221-12/+0
|
* src/main.sh: Drop PKGLIBDIR and PKGLIBCMDDIRP. J. McDermott2017-07-221-2/+0
|
* use(): RemoveP. J. McDermott2017-07-221-38/+0
|
* src/*.sh: Drop inclusion guardsP. J. McDermott2017-07-2211-33/+0
|
* src/*.sh, src/cmd/*.sh: Drop use() callsP. J. McDermott2017-07-2214-48/+0
|
* src/locale.sh: Drop TEXT_DOMAIN assignmentP. J. McDermott2017-07-221-1/+0
|
* src/locale.sh: Use TEXTDOMAINP. J. McDermott2017-07-221-2/+2
|
* src/locale.sh: Drop LOCALEDIR assignmentP. J. McDermott2017-07-221-1/+0
|
* src/main.sh: Drop "#!" line and main() callP. J. McDermott2017-07-221-4/+0
|
* src/pro-archman.sh: Rename to src/main.shP. J. McDermott2017-07-222-1/+1
|
* src/local.mk, src/cmd/local.mk: pro_archman_SOURCESP. J. McDermott2017-07-222-5/+3
|
* `git ls-files | xargs sed -i 's/\.sm/.sho/g'`P. J. McDermott2017-07-222-4/+4
|
* src/local.mk: Merge in lib/local.mkP. J. McDermott2017-07-221-0/+15
|
* `git mv lib/cmd/ src/`P. J. McDermott2017-07-228-0/+290
|
* `git mv lib/*.sh src/`P. J. McDermott2017-07-2211-0/+1439
|
* /local.mk, */*/local.mk: Drop header commentsP. J. McDermott2017-07-221-3/+0
|
* */local.mk, */*/local.mk: Use "%reldir%"P. J. McDermott2017-07-221-1/+1
| | | | | Cf. <https://www.gnu.org/software/automake/manual/html_node/Include.html>.
* src/pro-archman.sh: Drop PACKAGE_NAME and PACKAGE_VERSION variablesP. J. McDermott2017-07-221-2/+0
|
* Switch to using GNU Autoconf and AutomakeP. J. McDermott2017-07-221-1/+1
|
* get_conf(): Add "conf_gzip" variableP. J. McDermott2015-05-251-0/+2
|
* pro-archman: Set sig handlers outside of init().P. J. McDermott2014-05-021-16/+20
|
* handle_sig(): New funtion.P. J. McDermott2014-05-021-0/+31
| | | | In init(), set this as the handler for a number of signals.
* unlock(): New function.P. J. McDermott2014-05-021-0/+4
| | | | Separate this from fini() and have fini() call it.
* pro-archman: Support -v option for verbosity.P. J. McDermott2014-04-301-1/+1
|
* get_conf(): Add "conf_verbose" variable.P. J. McDermott2014-04-301-0/+7
|
* get_options(): Don't set illegal options.P. J. McDermott2014-04-281-1/+3
| | | | | | | | | | Fixes: $ pro-archman -a Illegal option -a eval: 1: opt_?=true: not found Usage: /usr/bin/pro-archman [<option> ...] <command> [<arg> ...] [...]
* pro-archman: Replace more ${opt_base_dir}.P. J. McDermott2013-10-121-5/+5
|
* Rewrite get_options() and refactor main().P. J. McDermott2013-10-121-25/+17
|
* base_dir: New global variable.P. J. McDermott2013-10-121-1/+3
|
* Move init() and fini() calls into commands.P. J. McDermott2013-10-121-2/+0
| | | | Now locking really isn't done for help and version commands.
* init(): New function.P. J. McDermott2013-10-121-2/+7
|
* pro-archman: Factor out locking into lock().P. J. McDermott2013-10-121-5/+10
|
* pro-archman: Use error() for "lock_fail" message.P. J. McDermott2013-10-121-3/+1
|
* OPTSTRING: New global variable.P. J. McDermott2013-10-121-1/+2
|
* pro-archman: Don't lock db for help/version cmds.P. J. McDermott2013-10-121-10/+8
|
* pro-archman: Don't print help when -V is given.P. J. McDermott2013-10-111-1/+1
|
* version: New command.P. J. McDermott2013-10-111-1/+6
|
* pro-archman: Fix header comment.P. J. McDermott2013-08-141-1/+1
|
* pro-archman: Remove "archive" parameter.P. J. McDermott2013-08-141-4/+0
| | | | Because my code told me to.
* pro-archman: Lock the archive.P. J. McDermott2013-07-291-0/+12
|
* pro-archman: Move cleanup to a new function.P. J. McDermott2013-07-291-2/+6
|
* pro-archman: Fix exit status.P. J. McDermott2013-07-291-1/+5
|