guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disarchive update


From: Mathieu Othacehe
Subject: Re: Disarchive update
Date: Tue, 12 Oct 2021 08:41:48 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hey,

> That’d be nice!  How do we do that again?

The build-outputs field of the <specification> record must be used as
explained here:
https://guix.gnu.org/cuirass/manual/html_node/Specifications.html#Specifications.

This field cannot be manipulated via the web interface yet.

I think the easier way to proceed would be to create the "disarchive"
specification in the (maintenance sysadmin services) module, this way:

--8<---------------cut here---------------start------------->8---
(specification
 (name "disarchive")
 (build '(manifests "etc/disarchive-manifest.scm"))
 (build-outputs
  (list
   (build-output
    (job "disarchive-collection*")
    (type "archive")
    (path ""))))
 (notifications #$(cuirass-notifications))
 (period 43200)
 (priority 7)
 (systems '("x86_64-linux")))
--8<---------------cut here---------------end--------------->8---

I can take care of that if it's ok for you.

Thanks,

Mathieu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]