Re: Adding Substitute Mirrors page to installer

2021-12-02 Thread Jonathan Brielmaier
On 02.12.21 10:36, zimoun wrote: Hi, On Wed, 1 Dec 2021 at 23:49, raid5atemyhomework wrote: From 41b174da1e38b71563405f1be48331fbe0e5700d Mon Sep 17 00:00:00 2001 From: raid5atemyhomework Date: Tue, 16 Mar 2021 23:45:37 +0800 Subject: [PATCH] gnu: Add substitute mirrors page to installer.

Re: Adding Substitute Mirrors page to installer

2021-12-02 Thread zimoun
Hi, On Wed, 1 Dec 2021 at 23:49, raid5atemyhomework wrote: > From 41b174da1e38b71563405f1be48331fbe0e5700d Mon Sep 17 00:00:00 2001 > From: raid5atemyhomework > Date: Tue, 16 Mar 2021 23:45:37 +0800 > Subject: [PATCH] gnu: Add substitute mirrors page to installer. Thanks. But I do not find

Re: Adding Substitute Mirrors page to installer

2021-12-01 Thread raid5atemyhomework
Hi zimoun, > > Any chance of this getting reviewed and merge within the next five years? > > I understand your frustration. Could you please point which patch number ? >From 41b174da1e38b71563405f1be48331fbe0e5700d Mon Sep 17 00:00:00 2001 From: raid5atemyhomework Date: Tue, 16 Mar 2021

Re: Adding Substitute Mirrors page to installer

2021-12-01 Thread zimoun
Hi, On Wed, 1 Dec 2021 at 07:13, raid5atemyhomework wrote: > Any chance of this getting reviewed and merge within the next five years? I understand your frustration. Could you please point which patch number ? Cheers, simon

Re: Adding Substitute Mirrors page to installer

2021-11-30 Thread raid5atemyhomework
Any chance of this getting reviewed and merge within the next five years? Thanks raid5atemyhomework

Re: Adding Substitute Mirrors page to installer

2021-08-01 Thread Christopher Baines
raid5atemyhomework writes: > In any case, it looks to me that bordeaux is already in > `%default-substitute-mirrors`, which this patch uses, so it should get > included anyway as a fallback in case the SJTU mirror is not available > or something. So maybe the patch is OK as-is? I haven't

Re: Adding Substitute Mirrors page to installer

2021-08-01 Thread raid5atemyhomework
BUMP

Re: Adding Substitute Mirrors page to installer

2021-07-23 Thread raid5atemyhomework
Hello Tobias, > > As an aside, I notice there is now a new "bayfront.guix.gnu.org" > > server. > > bayfront has been public sinc 2016..2017?, but it was recently exposed > through a second hostname, bordeaux.guix.gnu.org. That's the name that > should be used if added. > > > Not sure if I should

Re: Adding Substitute Mirrors page to installer

