all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Testing needed for lzip substitutes!
@ 2019-06-04  8:56 Ludovic Courtès
  2019-06-06 10:03 ` Pierre Neidhardt
  0 siblings, 1 reply; 9+ messages in thread
From: Ludovic Courtès @ 2019-06-04  8:56 UTC (permalink / raw)
  To: guix-devel

Hello Guix!

I’ve set up ‘guix publish’ with both gzip and lzip substitutes at
<https://qualif.ci.guix.gnu.org>, in a setting similar to what we’ll
eventually deploy on ci.guix.gnu.org if everything goes well (there’s no
proper TLS certificate but it doesn’t matter for ‘guix substitute’).

Please try to fetch substitutes from there:

  --substitute-urls=https://qualif.ci.guix.gnu.org

If you’re running an “old” guix-daemon, you should be getting gzipped
substitutes; otherwise you should be getting lzipped substitutes (check
the URLs for /gzip or /lzip.)

Note that initially many substitutes will be missing because they need
to be “baked”; when that happens, be patient, and try again 5mn later.

‘guix publish’ is running with “-C gzip:5 -C lzip:9” mostly to save CPU
time, so don’t use it as an lzip vs. gzip benchmark.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Testing needed for lzip substitutes!
  2019-06-04  8:56 Testing needed for lzip substitutes! Ludovic Courtès
@ 2019-06-06 10:03 ` Pierre Neidhardt
  2019-06-11 10:35   ` Pierre Neidhardt
  0 siblings, 1 reply; 9+ messages in thread
From: Pierre Neidhardt @ 2019-06-06 10:03 UTC (permalink / raw)
  To: Ludovic Courtès, guix-devel

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

I've switched to it yesterday and since then it seems I have to compile
everything myself :(
Subversion, git, boost, to name a few.

I do get the source from qualif.ci.guix.gnu.org though:

--8<---------------cut here---------------start------------->8---
downloading from https://qualif.ci.guix.gnu.org/nar/z4yv0m8wqfqgpgqalgx1dlqylq6rwqyg-git-2.21.0.tar.xz...
--8<---------------cut here---------------end--------------->8---

Is this expected?  If not, any idea how to investigate?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Testing needed for lzip substitutes!
  2019-06-06 10:03 ` Pierre Neidhardt
@ 2019-06-11 10:35   ` Pierre Neidhardt
  2019-06-11 18:43     ` Ludovic Courtès
  0 siblings, 1 reply; 9+ messages in thread
From: Pierre Neidhardt @ 2019-06-11 10:35 UTC (permalink / raw)
  To: Ludovic Courtès, guix-devel

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

Ping! :)

I haven't run built packages much recently, but any idea what could be
wrong?  (Assuming there is anything wrong and it's not just me.)

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Testing needed for lzip substitutes!
  2019-06-11 10:35   ` Pierre Neidhardt
@ 2019-06-11 18:43     ` Ludovic Courtès
  2019-06-14 22:15       ` Pierre Neidhardt
  0 siblings, 1 reply; 9+ messages in thread
From: Ludovic Courtès @ 2019-06-11 18:43 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: guix-devel

Hi Pierre,

Pierre Neidhardt <mail@ambrevar.xyz> skribis:

> Ping! :)

When replying to a days-old message, please consider quoting the
relevant bits.  :-)

> I haven't run built packages much recently, but any idea what could be
> wrong?  (Assuming there is anything wrong and it's not just me.)

I’m not sure what problem you’re referring to.  What I can say is that
substitutes made starting from today are available as lzip.  So for
example, if you run ‘guix pull’, the substitutes corresponding to the
various derivations of Guix (‘guix-cli’, ‘guix-base-packages’, etc.)
are available as lzip.

HTH!

Ludo’.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Testing needed for lzip substitutes!
  2019-06-11 18:43     ` Ludovic Courtès
@ 2019-06-14 22:15       ` Pierre Neidhardt
  2019-06-17  9:22         ` Ludovic Courtès
  0 siblings, 1 reply; 9+ messages in thread
From: Pierre Neidhardt @ 2019-06-14 22:15 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

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

Ludovic Courtès <ludo@gnu.org> writes:

> When replying to a days-old message, please consider quoting the
> relevant bits.  :-)

Hmmm, actually, why would it be a matter of age?  I think it's only a
matter of context, and someone browsing the archive years later will not
mind if a reply was sent 1 day or 1 week later.  All that matters is the
full thread.  In my opinion a single email
is useless when not in the context of the entire thread.
So I believe that it makes more sense for email clients to use
threading than not.

Or maybe that's not what you meant :p

