missing --system directive

flatpaks lin_flatpaks17
nr0q 2023-10-22 16:59:40 -05:00
rodzic 53426546c0
commit 46e05aba90
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 3996435FD92CC88F
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -149,7 +149,7 @@ linux:package:
echo 'pinentry-mode loopback' >> ~/.gnupg/gpg.conf
echo 'allow-loopback-pinentry' >> ~/.gnupg/gpg-agent.conf
apt-get install flatpak flatpak-builder -y
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --if-not-exists --system flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install org.freedesktop.Sdk//1.6 -y
flatpak install org.freedesktop.Platform//1.6 -y
echo -e "\e[0Ksection_end:`date +%s`:apt_get\r\e[0K"
@ -179,7 +179,7 @@ linux:package:
mv ../*.{deb,buildinfo,changes} artifacts/
echo -e "\e[0Ksection_end:`date +%s`:debian_build\r\e[0K"
echo -e "\e[0Ksection_start:`date +%s`:flatpaks\e[0KBuilding Flatpak"
flatpak-builder flatpak flatpak_x64_manifest.yml --force-clean --repo=flathub --allow-missing-runtimes
flatpak-builder flatpak flatpak_x64_manifest.yml --force-clean --repo=flathub --allow-missing-runtimes --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
flatpak build-bundle flatpakrepo GridTracker-${VER}-x86_64.flatpak org.gridtracker.GridTracker
mv *.flatpak artifacts/
echo -e "\e[0Ksection_end:`date +%s`:flatpaks\r\e[0K"
@ -260,7 +260,7 @@ arm:package:
echo 'allow-loopback-pinentry' >> ~/.gnupg/gpg-agent.conf
apt-get build-dep .
apt-get install flatpak flatpak-builder -y
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --if-not-exists --system flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install org.freedesktop.Sdk//1.6 -y
flaptak install org.freedesktop.Platform//1.6 -y
echo -e "\e[0Ksection_end:`date +%s`:apt_get\r\e[0K"
@ -308,7 +308,7 @@ arm:package:
echo "Building flatpak source..."
flatpak-builder flatpak flatpak_arm64_manifest.yml --force-clean --repo=flathub --allow-missing-runtimes
echo "Exporting single-file flatpak..."
flatpak build-bundle flatpakrepo GridTracker-${VER}-arm64.flatpak org.gridtracker.GridTracker
flatpak build-bundle flatpakrepo GridTracker-${VER}-arm64.flatpak org.gridtracker.GridTracker --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
mv *.flatpak artifacts/
echo -e "\e[0Ksection_end:`date +%s`:flatpaks\r\e[0K"
echo "we made ARM packages!"