From: Mira Limbeck Date: Fri, 8 Oct 2021 12:23:31 +0000 (+0200) Subject: old repos: use /pve suffix, which has better compatibility X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=175971948babe3adfe983eaf5dbcde2d5f885427 old repos: use /pve suffix, which has better compatibility We switched configuring /etc/apt/auth.conf to use /debian/pve as path instead of just the old /debian for better compatibility with PVE and PBS getting co-installed on the same host. To match that stricter server definition the sources.list for pve-enterprise must contain the /pve at the end. Otherwise there is no match and updating via the pve-enterprise repository doesn't work. Signed-off-by: Mira Limbeck [ Thomas: adapted commit message and older repos as 6.x too ] Signed-off-by: Thomas Lamprecht --- diff --git a/pve-package-repos.adoc b/pve-package-repos.adoc index edb9ae0..84141b4 100644 --- a/pve-package-repos.adoc +++ b/pve-package-repos.adoc @@ -226,11 +226,11 @@ these repositories is still provided. |=========================================================== |Repository | sources.list entry |{pve} 6.x Enterprise | -deb https://enterprise.proxmox.com/debian buster pve-enterprise +deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise |{pve} 6.x No-Subscription | -deb http://download.proxmox.com/debian buster pve-no-subscription +deb http://download.proxmox.com/debian/pve buster pve-no-subscription |{pve} 6.x Test | -deb http://download.proxmox.com/debian buster pvetest +deb http://download.proxmox.com/debian/pve buster pvetest |=========================================================== @@ -245,11 +245,11 @@ these repositories is still provided. |=========================================================== |Repository | sources.list entry |{pve} 5.x Enterprise | -deb https://enterprise.proxmox.com/debian stretch pve-enterprise +deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise |{pve} 5.x No-Subscription | -deb http://download.proxmox.com/debian stretch pve-no-subscription +deb http://download.proxmox.com/debian/pve stretch pve-no-subscription |{pve} 5.x Test | -deb http://download.proxmox.com/debian stretch pvetest +deb http://download.proxmox.com/debian/pve stretch pvetest |=========================================================== @@ -264,11 +264,11 @@ these repositories is still provided. |=========================================================== |Repository | sources.list entry |{pve} 4.x Enterprise | -deb https://enterprise.proxmox.com/debian jessie pve-enterprise +deb https://enterprise.proxmox.com/debian/pve jessie pve-enterprise |{pve} 4.x No-Subscription | -deb http://download.proxmox.com/debian jessie pve-no-subscription +deb http://download.proxmox.com/debian/pve jessie pve-no-subscription |{pve} 4.x Test | -deb http://download.proxmox.com/debian jessie pvetest +deb http://download.proxmox.com/debian/pve jessie pvetest |=========================================================== @@ -283,11 +283,11 @@ these repositories is still provided. |=========================================================== |Repository | sources.list entry |{pve} 3.x Enterprise | -deb https://enterprise.proxmox.com/debian wheezy pve-enterprise +deb https://enterprise.proxmox.com/debian/pve wheezy pve-enterprise |{pve} 3.x No-Subscription | -deb http://download.proxmox.com/debian wheezy pve-no-subscription +deb http://download.proxmox.com/debian/pve wheezy pve-no-subscription |{pve} 3.x Test | -deb http://download.proxmox.com/debian wheezy pvetest +deb http://download.proxmox.com/debian/pve wheezy pvetest |===========================================================