diff options
author | Patrick McDermott <pehjota> | 2019-04-07 14:32:23 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2019-04-07 14:32:23 (EDT) |
commit | 653a95064a2891313e24988c604f846b35cdc43f (patch) | |
tree | d79fd83848f37b92b0a01a0922514d4e55a9a9a7 /dev/pkg | |
parent | 477048f3ab9a02cdd237e95480777a1feab712b3 (diff) |
dev/pkg/opkg: More clearly mark tasks as done
Diffstat (limited to 'dev/pkg')
-rw-r--r-- | dev/pkg/opkg.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev/pkg/opkg.mdwn b/dev/pkg/opkg.mdwn index 031915e..6bd481d 100644 --- a/dev/pkg/opkg.mdwn +++ b/dev/pkg/opkg.mdwn @@ -4,8 +4,10 @@ ProteanOS uses [opkg][opkg] to manage packages after installation with [[prokit|dev/prokit]]. There are a few now completed tasks for ProteanOS's opkg packaging: - * [[Statically_linking_against_libopkg|dev/pkg/opkg/static]] - * [[Verifying_package_feed_index_files|dev/archive/signing]] + * [[Statically_linking_against_libopkg|dev/pkg/opkg/static]] **[DONE]** + * [[Verifying_package_feed_index_files|dev/archive/signing]] **[opkg part + DONE]** * [[Handling_the_growth_of_new_upstream_versions|dev/pkg/opkg/future]] + **[DONE]** [opkg]: https://git.yoctoproject.org/cgit/cgit.cgi/opkg/tree/README |