diff options
author | Simo Fält <[email protected]> | 2025-07-23 12:23:46 +0300 |
---|---|---|
committer | Jukka Jokiniva <[email protected]> | 2025-08-04 06:53:11 +0000 |
commit | 050897a64b76c06dedd5922628e97b6afdb45ef5 (patch) | |
tree | 3fbbd1f4e98f612ab8b8c5017623a5de489f19b7 | |
parent | 8e921c3ad6cdda02ebecfbe04dd7a150945a44ab (diff) |
Provisioning: Use bullseye-backports repo from archive6.7
Bullseye-backports has reached end-of-life and is no longer
supported or updated.
Change-Id: If154155507e159333c0d0b638fc6910b1814665a
Reviewed-by: Patrik Teivonen <[email protected]>
(cherry picked from commit 8882c8cac407eecbefe9fbe00def984ce05e71f3)
Reviewed-by: Antti Kokko <[email protected]>
-rwxr-xr-x | coin/provisioning/qtci-linux-Debian-11.6-aarch64/02-apt.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/provisioning/qtci-linux-Debian-11.6-aarch64/02-apt.sh b/coin/provisioning/qtci-linux-Debian-11.6-aarch64/02-apt.sh index 3ae69ebd0..1eb00e24f 100755 --- a/coin/provisioning/qtci-linux-Debian-11.6-aarch64/02-apt.sh +++ b/coin/provisioning/qtci-linux-Debian-11.6-aarch64/02-apt.sh @@ -21,9 +21,9 @@ done echo "Using public repositories for now. Repo-clones isn't set yet for Debian use" # (ping -c 3 repo-clones.ci.qt.io && set_internal_repo) || echo "Internal package repository not found. Using public repositories." -echo "deb http://deb.debian.org/debian bullseye-backports main" | sudo tee -a /etc/apt/sources.list -echo "deb-src http://deb.debian.org/debian bullseye-backports main" | sudo tee -a /etc/apt/sources.list +echo "deb https://archive.debian.org/debian bullseye-backports main" | sudo tee -a /etc/apt/sources.list +echo "deb-src https://archive.debian.org/debian bullseye-backports main" | sudo tee -a /etc/apt/sources.list # Make sure needed ca-certificates are available installPackages+=(ca-certificates) # Git is not needed by builds themselves, but is nice to have |