mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-18 05:29:01 -04:00
Hotfix: Own as the Build User
This commit is contained in:
1
build.sh
1
build.sh
@@ -196,5 +196,6 @@ zstd --threads=0 --rm ${OUTPUT}_root-x86-64.tar
|
||||
# TODO before accepting new uploads perform sanity checks on the artifacts (e.g. the tar being well formed)
|
||||
|
||||
# efi images and torrents are 700, make them readable so the server can serve them
|
||||
chown -R "$USER":"$USER" mkosi.output
|
||||
chmod go+r "$OUTPUT".* ./mkosi.output/*.efi ./mkosi.output/*.torrent
|
||||
ls -lah
|
||||
|
||||
@@ -17,7 +17,7 @@ if [ ! -d upload-tree ]; then
|
||||
# Skip test images
|
||||
continue
|
||||
fi
|
||||
sudo mv "$f" upload-tree/
|
||||
mv "$f" upload-tree/
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user