all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57515] [PATCH 0/8] Stop unmirroring during updates.
@ 2022-09-01  9:00 Maxime Devos
  2022-09-01  9:05 ` Maxime Devos
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Maxime Devos @ 2022-09-01  9:00 UTC (permalink / raw)
  To: 57515; +Cc: Maxime Devos

This patch series fixes #57477
(‘"guix refresh -u" sometimes 'unmirrors' source URLs’)
(at least, for the cases that I tested).  The individual commits
have proposals for what packages to test things on.

Due to the new behaviour of 'latest-html-release', a few
simplifications were possible in other updaters.  However,
to keep 57477 fixed, some URLs in (guix download) had to be
switched from http to https.

I'm currently running "make check", not yet completed.

Maxime Devos (8):
  guix: Extract logic of the check-mirror-url.
  gnu-maintenance: Produce mirror:// URIs in latest-ftp-release.
  gnu-maintenance: Produce mirror:// URIs in latest-html-release.
  download: Switch savannah mirrors to HTTPS URLs.
  gnu-maintenance: Simplify latest-savannah-release.
  download: Add a kernel.org mirror.
  gnu-maintenance: Simplify latest-kernel.org-release.
  gnu-maintenance: Remove unused procedures.

 guix/download.scm        | 17 ++++-----
 guix/gnu-maintenance.scm | 74 ++++++++++++++++++++++------------------
 guix/lint.scm            | 23 ++++---------
 3 files changed, 56 insertions(+), 58 deletions(-)


base-commit: 57f8f69562e942557e3331bb81c7e4acd973d189
-- 
2.37.2





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

end of thread, other threads:[~2022-09-26 20:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01  9:00 [bug#57515] [PATCH 0/8] Stop unmirroring during updates Maxime Devos
2022-09-01  9:05 ` Maxime Devos
2022-09-01 10:13   ` Maxime Devos
2022-09-01  9:27 ` Maxime Devos
2022-09-01  9:43 ` [bug#57515] [PATCH 9/9] tests/gnu-maintenance: Test latest-html-release Maxime Devos
2022-09-26 20:35 ` bug#57515: [PATCH 0/8] Stop unmirroring during updates Ludovic Courtès

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.