Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | */local.mk, */*/local.mk: Use "%reldir%" | P. J. McDermott | 2017-07-22 | 2 | -18/+18 |
| | | | | | Cf. <https://www.gnu.org/software/automake/manual/html_node/Include.html>. | ||||
* | cmd/version: s/PACKAGE_NAME/PACKAGE/ | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | lib/locale.sh: Fix locale paths | P. J. McDermott | 2017-07-22 | 1 | -18/+12 |
| | |||||
* | Switch to using GNU Autoconf and Automake | P. J. McDermott | 2017-07-22 | 2 | -2/+2 |
| | |||||
* | update_feeds(): Compress Packages if enabled | P. J. McDermott | 2015-05-25 | 1 | -1/+6 |
| | |||||
* | include: Don't print list of included files | P. J. McDermott | 2015-05-25 | 1 | -1/+1 |
| | | | | This is a small bug introduced in commit 85645cd. | ||||
* | update_feeds(): Write suite manifest file | P. J. McDermott | 2015-05-25 | 1 | -2/+12 |
| | |||||
* | include_changes(): Warn when there are no files. | P. J. McDermott | 2014-05-02 | 1 | -3/+8 |
| | | | | | | | | | | | | | Previously, if the package was an upload with an existing source version, the bvaps sanity check would choke. Before: pro-archman: Error: Packages already exist for binary version , architecture , and platform After: pro-archman: Warning: No files to include | ||||
* | error(): Die by signal. | P. J. McDermott | 2014-05-02 | 1 | -3/+4 |
| | | | | | | | Previously, calling error() within a subshell only caused the subshell to exit. Now the whole shell process should die. Subshells still suck though. | ||||
* | Update some copyright notices. | P. J. McDermott | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | include_changes(): Refactor to fix odd behavior. | P. J. McDermott | 2014-05-01 | 1 | -27/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | Before: $ pro-archman -b proteanos process-incoming pro-archman: Processing changes in incoming... pro-archman: Including opkg (0.2.2-1) into dev/trunk... pro-archman: Removing package opkg from suite dev/trunk... rmdir: failed to remove `proteanos/feeds/dev/trunk/all/all//.db//info': No such file or directory /usr/bin/pro-archman: 15: cannot create proteanos/feeds/.db/dev_trunk/all_all//: Is a directory rmdir: failed to remove `proteanos/feeds/dev/trunk/amd64-linux-glibc/all//.db//info': No such file or directory /usr/bin/pro-archman: 15: cannot create proteanos/feeds/.db/dev_trunk/amd64-linux-glibc_all//: Is a directory pro-archman: Including opkg (0.2.2-1) into dev/trunk... pro-archman: Including opkg (0.2.2-1) into dev/trunk... After: $ pro-archman -b proteanos process-incoming pro-archman: Processing changes in incoming... pro-archman: Including opkg (0.2.2-1) into dev/trunk... pro-archman: Removing package opkg from suite dev/trunk... pro-archman: Including opkg (0.2.2-1) into dev/trunk... pro-archman: Including opkg (0.2.2-1) into dev/trunk... | ||||
* | 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... | ||||
* | lib/index.sh: Add another verbose message. | P. J. McDermott | 2014-04-30 | 1 | -0/+3 |
| | |||||
* | 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 | 1 | -0/+7 |
| | |||||
* | lib/remove.sh: Add a verbose message. | P. J. McDermott | 2014-04-30 | 1 | -0/+3 |
| | |||||
* | Move package removal message. | P. J. McDermott | 2014-04-30 | 2 | -3/+5 |
| | | | | Also, make it a little more verbose. | ||||
* | Move suite-related messages. | P. J. McDermott | 2014-04-30 | 3 | -4/+8 |
| | |||||
* | lib/index.sh: Add some verbose output. | P. J. McDermott | 2014-04-30 | 1 | -0/+8 |
| | |||||
* | info_v(): New function. | P. J. McDermott | 2014-04-30 | 1 | -0/+10 |
| | |||||
* | feed_add_package(): Add "SHA256sum" field. | P. J. McDermott | 2014-03-07 | 1 | -1/+2 |
| | |||||
* | Internationalize copyright and license notice. | P. J. McDermott | 2013-10-12 | 1 | -6/+2 |
| | |||||
* | Replace ${opt_base_dir} with ${base_dir}. | P. J. McDermott | 2013-10-12 | 4 | -27/+27 |
| | |||||
* | 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 | 5 | -0/+20 |
| | | | | Now locking really isn't done for help and version commands. | ||||
* | 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 | 2 | -3/+2 |
| | |||||
* | Print option arguments in help output. | P. J. McDermott | 2013-10-12 | 2 | -3/+31 |
| | |||||
* | help: Document options. | P. J. McDermott | 2013-10-11 | 1 | -0/+8 |
| | |||||
* | version: New command. | P. J. McDermott | 2013-10-11 | 2 | -0/+31 |
| | |||||
* | Add missing include guards to some library files. | P. J. McDermott | 2013-10-11 | 7 | -0/+21 |
| | |||||
* | error(), warn(), info(): Print args to stderr. | P. J. McDermott | 2013-10-11 | 1 | -3/+3 |
| | |||||
* | process-incoming: Remove processed files. | P. J. McDermott | 2013-10-11 | 1 | -1/+8 |
| | |||||
* | include_changes(): Output list of files. | P. J. McDermott | 2013-10-11 | 1 | -2/+6 |
| | |||||
* | include_changes(): Check format field. | P. J. McDermott | 2013-08-15 | 1 | -0/+8 |
| | |||||
* | include_changes(): Read section from changes file. | P. J. McDermott | 2013-08-15 | 1 | -4/+3 |
| | |||||
* | update_feeds(): Reverse arch and plat. | P. J. McDermott | 2013-08-15 | 1 | -1/+1 |
| | |||||
* | Reverse arch and plat in feeds db paths. | P. J. McDermott | 2013-08-15 | 1 | -6/+6 |
| | |||||
* | Reverse arch and plat in feeds paths. | P. J. McDermott | 2013-08-15 | 1 | -3/+3 |
| | |||||
* | feed_*_package(): Reverse arch and plat in args. | P. J. McDermott | 2013-08-15 | 4 | -7/+7 |
| | |||||
* | _suite_copy_source(): Reverse arch and plat. | P. J. McDermott | 2013-08-14 | 1 | -1/+1 |
| | |||||
* | remove_source_from_suite(): Reverse arch and plat. | P. J. McDermott | 2013-08-14 | 1 | -1/+1 |
| | |||||
* | remove_packages_from_suite_archplat(): Reverse. | P. J. McDermott | 2013-08-14 | 2 | -4/+4 |
| | |||||
* | db_get_archplats(): Reverse arch and plat. | P. J. McDermott | 2013-08-14 | 2 | -2/+2 |
| | |||||
* | db_del_binver(): Update a comment. | P. J. McDermott | 2013-08-14 | 1 | -1/+1 |
| | |||||
* | db_*_references(): Reverse arch and plat. | P. J. McDermott | 2013-08-14 | 4 | -7/+7 |
| | |||||
* | db_*_package*(): Reverse arch and plat. | P. J. McDermott | 2013-08-14 | 4 | -10/+10 |
| | |||||
* | db_*_binver(): Reverse arch and plat. | P. J. McDermott | 2013-08-14 | 4 | -15/+15 |
| | |||||
* | error(): Clean up before exiting. | P. J. McDermott | 2013-07-29 | 1 | -0/+2 |
| |