2021-07-23 Thread Tobias Geerinckx-Rice
[CC'ing Andreas & Chris in case they want to chime in.] On 2021-07-23 16:53, raid5atemyhomework wrote: As an aside, I notice there is now a new "bayfront.guix.gnu.org" server. bayfront has been public sinc 2016..2017?, but it was recently exposed through a second hostname,

Re: Adding Substitute Mirrors page to installer

2021-07-23 Thread raid5atemyhomework
bump. As an aside, I notice there is now a new "bayfront.guix.gnu.org" server. Not sure if I should modify this patch or not to add it or whatever. Thanks raid5atemyhomework > Hi Mathieu, > > I added the test as you recommended, however it looks to me that within the > test, reading

Re: Adding Substitute Mirrors page to installer

2021-06-02 Thread raid5atemyhomework
Hi Mathieu, I added the test as you recommended, **however** it looks to me that within the test, reading the configuration file leads to an non-`operating-system?` object, which seems strange. I was forced to modify the main code as below: + (substitute-urls (and (operating-system?

Re: Adding Substitute Mirrors page to installer

2021-06-01 Thread Mathieu Othacehe
Hello, Sorry again for the long delay. > Of course, it feels somewhat dirty, as there is a need to read the > configuration file. > It would be cleaner if a page could affect the field created by a previous > page. Yes I agree. In the meantime, I think that the configuration file read is an

Re: Adding Substitute Mirrors page to installer

2021-06-01 Thread raid5atemyhomework
Hello Maxime, > raid5atemyhomework schreef op ma 31-05-2021 om 09:42 [+]: > > > bump > > > > > bump > > To me it seems all questions have been addressed, > though I was not involved in the discussion. > So, maybe time to merge? > > See

Re: Adding Substitute Mirrors page to installer

2021-05-31 Thread Maxime Devos
raid5atemyhomework schreef op ma 31-05-2021 om 09:42 [+]: > bump > > bump To me it seems all questions have been addressed, though I was not involved in the discussion. So, maybe time to merge? See for the patches.

Re: Adding Substitute Mirrors page to installer

2021-05-31 Thread raid5atemyhomework
bump > bump > > > Hello Mathieu, > > > > > Hello, > > > Thanks for this patch, it seems to work fine! > > > > > > > - ;; Extract the substitute URLs of the user > > > > configuration. > > > > > > > > > > > > - (os (read-operating-system > > > >

Re: Adding Substitute Mirrors page to installer

2021-05-12 Thread raid5atemyhomework
bump > Hello Mathieu, > > > Hello, > > Thanks for this patch, it seems to work fine! > > > > > - ;; Extract the substitute URLs of the user configuration. > > > > > > > > > - (os (read-operating-system > > > (%installer-configuration-file))) > > > > > > > > >

Re: Adding Substitute Mirrors page to installer

2021-04-21 Thread raid5atemyhomework
Hello Mathieu, > Hello, > > Thanks for this patch, it seems to work fine! > > > - ;; Extract the substitute URLs of the user configuration. > > > > > > - (os (read-operating-system > > (%installer-configuration-file))) > > > > > > - (substitute-urls

Re: Adding Substitute Mirrors page to installer

2021-04-01 Thread Mathieu Othacehe
Hello, Thanks for this patch, it seems to work fine! > + ;; Extract the substitute URLs of the user configuration. > + (os (read-operating-system > (%installer-configuration-file))) > + (substitute-urls (and=> (find > +

Re: Adding Substitute Mirrors page to installer

2021-03-27 Thread Mathieu Othacehe
Hello, I plan to have a look to your patch in the next coming days. Sorry for the long delay. Thanks, Mathieu

Re: Adding Substitute Mirrors page to installer

2021-03-27 Thread raid5atemyhomework
Bump Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Tuesday, March 16, 2021 11:55 PM, raid5atemyhomework wrote: > Hi all, > > Below is the new patch version. > > In this version, the installer now also reads the generated > `operating-system` file to extract the

Re: Adding Substitute Mirrors page to installer

2021-03-16 Thread raid5atemyhomework
Hi all, Below is the new patch version. In this version, the installer now also reads the generated `operating-system` file to extract the `guix-configuration-substitute-urls`, in order to pass it into the `start` action of `guix-daemon`. The `start` action also now supports a second

Re: Adding Substitute Mirrors page to installer

2021-03-15 Thread raid5atemyhomework
> The ability to also use the same mirror during install rather than after > it would be very nice. After all, the guix daemon has to be restarted during > installation in the meantime anyway, so on restart it should be possible to > switch the `substitute-urls`. However the

Re: Adding Substitute Mirrors page to installer

2021-03-15 Thread zimoun
Hi, On Wed, 10 Mar 2021 at 09:49, raid5atemyhomework wrote: > If you mean other non-Guix channels, the only channels I know of that > are not Guix cannot be named here, so --- are there any channels that > *can* be named in official documentation about Guix? You can find a list of scientific

Re: Adding Substitute Mirrors page to installer

2021-03-15 Thread Ludovic Courtès
Hi, raid5atemyhomework skribis: > From af7e4d1336ed9010a31011d2fbae2a27fdaca237 Mon Sep 17 00:00:00 2001 > From: raid5atemyhomework > Date: Wed, 10 Mar 2021 09:21:42 + > Subject: [PATCH] gnu: Add substitute mirrors page to installer. > > * gnu/installer/services.scm (system-service)

Re: Adding Substitute Mirrors page to installer

2021-03-10 Thread raid5atemyhomework
Hello, Below I have a patch that adds a page for substitute mirrors. Limitation is that the substitute mirror is only used after installation completes. During installation the guix daemon still loads from the Berlin server. Also, channel is still the default Guix channel (which is fairly

Re: Adding Substitute Mirrors page to installer

2021-03-08 Thread raid5atemyhomework
BUMP > Hi Guix Developers, > > I want to add a page to the installer to allow selection of substitute > mirrors. In particular, from my ISP, the SJTU mirror is significantly faster > (1MB/s->5MB/s) than directly from `ci.guix.gnu.org` (4kB/s->40kB/s), so I > think putting that option to the

Adding Substitute Mirrors page to installer

2021-03-06 Thread raid5atemyhomework
Hi Guix Developers, I want to add a page to the installer to allow selection of substitute mirrors. In particular, from my ISP, the SJTU mirror is significantly faster (1MB/s->5MB/s) than directly from `ci.guix.gnu.org` (4kB/s->40kB/s), so I think putting that option to the installer would be