summaryrefslogtreecommitdiff
path: root/020-code.liw.fi.yarn
diff options
context:
space:
mode:
Diffstat (limited to '020-code.liw.fi.yarn')
-rw-r--r--020-code.liw.fi.yarn23
1 files changed, 0 insertions, 23 deletions
diff --git a/020-code.liw.fi.yarn b/020-code.liw.fi.yarn
deleted file mode 100644
index e6a33c2..0000000
--- a/020-code.liw.fi.yarn
+++ /dev/null
@@ -1,23 +0,0 @@
-# code.liw.fi
-
-`code.liw.fi` is where I publish my free software projects. There is a
-directory per project, for project specific files, and a repository of
-packages for Debian.
-
- SCENARIO code.liw.fi
- GIVEN server is also known as code.liw.fi
-
- WHEN user fetches http://code.liw.fi/
- THEN HTTP status is 200
- AND HTTP body matches "http://liw\.fi/code"
-
- WHEN user fetches http://code.liw.fi/debian/
- THEN HTTP status is 200
- AND HTTP body matches "dists"
- AND HTTP body matches "pool"
-
-`apt.asc` has the signing key for the Debian package archive.
-
- WHEN user fetches http://code.liw.fi/apt.asc
- THEN HTTP status is 200
- AND HTTP body matches "-----BEGIN PGP PUBLIC KEY BLOCK-----"