summaryrefslogtreecommitdiffstats
path: root/lib/include.sh
Commit message (Collapse)AuthorAgeFilesLines
* include_changes(): Warn when there are no files.P. J. McDermott2014-05-021-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
* Update some copyright notices.P. J. McDermott2014-05-011-1/+1
|
* include_changes(): Refactor to fix odd behavior.P. J. McDermott2014-05-011-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...
* Replace ${opt_base_dir} with ${base_dir}.P. J. McDermott2013-10-121-1/+1
|
* Add missing include guards to some library files.P. J. McDermott2013-10-111-0/+3
|
* include_changes(): Output list of files.P. J. McDermott2013-10-111-2/+6
|
* include_changes(): Check format field.P. J. McDermott2013-08-151-0/+8
|
* include_changes(): Read section from changes file.P. J. McDermott2013-08-151-4/+3
|
* feed_*_package(): Reverse arch and plat in args.P. J. McDermott2013-08-151-1/+1
|
* remove_packages_from_suite_archplat(): Reverse.P. J. McDermott2013-08-141-1/+1
|
* db_*_references(): Reverse arch and plat.P. J. McDermott2013-08-141-1/+1
|
* db_*_package*(): Reverse arch and plat.P. J. McDermott2013-08-141-1/+1
|
* db_*_binver(): Reverse arch and plat.P. J. McDermott2013-08-141-2/+2
|
* Add size to pool packages index files.P. J. McDermott2013-07-281-1/+1
|
* include: Check and update bvaps first.P. J. McDermott2013-07-281-17/+37
|
* lib/include.sh: New file.P. J. McDermott2013-07-271-0/+127