Message ID | 20230621102426.19955-1-anthony.perard@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [OSSTEST] Use updated mirror for buster armhf, and update debian-installer | expand |
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/
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(-)