aboutsummaryrefslogtreecommitdiff
path: root/README.org
blob: 9fd1e00270286f94848d8e0702910c5eba582d1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
-*- mode: org -*-

Available online at https://qa.guix.gnu.org/README

This service is intended to assist with quality assurance within
Guix. That is maintaining and improving the quality of many aspects of
Guix, like packages for example.

* Local Development

Use the guix-dev.scm file to provide the dependencies.

#+BEGIN_SRC shell
guix shell -D --file=guix-dev.scm
#+END_SRC

Then run the following commands:

#+BEGIN_SRC shell
./bootstrap.sh
./configure
make
#+END_SRC

After that, you can start the service via:

#+BEGIN_SRC shell
./pre-inst-env scripts/guix-qa-frontpage
#+END_SRC

Expect pages to load slowly since the QA frontpage won't have up to date
cached data to use.

* Information flow

#+CAPTION: Diagram describing how information moves between different components
[[./qa-information-flow.png]]

* Bugs and issues

Please submit issues here https://codeberg.org/guix/qa-frontpage/issues/new

* Roadmap

Available online at https://codeberg.org/guix/qa-frontpage/projects/18699