summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-09-06 10:10:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-09-06 10:10:37 +0200
commit2a74f9d8055cadd3da00a45486a8fcdab3e94715 (patch)
tree01868df3c14bed2b67a5c75eb6697e540b09ae0f /solenv
parent796c494d78a851aae7d58e0720f64984cb5716de (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
Diffstat (limited to 'solenv')
-rw-r--r--solenv/flatpak-manifest.in7
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"