summaryrefslogtreecommitdiff
path: root/020-code.liw.fi.yarn
blob: e6a33c2b7d30603cb929e10f5e2ec5c49d3ccafb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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-----"