1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-19 17:06:50 +00:00

Add scripts to build Novus for the repo

This commit is contained in:
Joshua Goins 2025-03-17 21:43:09 -04:00
parent 2fe2dda5dc
commit 0e1fcebd63
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#!/bin/sh
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo &&
flatpak-builder build -vv --user --force-clean --install-deps-from=flathub zone.xiv.novus.yml --gpg-sign=0xD28B9141A3B3A73A --repo=/home/josh/sources/flatpak-distrib &&
flatpak build-update-repo -vv --gpg-sign=0xD28B9141A3B3A73A --generate-static-deltas --prune /home/josh/sources/flatpak-distrib

3
scripts/copy-repo-to-server.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
rsync -e "ssh -p 38901 -o StrictHostKeyChecking=no" --recursive /home/josh/sources/flatpak-distrib/ ryne.moe:/srv/http/astra-distrib/flatpak