[Libreoffice-commits] dev-tools.git: export-validation/setup.sh

Miklos Vajna vmiklos at collabora.co.uk
Mon Jul 6 00:51:10 PDT 2015


 export-validation/setup.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8c22b9485efbe049700b9c6d891e0b1ca89ed95b
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Mon Jul 6 09:50:35 2015 +0200

    export-validation: point to TDF officeotron in setup.sh
    
    Change-Id: Iacf6cea1c1d8d820b8a32d844d229f38df491fdf

diff --git a/export-validation/setup.sh b/export-validation/setup.sh
index d7fe6a5..33921a1 100755
--- a/export-validation/setup.sh
+++ b/export-validation/setup.sh
@@ -73,7 +73,7 @@ chmod +x odfvalidator
 
 cd "$workdir"
 if [ ! -d officeotron ]; then
-    svn co http://officeotron.googlecode.com/svn/trunk officeotron
+    git clone git://gerrit.libreoffice.org/officeotron officeotron
 fi
 cd officeotron
 if [ ! -e dist/officeotron-*.jar ]; then


More information about the Libreoffice-commits mailing list