auc: remove superfluous variables
authorPaul Spooren <mail@aparcar.org>
Thu, 26 Aug 2021 08:41:35 +0000 (22:41 -1000)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 8 Oct 2021 21:52:02 +0000 (22:52 +0100)
commit6527d65b9bff5f01a67c3d8b1bd0da5f026960aa
tree23041af61145bd527ec6606f98c1e9335fce9cb1
parent078bd4189c18727daa84e8116478f2048e2989a7
auc: remove superfluous variables

Remove parsing of data which is not used within `auc`. Later iterations
may use these but they can be gradually added whenever needed.

Also remove HTTP code handling of error codes no longer used by the
backend. Early iterations of the server where infinitely complex to
figure out created images and announce them to clients but ever since
everything is stored in JSON, things got better (aka simpler).

If a package is missing on the upstream server, color it in red.

Signed-off-by: Paul Spooren <mail@aparcar.org>
utils/auc/src/auc.c