From 07f7c83349a5af80dcbb80ac6f2a8a12dbfdb97b Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Mon, 15 May 2023 17:02:15 +0200 Subject: Change branch references to HEAD where possible or main otherwise This updates CI, documentation, and similar to work with a `main` branch. It also renames references to *other* repositories to work, as well, which additionally makes it easier to search for remaining references. --- ci/linux-s390x.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/linux-s390x.sh') diff --git a/ci/linux-s390x.sh b/ci/linux-s390x.sh index 68324befb3..0eafa6b583 100644 --- a/ci/linux-s390x.sh +++ b/ci/linux-s390x.sh @@ -5,7 +5,7 @@ set -ex mkdir -m 777 /qemu cd /qemu -curl --retry 5 -LO https://github.com/qemu/qemu/raw/master/pc-bios/s390-ccw.img +curl --retry 5 -LO https://github.com/qemu/qemu/raw/HEAD/pc-bios/s390-ccw.img curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20220914/images/generic/kernel.debian curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20220914/images/generic/initrd.debian -- cgit v1.2.1