[gnome-keysign/flatpak] flatpak: Updated README to reflect a newer runtime
- From: Tobias Mueller <tobiasmue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keysign/flatpak] flatpak: Updated README to reflect a newer runtime
- Date: Mon, 12 Feb 2018 20:05:18 +0000 (UTC)
commit b94ee6c182d31ad0beb5282ac4aa2d4a25d97f31
Author: Tobias Mueller <muelli cryptobitch de>
Date: Thu Feb 8 13:23:33 2018 +0100
flatpak: Updated README to reflect a newer runtime
as well as fixes for a more modern flatpak-builder. Our roots are 1.5
years old and the world has moved a little bit since then. For example,
you cannot simply choose any directory any more. It has to be on the
same filesystem as something else that flatpak-builder requires.
flatpak/README.rst | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
---
diff --git a/flatpak/README.rst b/flatpak/README.rst
index 339ec81..06fad62 100644
--- a/flatpak/README.rst
+++ b/flatpak/README.rst
@@ -1,20 +1,16 @@
-https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=flatpak/build.sh;h=8b381c2fed1a9b47b923e8a205f348473d03f419;hb=HEAD
-https://git.gnome.org/browse/pitivi/tree/build/flatpak
-
-
Building
--------------
Build the software in flatpak using a command like this:
- flatpak-builder --force-clean -v --repo=/tmp/fb.repo --gpg-sign=tobiasmue gnome org /tmp/fpbuilder
org.gnome.Keysign.json
+ flatpak-builder --force-clean -v --repo=/var/tmp/fb.repo --gpg-sign=tobiasmue gnome org fpbuilder
org.gnome.Keysign.json
-That will have populated the *repository* in /tmp/fb.repo with the build.
+That will have populated the *repository* in /var/tmp/fb.repo with the build.
Then, you have to make the build known in the repository:
- flatpak build-update-repo --title='GNOME Keysign' --generate-static-deltas --prune --prune-depth=5
--gpg-sign="tobiasmue gnome org" /tmp/fb.repo
+ flatpak build-update-repo --title='GNOME Keysign' --generate-static-deltas --prune --prune-depth=5
--gpg-sign="tobiasmue gnome org" /var/tmp/fb.repo
To create a bundle file, use something like the following:
@@ -26,7 +22,7 @@ To create a bundle file, use something like the following:
flatpak build-bundle \
--repo-url=https://muelli.cryptobitch.de/flatpak \
- --gpg-keys="$HOME/tobiasmue gnome org gpg asc" /tmp/fb.repo \
+ --gpg-keys="$HOME/tobiasmue gnome org gpg asc" /var/tmp/fb.repo \
GNOME-Keysign.flatpak org.gnome.Keysign \
master
@@ -67,7 +63,7 @@ above.
Then, you can simply copy the local repository directory to a remote location:
- rsync --delete --numeric-ids -r --partial --progress -v --links /tmp/fb.repo/
server:~/public_html/flatpak/
+ rsync --delete --numeric-ids -r --partial --progress -v --links /var/tmp/fb.repo/
server:~/public_html/flatpak/
Note that if "summary" and "summary.sig" do not get copied last,
a client won't be able to pull the lastest changes while they
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]