solenv/flatpak-manifest.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
New commits: commit a8cd70cd0a1cc24e678af02e08b46f3fbafc6a82 Author: Stephan Bergmann <sberg...@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 <c...@libreoffice.org> Reviewed-by: Michael Stahl <mst...@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" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits