[OSSTEST PATCH] production-config: override mirror url for buster, use archive

Anthony PERARD posted 1 patch 2 weeks, 4 days ago
Failed in applying to current master (apply log)
production-config | 2 ++
1 file changed, 2 insertions(+)
[OSSTEST PATCH] production-config: override mirror url for buster, use archive
Posted by Anthony PERARD 2 weeks, 4 days ago
buster-backport isn't available on the main mirror anymore.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---

Notes:
    I've tested the patch already, so I'll push that soon.

 production-config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/production-config b/production-config
index 6345c40c..5b0c640d 100644
--- a/production-config
+++ b/production-config
@@ -95,6 +95,8 @@ TftpDiVersion_buster 2023-06-20
 
 DebianSnapshotBackports_jessie http://snapshot.debian.org/archive/debian/20190206T211314Z/
 
+DebianMirror_buster http://archive.debian.org/debian/
+
 # For ISO installs
 DebianImageVersion_wheezy 7.2.0
 DebianImageVersion_jessie 8.2.0
-- 
Anthony PERARD
Re: [OSSTEST PATCH] production-config: override mirror url for buster, use archive
Posted by Roger Pau Monné 2 weeks, 4 days ago
On Mon, Apr 15, 2024 at 09:17:08AM +0100, Anthony PERARD wrote:
> buster-backport isn't available on the main mirror anymore.
> 
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Please push ASAP.

Thanks, Roger.