diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-09-06 10:10:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-09-06 10:10:37 +0200 |
commit | 2a74f9d8055cadd3da00a45486a8fcdab3e94715 (patch) | |
tree | 01868df3c14bed2b67a5c75eb6697e540b09ae0f | |
parent | 796c494d78a851aae7d58e0720f64984cb5716de (diff) |
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
-rw-r--r-- | solenv/flatpak-manifest.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index ce13394714a1..5a2813d48569 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" |