summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-07-05 21:52:22 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-07-05 21:52:22 (EDT)
commit9f27a737e7f4b720168de81c86714230e3971e49 (patch)
treec07a14d72ae5547fe7da122d05e68800f471d603
parentd9e2315039bb22f7086aa4c9eda629f9f6e82b91 (diff)
TODO: Update
-rw-r--r--TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/TODO b/TODO
index b4f0cfe..2bc75f0 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,12 @@
+`git mv src/ opkg-opk/` and update build system
+`mkdir common/ && git mv src/defs.h helpers/mode.[ch] common/ && \
+ git rm helpers/defs.h` and update build system and sources
+Write `common/error.[ch]`:
+ `opkg_opk_set_program_name()`, `opkg_opk_error()`, `opkg_opk_errno()`
Ownership override
Finish options handling, remove cli.txt
-Reconsider error handling, maybe prepend program name to messages
-chown, install, and mknod wrappers/replacements to append to override file(s)
+Reconsider error handling (enum?), prepend program name to messages (see above)
+chown and install replacements to append to override file
Test helpers
opkbuild helper to set PATH
ob-buildenv needs to define OPK_WORK_AREA with work area absolute path