5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-21 18:03:45 +03:00

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 <m.limbeck@proxmox.com>
 [ Thomas: adapted commit message and older repos as 6.x too ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Mira Limbeck 2021-10-08 14:23:31 +02:00 committed by Thomas Lamprecht
parent 95e8e1b766
commit 175971948b

View File

@ -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
|===========================================================