Hotfix: Own as the Build User

This commit is contained in:
Hadi Chokr
2026-02-25 11:04:22 +01:00
parent c6b874ae3e
commit bb550fc9cd
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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