[OSSTEST PATCH] Use updated mirror for buster armhf, and update debian-installer

Anthony PERARD posted 1 patch 10 months, 1 week ago
Failed in applying to current master (apply log)
production-config | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
[OSSTEST PATCH] Use updated mirror for buster armhf, and update debian-installer
Posted by Anthony PERARD 10 months, 1 week ago
This reverts commit b838a9daeb3b ("production-config: Use a snapshot
for buster armhf")

Installation now fails with "Invalid Release signature", while
downloading the "Release" file of a repo.

But, using the main mirror for armhf boxes seems to work fine now.

To use the live mirror, we need to update the debian-installer as
there's a newer version of the kernel. Otherwise, installation fails
with the installer not able to find the disk.

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

Notes:
    I've tested this with just the *armhf* jobs, which works. So I'm going
    to push that to osstest right away and let it do a full flight test.

 production-config | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/production-config b/production-config
index 78ad768e..2c44805c 100644
--- a/production-config
+++ b/production-config
@@ -91,9 +91,7 @@ TftpNetbootGroup osstest
 TftpDiVersion_wheezy 2016-06-08
 TftpDiVersion_jessie 2018-06-26
 TftpDiVersion_stretch 2020-09-24
-TftpDiVersion_buster 2022-03-28
-
-DebianMirror_buster_armhf http://snapshot.debian.org/archive/debian/20210124T203726Z/
+TftpDiVersion_buster 2023-06-20
 
 DebianSnapshotBackports_jessie http://snapshot.debian.org/archive/debian/20190206T211314Z/
 
-- 
Anthony PERARD