Re: [PATCH] gnu: btrfs-progs: Update to 4.4.1.

2016-03-03 Thread Leo Famulari
On Fri, Mar 04, 2016 at 04:08:01AM +0100, Tobias Geerinckx-Rice wrote:
> On 28/02/2016, Leo Famulari  wrote:
> > On Sat, Feb 27, 2016 at 10:41:42PM +0200, Efraim Flashner wrote:
> >> On Sat, 27 Feb 2016 01:17:04 +0100
> >> Tobias Geerinckx-Rice  wrote:
> >>
> >> > * gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1.
> >
> >> looks good to me!
> >>
> >> applied in 9c7f7e2d.
> >
> > Thanks for keeping up with this pcakage, Tobias!
> >
> > Have you had a chance to investigate how to include it in the initrd?
> >
> > https://lists.gnu.org/archive/html/guix-devel/2016-02/msg00489.html
> [Lynx won't let me remove lines. Nice. At least I'm on GuixSD]
> 
> Hullo Leo,
> 
> Sorry, not yet. I've had no free time lately. I hope the
> coming week will bring some. Either way, 0.9.1 won't yet
> have much butter in it.
> 
> I'll try writing a static package expression before diving
> into the initrd, which I'm guessing is quite different from
> that of your average Linux distribution...

Okay, feel free to share your work as you go! I'll probably make an
attempt as well, although I can't say exactly when.



Re: [PATCH] gnu: btrfs-progs: Update to 4.4.1.

2016-03-03 Thread Tobias Geerinckx-Rice
On 28/02/2016, Leo Famulari  wrote:
> On Sat, Feb 27, 2016 at 10:41:42PM +0200, Efraim Flashner wrote:
>> On Sat, 27 Feb 2016 01:17:04 +0100
>> Tobias Geerinckx-Rice  wrote:
>>
>> > * gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1.
>
>> looks good to me!
>>
>> applied in 9c7f7e2d.
>
> Thanks for keeping up with this pcakage, Tobias!
>
> Have you had a chance to investigate how to include it in the initrd?
>
> https://lists.gnu.org/archive/html/guix-devel/2016-02/msg00489.html
[Lynx won't let me remove lines. Nice. At least I'm on GuixSD]

Hullo Leo,

Sorry, not yet. I've had no free time lately. I hope the
coming week will bring some. Either way, 0.9.1 won't yet
have much butter in it.

I'll try writing a static package expression before diving
into the initrd, which I'm guessing is quite different from
that of your average Linux distribution...

Kind regards,

T G-R



Re: [PATCH] gnu: btrfs-progs: Update to 4.4.1.

2016-02-27 Thread Leo Famulari
On Sat, Feb 27, 2016 at 10:41:42PM +0200, Efraim Flashner wrote:
> On Sat, 27 Feb 2016 01:17:04 +0100
> Tobias Geerinckx-Rice  wrote:
> 
> > * gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1.

> looks good to me!
> 
> applied in 9c7f7e2d.

Thanks for keeping up with this pcakage, Tobias!

Have you had a chance to investigate how to include it in the initrd?

https://lists.gnu.org/archive/html/guix-devel/2016-02/msg00489.html



Re: [PATCH] gnu: btrfs-progs: Update to 4.4.1.

2016-02-27 Thread Efraim Flashner
On Sat, 27 Feb 2016 01:17:04 +0100
Tobias Geerinckx-Rice  wrote:

> * gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1.
> ---
>  gnu/packages/linux.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index 6068471..66b2cf0 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -2472,7 +2472,7 @@ and copy/paste text in the console and in xterm.")
>  (define-public btrfs-progs
>(package
>  (name "btrfs-progs")
> -(version "4.4")
> +(version "4.4.1")
>  (source (origin
>(method url-fetch)
>(uri (string-append "mirror://kernel.org/linux/kernel/"
> @@ -2480,7 +2480,7 @@ and copy/paste text in the console and in xterm.")
>"btrfs-progs-v" version ".tar.xz"))
>(sha256
> (base32
> -"0jssv1ys4nw2jf7mkp58c19yspaa8ybf48fxsrhhp0683mzpr73p"
> +"1z5882zx9jx02vyg067siws0irsl8pg37myx17hr4imn9ypf6r4r"
>  (build-system gnu-build-system)
>  (arguments
>   '(#:test-target "test"

looks good to me!

applied in 9c7f7e2d.

-- 
Efraim Flashner  אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted


pgpxwn3vOxKaG.pgp
Description: OpenPGP digital signature


[PATCH] gnu: btrfs-progs: Update to 4.4.1.

2016-02-26 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6068471..66b2cf0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2472,7 +2472,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
 (name "btrfs-progs")
-(version "4.4")
+(version "4.4.1")
 (source (origin
   (method url-fetch)
   (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -2480,7 +2480,7 @@ and copy/paste text in the console and in xterm.")
   "btrfs-progs-v" version ".tar.xz"))
   (sha256
(base32
-"0jssv1ys4nw2jf7mkp58c19yspaa8ybf48fxsrhhp0683mzpr73p"
+"1z5882zx9jx02vyg067siws0irsl8pg37myx17hr4imn9ypf6r4r"
 (build-system gnu-build-system)
 (arguments
  '(#:test-target "test"
-- 
2.7.0