diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-05-01 16:28:30 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-05-01 16:48:32 (EDT) |
commit | d9fdee2730afa9094f966db48e51ff744d84835d (patch) | |
tree | 29dc4da492e1260e2e72d5215c52f51ff24b2f3c /locale/en_US/pro_archman.sh | |
parent | 6a50a23d0a3157933d443fcf5a1a1602aca599e1 (diff) |
include_changes(): Refactor to fix odd behavior.
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...
Diffstat (limited to 'locale/en_US/pro_archman.sh')
0 files changed, 0 insertions, 0 deletions