Replace documentation on dumps with some example configuration

Since the machine running data.qa.guix.gnu.org doesn't currently have the disk
space to generate dumps.
This commit is contained in:
Christopher Baines 2025-07-11 10:54:58 +01:00
parent 2b6bdcac08
commit 2e91f31559
2 changed files with 25 additions and 10 deletions

View file

@ -0,0 +1,21 @@
(use-modules (guix-data-service model git-repository)
(guix-data-service model build-server))
(specify-git-repositories
`(((id . 1)
(url . "https://git.guix.gnu.org/guix.git")
(link_url . "https://codeberg.org/guix/guix.git")
(poll_interval . 600)
(x_git_repo_header . "guix"))))
(specify-build-servers
`(((id . 1)
(url . "https://ci.guix.gnu.org/")
(systems-and-targets . (("x86_64-linux" . "")
("aarch64-linux" . ""))))
((id . 2)
(url . "https://bordeaux.guix.gnu.org/")
(systems-and-targets . (("x86_64-linux" . "")
("aarch64-linux" . "")))
(token-seeds . ("token1")))))