aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-12-14 08:01:06 +1000
committeronefang2019-12-14 08:01:06 +1000
commit79fd5334581452ea0483c2438130bdf64be82f1f (patch)
treef3d35cce79ac592f1de6054788e202073cdd9fd1
parentHave I finally fixed that copy-pasta bug? (diff)
downloadapt-panopticon-79fd5334581452ea0483c2438130bdf64be82f1f.zip
apt-panopticon-79fd5334581452ea0483c2438130bdf64be82f1f.tar.gz
apt-panopticon-79fd5334581452ea0483c2438130bdf64be82f1f.tar.bz2
apt-panopticon-79fd5334581452ea0483c2438130bdf64be82f1f.tar.xz
Document the ultimate goal.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 47b7159..833f881 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,11 @@
1Lua script for checking the health of Devuan Linux package mirrors. 1Lua script for checking the health of Devuan Linux package mirrors.
2 2
3As the name would suggest, the ultimate goal of apt-panopticon is to
4probe into every nook and cranny of Devuans apt distribution system, to
5find out what is breaking, and where. Graphing history and sending
6alerts as needed. At some later stage it's likely to be generalised for
7other apt based distros.
8
3This is currently under development, not everything has been written yet. 9This is currently under development, not everything has been written yet.
4Some of this document mentions some of the things that are not written 10Some of this document mentions some of the things that are not written
5yet. 11yet.