From 6052c67df6277a153aafb34279eaa40ffd54700c Mon Sep 17 00:00:00 2001 From: anttil <anttil> Date: Tue, 8 Apr 2014 08:55:55 +0000 Subject: [PATCH] SWE-22 / SSDM-32: remove testing from build, cleanup temp dirs SVN: 31309 --- openbis_all/source/bash/build/build.sh | 4 ++-- openbis_all/source/bash/svn-update.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/openbis_all/source/bash/build/build.sh b/openbis_all/source/bash/build/build.sh index cd4c8800e34..fd446bfd34f 100755 --- a/openbis_all/source/bash/build/build.sh +++ b/openbis_all/source/bash/build/build.sh @@ -35,8 +35,8 @@ then fi cd tmp/gradle -./gradlew :openbis_standard_technologies:clientsAndApis -./gradlew :installation:build +./gradlew :openbis_standard_technologies:clientsAndApis -x test +./gradlew :installation:build -x test ./gradlew :openbis_standard_technologies:generateJavadoc cd ../.. mv tmp/openbis_standard_technologies/targets/gradle/distributions/openBIS-clients-and-APIs*.zip . diff --git a/openbis_all/source/bash/svn-update.sh b/openbis_all/source/bash/svn-update.sh index 1bbeaebf145..9ef482f024c 100755 --- a/openbis_all/source/bash/svn-update.sh +++ b/openbis_all/source/bash/svn-update.sh @@ -4,6 +4,7 @@ SVN=svncisd.ethz.ch/repos/cisd/openbis_all/trunk/source/bash cd ~openbis/bin +rm -r build wget -nv -r -l2 -A.{sh,txt} http://$SVN/ mv $SVN/* . chmod 700 *.sh -- GitLab