guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add obnam.


From: Marius Bakke
Subject: Re: [PATCH] gnu: Add obnam.
Date: Fri, 10 Mar 2017 22:15:56 +0100
User-agent: Notmuch/0.23.7 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)

Arun Isaac <address@hidden> writes:

> * gnu/packages/backup.scm (obnam): New variable.

Applied, thanks!

I noticed this program and some of the libraries it uses, requires a
package called "CoverageTestRunner" to run unit tests. Currently tests
are simply skipped.

It would be nice to have that package in Guix too. Tests helps us
discover problems early, such as incompatible versions etc.

Would you be willing to package it? For "obnam", the 'check' phase
needs to be replaced by a phase that calls "./check" afterwards:

       #:phases
       (modify-phases %standard-phases
         (replace 'check
           (lambda _ (zero? (system* "./check")))))))

Anyway, pushed to 'master' as a2fa9c3d1baf65cc5aec2ce843e2d7921e593c21.

Attachment: signature.asc
Description: PGP signature


reply via email to

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