[Libreoffice-commits] dev-tools.git: flatpak/build.sh
Stephan Bergmann
sbergman at redhat.com
Wed Sep 6 08:20:48 UTC 2017
flatpak/build.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 952da85614cfc59b378f1d13dfee60188cb5fb27
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Sep 6 10:19:18 2017 +0200
Adpat flatpak/build.sh to core change @SOURCE@ -> @BRANCH@
2a74f9d8055cadd3da00a45486a8fcdab3e94715 "Move git source details to
solenv/flatpak-manifest.in"
diff --git a/flatpak/build.sh b/flatpak/build.sh
index f1e7a4a..fab02d7 100755
--- a/flatpak/build.sh
+++ b/flatpak/build.sh
@@ -56,8 +56,7 @@ else
fi
rm -f "${my_dir?}"/manifest.json
-sed \
- "s!@SOURCE@!{ \"type\": \"git\", \"url\": \"git://gerrit.libreoffice.org/core\", \"branch\": \"${my_gitbranch?}\", \"disable-fsckobjects\": true }!" \
+sed "s/@BRANCH@/${my_gitbranch?}/" \
< "${my_dir?}"/lo/solenv/flatpak-manifest.in > "${my_dir?}"/manifest.json
flatpak-builder --default-branch="${my_flatpakbranch?}" \
More information about the Libreoffice-commits
mailing list