Service to store and provide data about Guix https://git.savannah.gnu.org/cgit/guix/data-service.git
Go to file
Christopher Baines e117bb1d87
Many changes
A large proportion of these changes relate to changing the way
packages relate to derivations. Previously, a package at a given
revision had a single derivation. This was OK, but didn't account for
multiple architectures.

Therefore, these changes mean that a package has multiple derivations,
depending on the system of the derivation, and the target system.

There are multiple changes, small and large to the web interface as
well. More pages link to each other, and the visual display has been
improved somewhat.
2019-03-11 22:11:14 +00:00
assets Initial commit 2019-02-07 22:26:57 +00:00
guix-data-service Many changes 2019-03-11 22:11:14 +00:00
scripts Add functionality to query build servers 2019-03-06 22:56:54 +00:00
.envrc Add some environment variables to the .envrc file 2019-02-10 09:44:11 +00:00
.gitignore Add functionality to query build servers 2019-03-06 22:56:54 +00:00
COPYING Initial commit 2019-02-07 22:26:57 +00:00
Makefile.am Many changes 2019-03-11 22:11:14 +00:00
VERSION Initial commit 2019-02-07 22:26:57 +00:00
bootstrap.sh Initial commit 2019-02-07 22:26:57 +00:00
configure.ac Add functionality to query build servers 2019-03-06 22:56:54 +00:00
guile.am Initial commit 2019-02-07 22:26:57 +00:00
guix-dev.scm Switch to guile-json@3 2019-03-06 22:52:56 +00:00
pre-inst-env.in Initial commit 2019-02-07 22:26:57 +00:00