From 8500c7e1d6adcf0ac238bbf50bf22fbb92da6bbc Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Wed, 27 May 2026 02:09:35 +0200 Subject: [PATCH] ci: throw out the old kde-linux repos pacman.conf use the upstream one instead. we no longer have our own repo! --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57546e9..ceed57d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,7 @@ imaging: variables: &variables RUNNER_AFTER_SCRIPT_TIMEOUT: 1h script: + - sudo cp /etc/pacman.conf.nolinux /etc/pacman.conf # can be dropped once an image rebuild has happened after 2026-05-27 - sudo ./build.sh --force --debug # bootstap.sh happens as part of CI image build after_script: - ./upload-to-storage.sh || true @@ -54,6 +55,7 @@ imaging+publish: id_tokens: *tokens variables: *variables script: + - sudo cp /etc/pacman.conf.nolinux /etc/pacman.conf # can be dropped once an image rebuild has happened after 2026-05-27 - sudo pacman --sync --refresh --noconfirm curl which git - curl -s https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer | bash - sudo ./build.sh --force --debug # bootstap.sh happens as part of CI image build