osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/40656?usp=email )


Change subject: repo-install-test: debian10: use archive mirror
......................................................................

repo-install-test: debian10: use archive mirror

Related: OS#6811
Change-Id: I5c6d6624c083e103927942f62e76fbb7b87127a8
---
M scripts/repo-install-test.sh
1 file changed, 7 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/56/40656/1

diff --git a/scripts/repo-install-test.sh b/scripts/repo-install-test.sh
index 9345876..27bb450 100755
--- a/scripts/repo-install-test.sh
+++ b/scripts/repo-install-test.sh
@@ -143,6 +143,13 @@
                # https://almalinux.org/blog/2023-12-20-almalinux-8-key-update/
                qemu_ssh dnf upgrade -y almalinux-release
                ;;
+       debian10)
+               qemu_ssh sed \
+                       -i \
+                       -e s/deb.debian.org/archive.debian.org/g \
+                       -e s/security.debian.org/archive.debian.org/g \
+                       /etc/apt/sources.list
+               ;;
        esac
 }
 

--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/40656?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I5c6d6624c083e103927942f62e76fbb7b87127a8
Gerrit-Change-Number: 40656
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>

Reply via email to