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 --- bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bootstrap.sh (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..872167c --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +autoreconf -vif -- cgit v1.2.3