[PATCH] osstest: update Debian Buster install CD media to 10.12

Roger Pau Monne posted 1 patch 1 year, 12 months ago
Failed in applying to current master (apply log)
production-config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] osstest: update Debian Buster install CD media to 10.12
Posted by Roger Pau Monne 1 year, 12 months ago
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
 production-config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/production-config b/production-config
index 9d2e7e0e..95d663dd 100644
--- a/production-config
+++ b/production-config
@@ -101,8 +101,8 @@ DebianSnapshotBackports_jessie http://snapshot.debian.org/archive/debian/2019020
 DebianImageVersion_wheezy 7.2.0
 DebianImageVersion_jessie 8.2.0
 DebianImageVersion_stretch 9.4.0
-DebianImageFile_buster_amd64 debian-10.2.0-amd64-xfce-CD-1.iso
-DebianImageFile_buster_i386 debian-10.2.0-i386-xfce-CD-1.iso
+DebianImageFile_buster_amd64 debian-10.12.0-amd64-xfce-CD-1.iso
+DebianImageFile_buster_i386 debian-10.12.0-i386-xfce-CD-1.iso
 
 
 # Update with ./mg-netgrub-loader-update
-- 
2.35.1


Re: [PATCH] osstest: update Debian Buster install CD media to 10.12
Posted by Ian Jackson 1 year, 11 months ago
Roger Pau Monne writes ("[PATCH] osstest: update Debian Buster install CD media to 10.12"):
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>

Acked-by: Ian Jackson <ijackson@chiark.greenend.org.uk>

Is this just a routine update, OOI, or was this to fix something ?

Thanks,
Ian.
Re: [PATCH] osstest: update Debian Buster install CD media to 10.12
Posted by Roger Pau Monné 1 year, 11 months ago
On Thu, May 12, 2022 at 03:51:56PM +0100, Ian Jackson wrote:
> Roger Pau Monne writes ("[PATCH] osstest: update Debian Buster install CD media to 10.12"):
> > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> 
> Acked-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
> 
> Is this just a routine update, OOI, or was this to fix something ?

Mostly an update.  We have also noticed that in the i386 HVM installs
sometimes a softlockup happens, so an update might help with that.
It's a heisenbug so it's early to know whether the update did fix it
(it didn't happen on my test run FWIW).

Thanks.