Use the osuosl mirror for deb packages in image builds

The linaro cloud will be shutdown in the near future which means its
mirror will go away. Stop using its mirror for deb package content and
pull those packages from the osuosl mirror instead. This has the added
benefit of fetching the packages from the mirror that is local to the
builder which should be more efficient.

Change-Id: I5ea798faa0cb571834050f0082c7cf782e2641df
This commit is contained in:
Clark Boylan 2024-07-26 14:55:46 -07:00
parent 035d849fb2
commit c45508b2fa

@ -203,7 +203,7 @@ diskimages:
- ubuntu-minimal - ubuntu-minimal
release: bionic release: bionic
env-vars: env-vars:
DIB_DISTRIBUTION_MIRROR: 'http://mirror.regionone.linaro.opendev.org/ubuntu-ports' DIB_DISTRIBUTION_MIRROR: 'http://mirror.regionone.osuosl.opendev.org/ubuntu-ports'
DIB_DEBIAN_COMPONENTS: 'main,universe' DIB_DEBIAN_COMPONENTS: 'main,universe'
- name: ubuntu-focal-arm64 - name: ubuntu-focal-arm64
@ -212,7 +212,7 @@ diskimages:
- ubuntu-minimal - ubuntu-minimal
release: focal release: focal
env-vars: env-vars:
DIB_DISTRIBUTION_MIRROR: 'http://mirror.regionone.linaro.opendev.org/ubuntu-ports' DIB_DISTRIBUTION_MIRROR: 'http://mirror.regionone.osuosl.opendev.org/ubuntu-ports'
DIB_DEBIAN_COMPONENTS: 'main,universe' DIB_DEBIAN_COMPONENTS: 'main,universe'
- name: ubuntu-jammy-arm64 - name: ubuntu-jammy-arm64
@ -222,7 +222,7 @@ diskimages:
release: jammy release: jammy
rebuild-age: 172800 # 2 days rebuild-age: 172800 # 2 days
env-vars: env-vars:
DIB_DISTRIBUTION_MIRROR: 'https://mirror.regionone.linaro.opendev.org/ubuntu-ports' DIB_DISTRIBUTION_MIRROR: 'https://mirror.regionone.osuosl.opendev.org/ubuntu-ports'
DIB_DEBIAN_COMPONENTS: 'main,universe' DIB_DEBIAN_COMPONENTS: 'main,universe'
- name: ubuntu-noble-arm64 - name: ubuntu-noble-arm64
@ -232,7 +232,7 @@ diskimages:
release: noble release: noble
rebuild-age: 172800 # 2 days rebuild-age: 172800 # 2 days
env-vars: env-vars:
DIB_DISTRIBUTION_MIRROR: 'https://mirror.regionone.linaro.opendev.org/ubuntu-ports' DIB_DISTRIBUTION_MIRROR: 'https://mirror.regionone.osuosl.opendev.org/ubuntu-ports'
DIB_DEBIAN_COMPONENTS: 'main,universe' DIB_DEBIAN_COMPONENTS: 'main,universe'
- name: debian-bookworm-arm64 - name: debian-bookworm-arm64
@ -242,7 +242,7 @@ diskimages:
release: bookworm release: bookworm
rebuild-age: 172800 # 2 days rebuild-age: 172800 # 2 days
env-vars: env-vars:
DIB_DISTRIBUTION_MIRROR: 'https://mirror.regionone.linaro.opendev.org/debian' DIB_DISTRIBUTION_MIRROR: 'https://mirror.regionone.osuosl.opendev.org/debian'
- name: debian-bullseye-arm64 - name: debian-bullseye-arm64
parent: base-debuntu parent: base-debuntu
@ -251,7 +251,7 @@ diskimages:
- debian-minimal - debian-minimal
release: bullseye release: bullseye
env-vars: env-vars:
DIB_DISTRIBUTION_MIRROR: 'https://mirror.regionone.linaro.opendev.org/debian' DIB_DISTRIBUTION_MIRROR: 'https://mirror.regionone.osuosl.opendev.org/debian'
- name: centos-8-stream-arm64 - name: centos-8-stream-arm64
parent: base parent: base
@ -282,7 +282,7 @@ diskimages:
- openeuler-minimal - openeuler-minimal
release: 22.03-LTS release: 22.03-LTS
env-vars: env-vars:
DIB_DISTRIBUTION_MIRROR: 'http://mirror.regionone.linaro.opendev.org/openeuler' DIB_DISTRIBUTION_MIRROR: 'http://mirror.regionone.osuosl.opendev.org/openeuler'
- name: rockylinux-9-arm64 - name: rockylinux-9-arm64
parent: base parent: base