Skip to content
Snippets Groups Projects
Commit 0b4f11c9 authored by kaloyane's avatar kaloyane
Browse files

minor improvements

SVN: 22030
parent bda18485
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,7 @@ def uploadToConfluenceAndPrintPageText(version): ...@@ -89,6 +89,7 @@ def uploadToConfluenceAndPrintPageText(version):
processFile("API", "screening-api", version) processFile("API", "screening-api", version)
def uploadToConfluenceMetabolomicsAndPrintPageText(version): def uploadToConfluenceMetabolomicsAndPrintPageText(version):
global wikiText
wikiText = "" wikiText = ""
printVersion(version) printVersion(version)
printWiki() printWiki()
...@@ -97,9 +98,7 @@ def uploadToConfluenceMetabolomicsAndPrintPageText(version): ...@@ -97,9 +98,7 @@ def uploadToConfluenceMetabolomicsAndPrintPageText(version):
processFile("Application Server (AS)", "openBIS-server", version, 1, "openBIS Metabolomics") processFile("Application Server (AS)", "openBIS-server", version, 1, "openBIS Metabolomics")
processFile("Data Store Server (DSS)", "datastore_server_metabolomics", version, 1, "openBIS Metabolomics") processFile("Data Store Server (DSS)", "datastore_server_metabolomics", version, 1, "openBIS Metabolomics")
processFile("DSS Client", "dss_client", version, 1, "openBIS Metabolomics") processFile("DSS Client", "dss_client", version, 1, "openBIS Metabolomics")
printWiki("* [Documentation|^CISDDoc-{0}.html.zip]".format(version))
printWiki() printWiki()
# datastore_server_plugin-yeastx
def createMetabolomicsDssDist(version): def createMetabolomicsDssDist(version):
# find the files we want to work with # find the files we want to work with
......
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