[Libreoffice-commits] dev-tools.git: flatpak/build.sh

Stephan Bergmann sbergman at redhat.com
Fri Oct 20 13:56:57 UTC 2017


 flatpak/build.sh |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 9d0e66082481e227b935b6d02d905708f3fc9046
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 20 15:56:24 2017 +0200

    Still need to fetch updates for the lo repo if it's already there

diff --git a/flatpak/build.sh b/flatpak/build.sh
index 3e8fffa..3447836 100755
--- a/flatpak/build.sh
+++ b/flatpak/build.sh
@@ -49,6 +49,8 @@ mkdir -p "${my_dir?}"
 
 if [ ! -e "${my_dir?}"/lo ]; then
  git clone --mirror git://gerrit.libreoffice.org/core "${my_dir?}"/lo
+else
+ git -C "${my_dir?}"/lo fetch
 fi
 
 rm -f "${my_dir?}"/manifest.in


More information about the Libreoffice-commits mailing list