Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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... | ||||
* | Replace ${opt_base_dir} with ${base_dir}. | P. J. McDermott | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | Add missing include guards to some library files. | P. J. McDermott | 2013-10-11 | 1 | -0/+3 |
| | |||||
* | 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 |
| | |||||
* | feed_*_package(): Reverse arch and plat in args. | P. J. McDermott | 2013-08-15 | 1 | -1/+1 |
| | |||||
* | remove_packages_from_suite_archplat(): Reverse. | P. J. McDermott | 2013-08-14 | 1 | -1/+1 |
| | |||||
* | db_*_references(): Reverse arch and plat. | P. J. McDermott | 2013-08-14 | 1 | -1/+1 |
| | |||||
* | db_*_package*(): Reverse arch and plat. | P. J. McDermott | 2013-08-14 | 1 | -1/+1 |
| | |||||
* | db_*_binver(): Reverse arch and plat. | P. J. McDermott | 2013-08-14 | 1 | -2/+2 |
| | |||||
* | Add size to pool packages index files. | P. J. McDermott | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | include: Check and update bvaps first. | P. J. McDermott | 2013-07-28 | 1 | -17/+37 |
| | |||||
* | lib/include.sh: New file. | P. J. McDermott | 2013-07-27 | 1 | -0/+127 |