[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - solenv/flatpak-manifest.in
Stephan Bergmann
sbergman at redhat.com
Wed Sep 6 10:17:38 UTC 2017
solenv/flatpak-manifest.in | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit a8cd70cd0a1cc24e678af02e08b46f3fbafc6a82
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Sep 6 10:10:37 2017 +0200
Move git source details to solenv/flatpak-manifest.in
...from dev-tools' flatpak/build.sh, as the Flathub build plans to use that git
source, too
Change-Id: I5a23ad0eddd8b7d89e941217c66f5354936c10fc
(cherry picked from commit 2a74f9d8055cadd3da00a45486a8fcdab3e94715)
Reviewed-on: https://gerrit.libreoffice.org/41974
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 05c2436fd98e..39b47826e24a 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -9,7 +9,12 @@
{
"name": "libreoffice",
"sources": [
- @SOURCE@,
+ {
+ "type": "git",
+ "url": "git://gerrit.libreoffice.org/core",
+ "branch": "@BRANCH@",
+ "disable-fsckobjects": true
+ },
{
"commands": [
"mkdir external/tarballs"
More information about the Libreoffice-commits
mailing list