From 5a9262b38d506008b21fd73eb8f7c3046b47de92 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 6 Feb 2019 16:14:44 +0000 Subject: Initial commit This is a service designed to provide information about Guix. At the moment, this initial prototype gathers up information about packages, the associated metadata and derivations. The initial primary use case is to compare two different revisions of Guix, detecting which packages are new, no longer present, updated or otherwise different. It's based on the Mumi project. [1]: https://git.elephly.net/software/mumi.git --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc4560f --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.go +Makefile.in +Makefile +aclocal.m4 +autom4te.cache +build-aux +config.log +config.status +configure + +guix-data-service/config.scm +scripts/guix-data-service +scripts/guix-data-service-process-jobs +pre-inst-env -- cgit v1.2.3