Skip to content

Commit

Permalink
openeuler: Switch to Berkeley OCF mirror
Browse files Browse the repository at this point in the history
Connectivity from builders to the primary mirror has been flaky:

+ distrobuilder --cache-dir /root/build/cache/ --timeout 7200 build-dir image.yaml rootfs -o image.serial=20240906_18:19 -o image.architecture=aarch64 -o image.release=24.03 -o image.variant=default
time="2024-09-06T18:19:22Z" level=info msg="Downloading source"
Error: Error while downloading source: Failed to download https://repo.openeuler.org/openEuler-24.03-LTS/ISO/aarch64/openEuler-24.03-LTS-aarch64-dvd.iso: stream error: stream ID 7; INTERNAL_ERROR; received from peer
time="2024-09-06T18:47:35Z" level=error msg="Failed running distrobuilder" err="Error while downloading source: Failed to download https://repo.openeuler.org/openEuler-24.03-LTS/ISO/aarch64/openEuler-24.03-LTS-aarch64-dvd.iso: stream error: stream ID 7; INTERNAL_ERROR; received from peer"
time="2024-09-06T18:47:35Z" level=info msg="Removing cache directory"

Fixes #843
  • Loading branch information
kdrag0n committed Sep 8, 2024
1 parent b77e9f1 commit 1c4dd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/openeuler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
openEuler {{ image.release }}
source:
downloader: openeuler-http
url: https://repo.openeuler.org
url: https://mirrors.ocf.berkeley.edu/openeuler
targets:
lxc:
create_message: |
Expand Down

0 comments on commit 1c4dd92

Please sign in to comment.