[PATCH] Fixes init of #42162: gforge.inria.fr down Dec. 2020
(address . guix-patches@gnu.org)
Dear,
The first message in [1] explains the concrete issue. To avoid to pollute the
already long thread discussing long term Tarball Archiving (which will not be
ready before the down), here is sent patches fixing the concrete issue.
Aside, note that the tarballs should be now ingested by Software Heritage via:
but the issue is to reach them; well see [2].
From [1], the non-archived packages (yet) are:
Toggle snippet (9 lines)
scheme@(guile-user)> ,pp (lset-difference eq? $7 $8)
$11 = (
#<package r-spams@2.6-2017-03-22 gnu/packages/statistics.scm:3931 7f632401a640>
#<package mpfi@1.5.4 gnu/packages/multiprecision.scm:158 7f632ee3adc0>
#<package gf2x@1.2 gnu/packages/algebra.scm:103 7f6323ea1280>
#<package gmp-ecm@7.0.4 gnu/packages/algebra.scm:658 7f6323eb4960>
#<package cmh@1.0 gnu/packages/algebra.scm:322 7f6323eb4dc0>)
However, some have migrated to gitlab:
- r-spams
- gf2x
- cmh
Note that repackage 'r-spams' from the Git checkout needs some love and is not
straightforward. (Not tried yet the 2 others).
The aim of switching the 2 packages from 'url-fetch' to 'svn-fetch' is
twofolds, test case for improving:
- "guix lint -c archival" (support 'svn' and 'hg')
- the fallback to SWH (for non-git VCS source)
WDYT?
All the best,
simon
PS:
I am not sure how to deal with <control@debbugs.gnu.org> to "clone" (split)
the bug #42162. That's why this one. :-)
zimoun (2):
gnu: mpfi: Replace 'url-fetch' by 'svn-fetch'.
gnu: gmp-ecm: Replace 'url-fetch' by 'svn-fetch'.
gnu/packages/algebra.scm | 28 +++++++++++++++++++++-------
gnu/packages/multiprecision.scm | 13 ++++++++-----
2 files changed, 29 insertions(+), 12 deletions(-)
base-commit: f5163902d7c3cfed5a97033f38e92d7158b19fa8
--
2.28.0