Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | */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 |
| | |||||
* | get_conf(): Add "conf_verbose" variable. | P. J. McDermott | 2014-04-30 | 1 | -0/+7 |
| | |||||
* | get_options(): Don't set illegal options. | P. J. McDermott | 2014-04-28 | 1 | -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. McDermott | 2013-10-12 | 1 | -5/+5 |
| | |||||
* | Rewrite get_options() and refactor main(). | P. J. McDermott | 2013-10-12 | 1 | -25/+17 |
| | |||||
* | base_dir: New global variable. | P. J. McDermott | 2013-10-12 | 1 | -1/+3 |
| | |||||
* | Move init() and fini() calls into commands. | P. J. McDermott | 2013-10-12 | 1 | -2/+0 |
| | | | | Now locking really isn't done for help and version commands. | ||||
* | init(): New function. | P. J. McDermott | 2013-10-12 | 1 | -2/+7 |
| | |||||
* | pro-archman: Factor out locking into lock(). | P. J. McDermott | 2013-10-12 | 1 | -5/+10 |
| | |||||
* | pro-archman: Use error() for "lock_fail" message. | P. J. McDermott | 2013-10-12 | 1 | -3/+1 |
| | |||||
* | OPTSTRING: New global variable. | P. J. McDermott | 2013-10-12 | 1 | -1/+2 |
| | |||||
* | pro-archman: Don't lock db for help/version cmds. | P. J. McDermott | 2013-10-12 | 1 | -10/+8 |
| | |||||
* | pro-archman: Don't print help when -V is given. | P. J. McDermott | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | version: New command. | P. J. McDermott | 2013-10-11 | 1 | -1/+6 |
| | |||||
* | pro-archman: Fix header comment. | P. J. McDermott | 2013-08-14 | 1 | -1/+1 |
| | |||||
* | pro-archman: Remove "archive" parameter. | P. J. McDermott | 2013-08-14 | 1 | -4/+0 |
| | | | | Because my code told me to. | ||||
* | pro-archman: Lock the archive. | P. J. McDermott | 2013-07-29 | 1 | -0/+12 |
| | |||||
* | pro-archman: Move cleanup to a new function. | P. J. McDermott | 2013-07-29 | 1 | -2/+6 |
| | |||||
* | pro-archman: Fix exit status. | P. J. McDermott | 2013-07-29 | 1 | -1/+5 |
| | |||||
* | get_conf(): Resolve incoming dir if it exists. | P. J. McDermott | 2013-07-28 | 1 | -2/+8 |
| | |||||
* | get_conf(): Make conf file optional. | P. J. McDermott | 2013-07-28 | 1 | -1/+3 |
| | |||||
* | pro-archman: Support an -h option. | P. J. McDermott | 2013-07-28 | 1 | -4/+12 |
| | |||||
* | pro-archman: Run update_feeds and collect_garbage. | P. J. McDermott | 2013-07-27 | 1 | -0/+5 |
| | |||||
* | pro-archman: Parse a -b option and load conf file. | P. J. McDermott | 2013-07-27 | 1 | -6/+44 |
| | |||||
* | src/pro-archman.sh: Update code style. | P. J. McDermott | 2013-07-16 | 1 | -3/+4 |
| | |||||
* | pro-archman: Set conf_incoming_dir. | P. J. McDermott | 2013-07-16 | 1 | -0/+1 |
| | |||||
* | Make archive var global. | P. J. McDermott | 2013-07-16 | 1 | -0/+4 |
| | |||||
* | pro-archman: Temporarily set a conf variable. | P. J. McDermott | 2013-07-16 | 1 | -0/+3 |
| | |||||
* | pro-archman: Load locale. | P. J. McDermott | 2013-07-12 | 1 | -0/+2 |
| | |||||
* | pro-archman: Add "pro-archman: Error:" to message. | P. J. McDermott | 2013-07-12 | 1 | -2/+2 |
| | |||||
* | Write pro-archman and command handling. | P. J. McDermott | 2013-07-12 | 2 | -0/+90 |