From 7a830e69b60ac113f121b1a314a973f56c857f1d Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Tue, 19 Dec 2017 12:05:05 +0000
Subject: [PATCH] SSDM-5994: out comment code until download URL is stable

SVN: 39059
---
 openbis_standard_technologies/build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/openbis_standard_technologies/build.gradle b/openbis_standard_technologies/build.gradle
index b2dfbea94a2..64c77349cb5 100644
--- a/openbis_standard_technologies/build.gradle
+++ b/openbis_standard_technologies/build.gradle
@@ -404,10 +404,10 @@ task clientsAndApis(type: Zip, dependsOn: [dssClientZip, queryApiZip, apiV3Zip,
   from proteomicsApiZip.archivePath
   from screeningApiZip.archivePath
   from ('../openbis_all/dist/readme.txt')
-  def contentOfSetUpFile = zipTree('targets/downloads/pybis.zip').getFiles().findAll {it.path.endsWith('PyBis/setup.py') }.iterator().next().text
-  def pybisVersion = ( contentOfSetUpFile =~ /version.*=.*'(.*)'/)[0][1]
-  println pybisVersion
-  rename 'pybis.zip', "pybis-${pybisVersion}.zip"
+// Todo: wait until URL is stable
+//  def contentOfSetUpFile = zipTree('targets/downloads/pybis.zip').getFiles().findAll {it.path.endsWith('PyBis/setup.py') }.iterator().next().text
+//  def pybisVersion = ( contentOfSetUpFile =~ /version.*=.*'(.*)'/)[0][1]
+//  rename 'pybis.zip', "pybis-${pybisVersion}.zip"
 }
 
 task generateJavadoc(type: Javadoc) {
-- 
GitLab