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

Stephan Bergmann sbergman at redhat.com
Thu May 26 07:45:30 UTC 2016


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

New commits:
commit 64e7fa43691478905812dec06516be8e3aa515ed
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu May 26 09:45:08 2016 +0200

    flatpak/build.sh: git fetch --tags

diff --git a/flatpak/build.sh b/flatpak/build.sh
index c8fb676..9cef544 100755
--- a/flatpak/build.sh
+++ b/flatpak/build.sh
@@ -54,8 +54,8 @@ fi
 # 2  Clone the LibreOffice git repo:
 
 if [ -e "${my_dir?}"/lo ]; then
- git -C "${my_dir?}"/lo pull
- git -C "${my_dir?}"/lo submodule update
+ git -C "${my_dir?}"/lo fetch --tags
+ git -C "${my_dir?}"/lo submodule foreach git fetch --tags
  git -C "${my_dir?}"/lo checkout "${my_branch?}"
 else
  git clone --branch "${my_branch?}" --recursive \


More information about the Libreoffice-commits mailing list