This commit is contained in:
Harald Sitter
2026-07-02 11:10:07 +02:00
committed by Aleix Pol i Gonzalez
parent 5f4b63a602
commit d02b9b90eb

View File

@@ -10,6 +10,9 @@
set -ex
wget --header "Authorization: Bearer $CI_JOB_TOKEN" -O job "$CI_API_V4_URL/job"
cat job
# Creates a sysext containing the KDE debug symbols, downloaded from the packages pipeline.
make_debug_archive () {
# Create an empty directory at /var/tmp/debugroot to extract the debug symbols into before compressing.
@@ -217,6 +220,9 @@ systemd-repart \
--el-torito-publisher="KDE" \
"$ISO"
wget --header "Authorization: Bearer $CI_JOB_TOKEN" -O job "$CI_API_V4_URL/job"
cat job
# Incase the owner is root
sudo chown -R `whoami`:`whoami` mkosi.output