Skip to content
Snippets Groups Projects
Commit 7a830e69 authored by felmer's avatar felmer
Browse files

SSDM-5994: out comment code until download URL is stable

SVN: 39059
parent 2b1c91ba
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment