From: Fabian Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH-SERIES proxmox-apt/proxmox-widget-toolkit] APT repos: Use Origin property instead of "official host"
Date: Wed, 30 Jun 2021 12:20:15 +0200 [thread overview]
Message-ID: <20210630102019.39057-1-f.ebner@proxmox.com> (raw)
which also works for mirrors, host aliases and direct IP addressses.
The third proxmox-apt patch is not directly related, but another small
improvement.
Requires the not-yet-applied patches for pve-rs and pve-manager from
here:
https://lists.proxmox.com/pipermail/pve-devel/2021-June/048963.html
It's necessary to re-build pve-rs to get the changes of course. For
pve-manger no changes should be required.
proxmox-apt:
Fabian Ebner (3):
add get_cached_origin method and an initial config module
check: return 'origin' property instead of 'badge' for official host
standard repos: drop product acronym from repo name
Cargo.toml | 1 +
debian/control | 2 +
src/config.rs | 35 +
src/lib.rs | 1 +
src/repositories/file.rs | 17 +-
src/repositories/mod.rs | 14 +-
src/repositories/repository.rs | 112 +-
src/repositories/standard.rs | 21 +-
...ox.com_debian_pve_dists_bullseye_InRelease | 38 +
...rg_debian_dists_bullseye-updates_InRelease | 394 ++++
...debian.org_debian_dists_bullseye_InRelease | 1593 +++++++++++++++++
...security_dists_bullseye-security_InRelease | 426 +++++
tests/repositories.rs | 77 +-
13 files changed, 2677 insertions(+), 54 deletions(-)
create mode 100644 src/config.rs
create mode 100644 tests/lists/download.proxmox.com_debian_pve_dists_bullseye_InRelease
create mode 100644 tests/lists/ftp.debian.org_debian_dists_bullseye-updates_InRelease
create mode 100644 tests/lists/ftp.debian.org_debian_dists_bullseye_InRelease
create mode 100644 tests/lists/security.debian.org_debian-security_dists_bullseye-security_InRelease
proxmox-widget-toolkit:
Fabian Ebner (1):
apt repositories: replace OfficialHost with Origin
src/node/APTRepositories.js | 28 ++++++++--------------------
1 file changed, 8 insertions(+), 20 deletions(-)
--
2.30.2
next reply other threads:[~2021-06-30 10:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-30 10:20 Fabian Ebner [this message]
2021-06-30 10:20 ` [pve-devel] [PATCH proxmox-apt 1/3] add get_cached_origin method and an initial config module Fabian Ebner
2021-06-30 10:20 ` [pve-devel] [PATCH proxmox-apt 2/3] check: return 'origin' property instead of 'badge' for official host Fabian Ebner
2021-06-30 10:20 ` [pve-devel] [PATCH proxmox-apt 3/3] standard repos: drop product acronym from repo name Fabian Ebner
2021-06-30 10:20 ` [pve-devel] [PATCH proxmox-widget-toolkit 1/1] apt repositories: replace OfficialHost with Origin Fabian Ebner
2021-06-30 11:42 ` [pve-devel] applied-series: [PATCH-SERIES proxmox-apt/proxmox-widget-toolkit] APT repos: Use Origin property instead of "official host" Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210630102019.39057-1-f.ebner@proxmox.com \
--to=f.ebner@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.