mirror of
https://github.com/KDE/kde-linux.git
synced 2026-08-02 10:17:36 -04:00
debug++
This commit is contained in:
committed by
Aleix Pol i Gonzalez
parent
5f4b63a602
commit
d02b9b90eb
6
build.sh
6
build.sh
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user