From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 284F173B36 for ; Fri, 8 Oct 2021 14:32:06 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 19E72270F5 for ; Fri, 8 Oct 2021 14:31:36 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 66CEE270EC for ; Fri, 8 Oct 2021 14:31:35 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 672B045A7D for ; Fri, 8 Oct 2021 14:23:34 +0200 (CEST) From: Mira Limbeck To: pve-devel@lists.proxmox.com Date: Fri, 8 Oct 2021 14:23:31 +0200 Message-Id: <20211008122331.250189-1-m.limbeck@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.690 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_ASCII_DIVIDERS 0.8 Spam that uses ascii formatting tricks KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods NO_DNS_FOR_FROM 0.001 Envelope sender has no MX or A DNS records POISEN_SPAM_PILL 0.1 Meta: its spam POISEN_SPAM_PILL_1 0.1 random spam to be learned in bayes POISEN_SPAM_PILL_3 0.1 random spam to be learned in bayes SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Subject: [pve-devel] [PATCH docs] fix PVE 6 repository entries X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2021 12:32:06 -0000 With the release of PBS, and switching /etc/apt/auth.conf to use /debian/pve as path instead of just /debian, 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 --- pve-package-repos.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pve-package-repos.adoc b/pve-package-repos.adoc index edb9ae0..82c8a36 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 |=========================================================== -- 2.30.2