Re: [PATCH 5/6] gnu: Add borg.

2016-03-23 Thread Efraim Flashner
On Wed, Mar 23, 2016 at 11:14:24AM +0300, Alex Kost wrote: > Leo Famulari (2016-03-23 00:25 +0300) wrote: > > > On Tue, Mar 22, 2016 at 11:20:37PM +0300, Alex Kost wrote: > [...] > >> The rest looks good to me, so if you checked that this program works, I > >> think you can push this patchset. > >

Re: [PATCH 5/6] gnu: Add borg.

2016-03-23 Thread Alex Kost
Leo Famulari (2016-03-23 00:25 +0300) wrote: > On Tue, Mar 22, 2016 at 11:20:37PM +0300, Alex Kost wrote: [...] >> The rest looks good to me, so if you checked that this program works, I >> think you can push this patchset. > > I've been using this program for a few months without problems (yes, I

Re: [PATCH 5/6] gnu: Add borg.

2016-03-22 Thread Leo Famulari
ted out that I needed to add a command line. I've attached a > >> revised patch. > >> > >> Can I get some feedback on it? > > > > Based on feedback on #guix, I've revised it again. Attached... > > > From: Leo Famulari > > Date: Mon, 14 Mar

Re: [PATCH 5/6] gnu: Add borg.

2016-03-22 Thread Alex Kost
atch. >> >> Can I get some feedback on it? > > Based on feedback on #guix, I've revised it again. Attached... > From: Leo Famulari > Date: Mon, 14 Mar 2016 19:34:25 -0400 > Subject: [PATCH 5/6] gnu: Add borg. > > * gnu/packages/backup.scm (borg): New variable

Re: [PATCH 5/6] gnu: Add borg.

2016-03-21 Thread Leo Famulari
724.git@famulari.name> References: <90ce1642eb4e527227b4c2bce25dcf25b484e22f.1458600724.git@famulari.name> From: Leo Famulari Date: Mon, 14 Mar 2016 19:34:25 -0400 Subject: [PATCH 5/6] gnu: Add borg. * gnu/packages/backup.scm (borg): New variable. --- gnu/packages/backup.scm | 55 +++

Re: [PATCH 5/6] gnu: Add borg.

2016-03-21 Thread Leo Famulari
d. I asked upstream about some warnings during the docs generation, and they pointed out that I needed to add a command line. I've attached a revised patch. Can I get some feedback on it? >From f5e9039a6d161d8b834b33a660e865d043627684 Mon Sep 17 00:00:00 2001 Message-Id: In-Reply-To: <90ce1642eb4e527227b4c2bce2

Re: [PATCH 5/6] gnu: Add borg.

2016-03-21 Thread Leo Famulari
On Tue, Mar 15, 2016 at 05:18:45AM -0400, Leo Famulari wrote: > On Tue, Mar 15, 2016 at 12:11:15PM +0300, Alex Kost wrote: > > Leo Famulari (2016-03-15 02:34 +0300) wrote: > > > + (modify-phases %standard-phases > > > + (add-before 'build 'set-openssl-prefix > > > + (lambda*

Re: [PATCH 5/6] gnu: Add borg.

2016-03-15 Thread Leo Famulari
On Tue, Mar 15, 2016 at 12:11:15PM +0300, Alex Kost wrote: > Leo Famulari (2016-03-15 02:34 +0300) wrote: > > > * gnu/packages/backup.scm (borg): New variable. > > --- > > gnu/packages/backup.scm | 53 > > - > > 1 file changed, 52 insertions(+), 1

Re: [PATCH 5/6] gnu: Add borg.

2016-03-15 Thread Alex Kost
Leo Famulari (2016-03-15 02:34 +0300) wrote: > * gnu/packages/backup.scm (borg): New variable. > --- > gnu/packages/backup.scm | 53 > - > 1 file changed, 52 insertions(+), 1 deletion(-) [...] > +(define-public borg > + (package > +(name "borg

[PATCH 5/6] gnu: Add borg.

2016-03-14 Thread Leo Famulari
* gnu/packages/backup.scm (borg): New variable. --- gnu/packages/backup.scm | 53 - 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 88b54f0..d8f2e87 100644 --- a/gnu/packages/backu