[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53818] [PATCH v3 0/7] Add Repology updater
From: |
Xinglu Chen |
Subject: |
[bug#53818] [PATCH v3 0/7] Add Repology updater |
Date: |
Wed, 09 Feb 2022 14:22:27 +0100 |
Changes since v2:
* Change ‘#:cached?’ argument to ‘#:http-fetch’.
* Invalidate cache in tests and make sure the requested URL is the one
we expect.
* Expound a bit on the documentation in the manual.
* Some more rules for guessing the Repology name of a package.
Xinglu Chen (7):
upstream: Sort list of updaters.
http-client: Make 'http-fetch/cached' take '#:headers' argument.
http-client: 'http-fetch/cached' accepts a string or a <uri>.
import: json: Make 'json-fetch' take '#:http-fetch' argument.
import: Add 'repology' updater.
gnu: xorg-server-xwayland: Set 'repology-name' property.
gnu: xorg-server-xwayland: Prepare for cross-compilation.
Makefile.am | 3 +
doc/guix.texi | 8 ++
gnu/packages/xorg.scm | 8 +-
guix/http-client.scm | 18 ++-
guix/import/json.scm | 9 +-
guix/import/repology.scm | 249 ++++++++++++++++++++++++++++++++++++++
guix/upstream.scm | 29 ++++-
tests/import-repology.scm | 150 +++++++++++++++++++++++
8 files changed, 457 insertions(+), 17 deletions(-)
create mode 100644 guix/import/repology.scm
create mode 100644 tests/import-repology.scm
base-commit: ad9cd004c81a01e33a605221a102f4d20abe442d
--
2.34.1
signature.asc
Description: PGP signature
- [bug#53818] [PATCH v2 5/7] import: Add 'repology' updater., (continued)
[bug#53818] [PATCH v2 3/7] http-client: 'http-fetch/cached' accepts a string or a <uri>., Xinglu Chen, 2022/02/07
[bug#53818] [PATCH v2 2/7] http-client: Make 'http-fetch/cached' take '#:headers' argument., Xinglu Chen, 2022/02/07
[bug#53818] [PATCH v2 6/7] gnu: xorg-server-xwayland: Set 'repology-name' property., Xinglu Chen, 2022/02/07
[bug#53818] [PATCH v2 7/7] gnu: xorg-server-xwayland: Prepare for cross-compilation., Xinglu Chen, 2022/02/07
[bug#53818] [PATCH v2 4/7] import: json: Make 'json-fetch' take '#:cached?' argument., Xinglu Chen, 2022/02/07
[bug#53818] [PATCH v3 0/7] Add Repology updater,
Xinglu Chen <=
- [bug#53818] [PATCH v3 2/7] http-client: Make 'http-fetch/cached' take '#:headers' argument., Xinglu Chen, 2022/02/09
- [bug#53818] [PATCH v3 3/7] http-client: 'http-fetch/cached' accepts a string or a <uri>., Xinglu Chen, 2022/02/09
- [bug#53818] [PATCH v3 1/7] upstream: Sort list of updaters., Xinglu Chen, 2022/02/09
- [bug#53818] [PATCH v3 4/7] import: json: Make 'json-fetch' take '#:http-fetch' argument., Xinglu Chen, 2022/02/09
- [bug#53818] [PATCH v3 7/7] gnu: xorg-server-xwayland: Prepare for cross-compilation., Xinglu Chen, 2022/02/09
- [bug#53818] [PATCH v3 6/7] gnu: xorg-server-xwayland: Set 'repology-name' property., Xinglu Chen, 2022/02/09
- [bug#53818] [PATCH v3 5/7] import: Add 'repology' updater., Xinglu Chen, 2022/02/09
[bug#53818] [PATCH 0/3] Add Repology updater, Ludovic Courtès, 2022/02/08