mirror of
https://github.com/KDE/kde-linux.git
synced 2026-05-19 05:48:58 -04:00
Final Hotfix for real
This commit is contained in:
14
build.sh
14
build.sh
@@ -105,13 +105,13 @@ DESTDIR=$PWD/mkosi.extra make --directory=etc-factory install
|
||||
mkdir -p mkosi.output mkosi.cache
|
||||
chown root:root mkosi.output mkosi.cache
|
||||
|
||||
mkosi \
|
||||
--environment="CI_COMMIT_SHORT_SHA=${CI_COMMIT_SHORT_SHA:-unknownSHA}" \
|
||||
--environment="CI_COMMIT_SHA=${CI_COMMIT_SHA:-unknownSHA}" \
|
||||
--environment="CI_PIPELINE_URL=${CI_PIPELINE_URL:-https://invent.kde.org}" \
|
||||
--environment="VERSION_DATE=${VERSION_DATE}" \
|
||||
--image-version="$VERSION" \
|
||||
"$@"
|
||||
sudo mkosi \
|
||||
--environment="CI_COMMIT_SHORT_SHA=${CI_COMMIT_SHORT_SHA:-unknownSHA}" \
|
||||
--environment="CI_COMMIT_SHA=${CI_COMMIT_SHA:-unknownSHA}" \
|
||||
--environment="CI_PIPELINE_URL=${CI_PIPELINE_URL:-https://invent.kde.org}" \
|
||||
--environment="VERSION_DATE=${VERSION_DATE}" \
|
||||
--image-version="$VERSION" \
|
||||
"$@"
|
||||
|
||||
# Adjust mtime to reduce unnecessary churn between images caused by us rebuilding repos that have possible not changed in source or binary interfaces.
|
||||
if [ -f "$PWD/.secure_files/ssh.key" ]; then
|
||||
|
||||
Reference in New Issue
Block a user