[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] Debian preseed: Disable security archive for jessie arm64
jessie arm64 is out of security support, see https://wiki.debian.org/LTS and the security archive at http://security.debian.org/dists/jessie/updates/main/binary-arm64 is gone. This causes autoinstallation to fail. We don't really care much about the lack of security support, so override the set of `apt services'. I have tested that this can once again now install on arm64 on one of the laxtons. Because currently all arm64 tests are broken, and this change affects only arm64, I will force push it right away. CC: Julien Grall <julien.grall@xxxxxxxxxx> CC: Juergen Gross <jgross@xxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- Osstest/Debian.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 4c98c2a..c685825 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -929,6 +929,11 @@ END d-i mirror/suite string $suite END + $preseed .= <<'END' +d-i apt-setup/services-select multiselect updates +END + if $suite =~ m/jessie/ && $r{arch} eq 'arm64'; + $preseed .= <<"END"; ### END OF DEBIAN PRESEED BASE -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |