summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-06-25 19:20:47 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-06-25 19:20:47 (EDT)
commitc773de28b221c85159e4a715abd25ae7c39bc39c (patch)
tree629022925f8adf19ac5cd430a61cc3a9d6b16dba /NEWS
parentc204523a7af08488bedc1b7d06898c4d2da510aa (diff)
cmd/build: Return exit status
And don't run opkbuild after opkg returns an error.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 21a467c..201d244 100644
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,9 @@ Changes in this release:
* "prokit build" now passes an "-a" option, if supported, to opkg to
install host-architecture non-coinstallable dependencies (such as
library development packages) when cross building.
- * "prokit shell" and "prokit opkg" now pass through relevant exit
- statuses.
+ * "prokit shell", "prokit opkg", and "prokit build" now pass through
+ relevant exit statuses. "prokit build" also no longer tries to run
+ opkbuild after opkg exits with an error.
ProteanOS Development Kit version 2.0.1
---------------------------------------