[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48971] [PATCH 0/2] Add SWH support for Hg repositories
From: |
Xinglu Chen |
Subject: |
[bug#48971] [PATCH 0/2] Add SWH support for Hg repositories |
Date: |
Sat, 12 Jun 2021 13:52:23 +0200 |
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
- [bug#48971] [PATCH 0/2] Add SWH support for Hg repositories,
Xinglu Chen <=