summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorP. 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)
commitd9fdee2730afa9094f966db48e51ff744d84835d (patch)
tree29dc4da492e1260e2e72d5215c52f51ff24b2f3c /NEWS
parent6a50a23d0a3157933d443fcf5a1a1602aca599e1 (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 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 252b1de..1013f25 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ Changes in this release:
* A new "conf_verbose" configuration variable and "-v" option have
been added to control the verbosity of informational output.
* Garbage collection now works.
+ * The "process-incoming" command no longer prints odd warnings when
+ including new source versions of packages.
ProteanOS Archive Manager version 1.2.0
---------------------------------------