From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH] gnu: Add obnam. Date: Fri, 10 Mar 2017 22:15:56 +0100 Message-ID: <87wpbwkf3n.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <20170309172742.13827-1-arunisaac@systemreboot.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmRtL-0001Lg-Qc for guix-devel@gnu.org; Fri, 10 Mar 2017 16:16:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmRtI-0001T9-9m for guix-devel@gnu.org; Fri, 10 Mar 2017 16:16:03 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:51857) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cmRtH-0001Qv-U9 for guix-devel@gnu.org; Fri, 10 Mar 2017 16:16:00 -0500 In-Reply-To: <20170309172742.13827-1-arunisaac@systemreboot.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Arun Isaac , guix-devel@gnu.org --=-=-= Content-Type: text/plain Arun Isaac 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. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAljDF4wACgkQoqBt8qM6 VPqpxAf/SUsZpBJMHg9xTHXGmmmZXyB6Vo0q/wMD9mwryoy7FA268zMW9uD3MTB5 JoXoWGUAIYD002FfOdSr4MFqm4lblOSYE7eb1vmsc+lGjRjxcEjCljFQsK4N+lUl HG+pBzxqGzmyPvhOMszqf/ZBaBfSZ4QNUObIjuiiLJwKPauSpHx7+73MUfpIsACP 38BaHLE+w6hB3LmLFv/Fo8epmRnBcarpjMWxPS9mqcTWOJ2xpEuHxVAjkQ9GvV8p xPY1qREW7Mwg6Z+uoRvaWq7bLTcDSgM1if/EOH6+RALG2rsc/xYZiGOuUEDaOf8i oVYcK0ig8nxsWgjwA22qbj++rVfEYQ== =pRZd -----END PGP SIGNATURE----- --=-=-=--