diff options
author | Rob Landley <rob@landley.net> | 2015-04-16 20:10:23 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-04-16 20:10:23 -0500 |
commit | d332c0461f71a04f0ece907166b7c98f1e7e50f8 (patch) | |
tree | 772141621f835d618ccca6b17ddeb63fecf3a5c2 | |
parent | 08f51b53be06671f4bd6f57467182fd2b081b2c4 (diff) | |
download | toybox-d332c0461f71a04f0ece907166b7c98f1e7e50f8.tar.gz |
Shout from the rooftops that pending is not like other directories.
-rw-r--r-- | toys/pending/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/toys/pending/README b/toys/pending/README index 2acee218..0257e2bb 100644 --- a/toys/pending/README +++ b/toys/pending/README @@ -1,4 +1,4 @@ -pending +pending (see toys/pending/README) Commands in this directory are external submissions awaiting review and/or cleanup before being "promoted" to one of the other directories. @@ -15,3 +15,7 @@ cleanup but don't live here: vmstat, login, du, vconfig, chroot, cut, touch, modinfo, xargs lib/password.c + +This directory should go away before the 1.0 release. It's just a staging +area so code submissions don't get lost while awaiting more thorough (and +very time consuming) scrutiny as described in www/cleanup.html. |