all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48971] [PATCH 0/2] Add SWH support for Hg repositories
@ 2021-06-12 11:52 Xinglu Chen
  2021-06-12 11:57 ` [bug#48971] [PATCH 1/2] swh: Support lookup of Hg tags Xinglu Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Xinglu Chen @ 2021-06-12 11:52 UTC (permalink / raw)
  To: 48971

This series adds SWH support for Hg repositories, meaning that if the
upstream Hg repository is missing, Guix will try to fetch the source
from SWH.  SWH has archived more than 250 000 Hg repositories that were
previously hosted od BitBucket, so I think will be a useful feature.  :)

  https://www.softwareheritage.org/2020/09/17/250-000-endangered-mercurial-repositories-rescued/

Xinglu Chen (2):
  swh: Support lookup of Hg tags.
  hg-download: Support falling back to SWH.

 guix/hg-download.scm | 31 ++++++++++++++++++++++++++++---
 guix/swh.scm         | 10 ++++++++--
 2 files changed, 36 insertions(+), 5 deletions(-)


base-commit: 00727470b92e0b8ab0e00dd2cd87495c0c136341
-- 
2.32.0






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

end of thread, other threads:[~2021-06-16  5:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-12 11:52 [bug#48971] [PATCH 0/2] Add SWH support for Hg repositories Xinglu Chen
2021-06-12 11:57 ` [bug#48971] [PATCH 1/2] swh: Support lookup of Hg tags Xinglu Chen
2021-06-12 11:57 ` [bug#48971] [PATCH 2/2] hg-download: Support falling back to SWH Xinglu Chen
2021-06-14 16:44 ` [bug#48971] [PATCH 0/2] Add SWH support for Hg repositories Ludovic Courtès
2021-06-15  5:37   ` Xinglu Chen
2021-06-16  5:23 ` zimoun

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.