[Libreoffice-commits] online.git: docker/l10n-docker-nightly.sh

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Mar 5 08:54:36 UTC 2019


 docker/l10n-docker-nightly.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e0b0d1c6dd13590260366dc9fdd63229ed3bb49e
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Tue Mar 5 09:53:45 2019 +0100
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Mar 5 09:53:45 2019 +0100

    Docker: Run autogen after branch has been checked out
    
    Change-Id: I14126b7344aa4d162738de7173803124b803ab28

diff --git a/docker/l10n-docker-nightly.sh b/docker/l10n-docker-nightly.sh
index 72207fb07..d7389488f 100755
--- a/docker/l10n-docker-nightly.sh
+++ b/docker/l10n-docker-nightly.sh
@@ -72,7 +72,6 @@ fi
 # online repo
 if test ! -d online ; then
     git clone https://git.libreoffice.org/online online || exit 1
-    ( cd online && ./autogen.sh ) || exit 1
 fi
 
 ( cd online && git fetch --all && git checkout -f $LIBREOFFICE_BRANCH && git pull -r ) || exit 1
@@ -148,6 +147,7 @@ chrpath -r '$ORIGIN' "$INSTDIR"/opt/libreoffice/program/libcairo.so.2
 ##### loolwsd & loleaflet #####
 
 # build
+( cd online && ./autogen.sh ) || exit 1
 ( cd online && ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-silent-rules --with-lokit-path="$BUILDDIR"/libreoffice/include --with-lo-path="$INSTDIR"/opt/libreoffice $ONLINE_EXTRA_BUILD_OPTIONS) || exit 1
 ( cd online/loleaflet/po && ../../scripts/downloadpootle.sh )
 ( cd online/loleaflet && make l10n) || exit 1


More information about the Libreoffice-commits mailing list