unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: Arun Isaac <arunisaac@systemreboot.net>, guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add obnam.
Date: Fri, 10 Mar 2017 22:15:56 +0100	[thread overview]
Message-ID: <87wpbwkf3n.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <20170309172742.13827-1-arunisaac@systemreboot.net>

[-- Attachment #1: Type: text/plain, Size: 747 bytes --]

Arun Isaac <arunisaac@systemreboot.net> 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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2017-03-10 21:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-09 17:27 [PATCH] gnu: Add obnam Arun Isaac
2017-03-10 21:15 ` Marius Bakke [this message]
2017-03-11  4:09   ` Arun Isaac
2017-03-11 18:10     ` Marius Bakke
2017-03-12  7:55       ` Arun Isaac
2017-03-17 21:40   ` Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wpbwkf3n.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me \
    --to=mbakke@fastmail.com \
    --cc=arunisaac@systemreboot.net \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).