Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | NEWS: List changes for 1.3.0. | P. J. McDermott | 2014-05-01 | 1 | -0/+11 |
| | |||||
* | pro-archman(1): Document -v option. | P. J. McDermott | 2014-05-01 | 1 | -1/+4 |
| | |||||
* | collect_garbage(): Use file input, not heredoc. | P. J. McDermott | 2014-05-01 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes garbage collection. Before: $ pro-archman -v -b proteanos process-incoming pro-archman: Processing changes in incoming... pro-archman: Updating feeds... pro-archman: Collecting garbage... pro-archman: Deleting file ... rm: cannot remove ‘proteanos/’: Is a directory pro-archman: 52: [: Illegal number: proteanos/.db/garbage/1398956970 pro-archman: Deleting file ... rm: cannot remove ‘proteanos/’: Is a directory pro-archman: 52: [: Illegal number: proteanos/.db/garbage/1398956971 After: $ pro-archman -v -b proteanos process-incoming pro-archman: Processing changes in incoming... pro-archman: Updating feeds... pro-archman: Collecting garbage... pro-archman: Deleting file pool/o/opkg/libopkg.1-dev_0.2.0-1_all_all.opk... pro-archman: Deleting file pool/o/opkg/opkg-doc_0.2.0-1_all_all.opk... pro-archman: Deleting file pool/o/opkg/libopkg.1_0.2.0-1_amd64-linux-glibc_all.opk... pro-archman: Deleting file pool/o/opkg/opkg-dbg_0.2.0-1_amd64-linux-glibc_all.opk... pro-archman: Deleting file pool/o/opkg/opkg_0.2.0-1_amd64-linux-glibc_all.opk... pro-archman: Deleting file pool/o/opkg/_0.2.2-1_all_all.opk... pro-archman: Deleting file pool/o/opkg/_0.2.2-1_amd64-linux-glibc_all.opk... pro-archman: Deleting file pool/o/opkg/libopkg.1_0.2.0-1_i686-linux-glibc_all.opk... pro-archman: Deleting file pool/o/opkg/opkg-dbg_0.2.0-1_i686-linux-glibc_all.opk... pro-archman: Deleting file pool/o/opkg/opkg_0.2.0-1_i686-linux-glibc_all.opk... pro-archman: Deleting file pool/o/opkg/src-opkg_0.2.0-1_src_all.opk... | ||||
* | locale: Fix grammar. | P. J. McDermott | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | lib/index.sh: Add another verbose message. | P. J. McDermott | 2014-04-30 | 2 | -0/+4 |
| | |||||
* | lib/index.sh: Add missing "use" commands. | P. J. McDermott | 2014-04-30 | 1 | -0/+2 |
| | |||||
* | lib/garbage.sh: Add some verbose output. | P. J. McDermott | 2014-04-30 | 2 | -0/+12 |
| | |||||
* | lib/remove.sh: Add a verbose message. | P. J. McDermott | 2014-04-30 | 2 | -0/+4 |
| | |||||
* | Move package removal message. | P. J. McDermott | 2014-04-30 | 3 | -4/+8 |
| | | | | Also, make it a little more verbose. | ||||
* | Move suite-related messages. | P. J. McDermott | 2014-04-30 | 4 | -6/+12 |
| | |||||
* | lib/index.sh: Add some verbose output. | P. J. McDermott | 2014-04-30 | 2 | -0/+13 |
| | |||||
* | info_v(): New function. | P. J. McDermott | 2014-04-30 | 1 | -0/+10 |
| | |||||
* | examples/conf.default: Add conf_verbose. | P. J. McDermott | 2014-04-30 | 1 | -0/+4 |
| | |||||
* | pro-archman: Support -v option for verbosity. | P. J. McDermott | 2014-04-30 | 2 | -1/+2 |
| | |||||
* | 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> ...] [...] | ||||
* | NEWS: Release pro-archman 1.2.0.pro-archman/1.2.0pro-archman/1.2.x | P. J. McDermott | 2014-03-07 | 1 | -0/+9 |
| | |||||
* | configure: Set package_version to 1.2.0. | P. J. McDermott | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | feed_add_package(): Add "SHA256sum" field. | P. J. McDermott | 2014-03-07 | 1 | -1/+2 |
| | |||||
* | NEWS: Release pro-archman 1.1.0.pro-archman/1.1.0pro-archman/1.1.x | P. J. McDermott | 2013-10-13 | 1 | -1/+1 |
| | |||||
* | NEWS: Set version and wrap lines. | P. J. McDermott | 2013-10-13 | 1 | -3/+5 |
| | |||||
* | configure: Set package_version to 1.1.0. | P. J. McDermott | 2013-10-13 | 1 | -1/+1 |
| | |||||
* | Internationalize copyright and license notice. | P. J. McDermott | 2013-10-12 | 2 | -6/+6 |
| | |||||
* | NEWS: Quote command name. | P. J. McDermott | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | NEWS: Note that help doesn't try to lock the db. | P. J. McDermott | 2013-10-12 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Replace ${opt_base_dir} with ${base_dir}. | P. J. McDermott | 2013-10-12 | 4 | -27/+27 |
| | |||||
* | base_dir: New global variable. | P. J. McDermott | 2013-10-12 | 1 | -1/+3 |
| | |||||
* | process-incoming: Add missing return. | P. J. McDermott | 2013-10-12 | 1 | -0/+2 |
| | |||||
* | Move init() and fini() calls into commands. | P. J. McDermott | 2013-10-12 | 6 | -2/+20 |
| | | | | 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 |
| | |||||
* | help: Change "local cmd" to "local cmd=". | P. J. McDermott | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | help: Remove unused variable. | P. J. McDermott | 2013-10-12 | 1 | -1/+0 |
| | |||||
* | OPTSTRING: New global variable. | P. J. McDermott | 2013-10-12 | 3 | -4/+4 |
| | |||||
* | pro-archman(1): Clean up synopsis with \f escapes. | P. J. McDermott | 2013-10-12 | 1 | -6/+1 |
| | |||||
* | locale: Add " [<arg> ...]" to main usage string. | P. J. McDermott | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | Print option arguments in help output. | P. J. McDermott | 2013-10-12 | 3 | -6/+37 |
| | |||||
* | NEWS: Note documentation of options. | P. J. McDermott | 2013-10-12 | 1 | -0/+1 |
| | |||||
* | pro-archman: Don't lock db for help/version cmds. | P. J. McDermott | 2013-10-12 | 1 | -10/+8 |
| | |||||
* | pro-archman(1): Document options. | P. J. McDermott | 2013-10-11 | 1 | -0/+12 |
| | |||||
* | help: Document options. | P. J. McDermott | 2013-10-11 | 2 | -0/+12 |
| | |||||
* | locale: Simplify help summary heading. | P. J. McDermott | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | Add options to usage/synopsis information. | P. J. McDermott | 2013-10-11 | 2 | -2/+4 |
| | |||||
* | 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 | 6 | -1/+45 |
| | |||||
* | examples/conf.default: New file. | P. J. McDermott | 2013-10-11 | 3 | -0/+19 |
| | |||||
* | Add missing include guards to some library files. | P. J. McDermott | 2013-10-11 | 7 | -0/+21 |
| |