>> I haven't run built packages much recently, but any idea what could be
>> wrong?  (Assuming there is anything wrong and it's not just me.)
>
> I’m not sure what problem you’re referring to.  What I can say is that
> substitutes made starting from today are available as lzip.  So for
> example, if you run ‘guix pull’, the substitutes corresponding to the
> various derivations of Guix (‘guix-cli’, ‘guix-base-packages’, etc.)
> are available as lzip.

So I've tried with both qualif and ci, and qualif did not publish any
substitutes for me.  It works on ci.guix.gnu.org though, and I get
lzipped substitutes!  Hooray!


-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Testing needed for lzip substitutes!
  2019-06-14 22:15       ` Pierre Neidhardt
@ 2019-06-17  9:22         ` Ludovic Courtès
  2019-06-17  9:37           ` Pierre Neidhardt
  2019-06-17 11:12           ` Vincent Legoll
  0 siblings, 2 replies; 9+ messages in thread
From: Ludovic Courtès @ 2019-06-17  9:22 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: guix-devel

Hello,

Pierre Neidhardt <mail@ambrevar.xyz> skribis:

> Ludovic Courtès <ludo@gnu.org> writes:
>
>> When replying to a days-old message, please consider quoting the
>> relevant bits.  :-)
>
> Hmmm, actually, why would it be a matter of age?  I think it's only a
> matter of context, and someone browsing the archive years later will not
> mind if a reply was sent 1 day or 1 week later.  All that matters is the
> full thread.  In my opinion a single email
> is useless when not in the context of the entire thread.
> So I believe that it makes more sense for email clients to use
> threading than not.
>
> Or maybe that's not what you meant :p

What I meant is that it’s easier for me (and for others I believe) if
there’s a bit of context.  Gnus doesn’t display the whole thread by
default, so I have to explicitly ask it to display it, etc.

In a way, it’s a MUA issue, and mu4e-conversation seems to be a great
solution to that problem, but not everyone uses it yet.  ;-)

> So I've tried with both qualif and ci, and qualif did not publish any
> substitutes for me.  It works on ci.guix.gnu.org though, and I get
> lzipped substitutes!  Hooray!

Yay!  qualif is gone now.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Testing needed for lzip substitutes!
  2019-06-17  9:22         ` Ludovic Courtès
@ 2019-06-17  9:37           ` Pierre Neidhardt
  2019-06-17 11:12           ` Vincent Legoll
  1 sibling, 0 replies; 9+ messages in thread
From: Pierre Neidhardt @ 2019-06-17  9:37 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

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

Ludovic Courtès <ludo@gnu.org> writes:

> What I meant is that it’s easier for me (and for others I believe) if
> there’s a bit of context.  Gnus doesn’t display the whole thread by
> default, so I have to explicitly ask it to display it, etc.
>
> In a way, it’s a MUA issue, and mu4e-conversation seems to be a great
> solution to that problem, but not everyone uses it yet.  ;-)

I will in the future, but deep inside me I'm not the conservative kind
and I'd rather encourage the community to "future-up" :p
It's not a very sophisticated feature after all :D

By the way I'm using Notmuch these days and it's even better at
threading in my opinion (mu4e-conversation is a bit hackish :p).

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Testing needed for lzip substitutes!
  2019-06-17  9:22         ` Ludovic Courtès
  2019-06-17  9:37           ` Pierre Neidhardt
@ 2019-06-17 11:12           ` Vincent Legoll
  2019-06-17 11:32             ` Pierre Neidhardt
  1 sibling, 1 reply; 9+ messages in thread
From: Vincent Legoll @ 2019-06-17 11:12 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

Hello,

On Mon, Jun 17, 2019 at 11:22 AM Ludovic Courtès <ludo@gnu.org> wrote:
> In a way, it’s a MUA issue, and mu4e-conversation seems to be a great
> solution to that problem, but not everyone uses it yet.  ;-)

It's not always a MUA issue, think of people reading web-based ML acrchives

-- 
Vincent Legoll

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Testing needed for lzip substitutes!
  2019-06-17 11:12           ` Vincent Legoll
@ 2019-06-17 11:32             ` Pierre Neidhardt
  0 siblings, 0 replies; 9+ messages in thread
From: Pierre Neidhardt @ 2019-06-17 11:32 UTC (permalink / raw)
  To: Vincent Legoll, Ludovic Courtès; +Cc: guix-devel

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


> It's not always a MUA issue, think of people reading web-based ML acrchives

The web interface Guix uses shows links to the other emails in the
thread, so I think it's OK in this case.
And it's still an interface issue :p

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-06-17 11:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04  8:56 Testing needed for lzip substitutes! Ludovic Courtès
2019-06-06 10:03 ` Pierre Neidhardt
2019-06-11 10:35   ` Pierre Neidhardt
2019-06-11 18:43     ` Ludovic Courtès
2019-06-14 22:15       ` Pierre Neidhardt
2019-06-17  9:22         ` Ludovic Courtès
2019-06-17  9:37           ` Pierre Neidhardt
2019-06-17 11:12           ` Vincent Legoll
2019-06-17 11:32             ` Pierre Neidhardt

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.