From d1697e6a9ef3fdf228b5df1645915178aa375c66 Mon Sep 17 00:00:00 2001 From: kaloyane <kaloyane> Date: Thu, 10 Nov 2011 08:25:26 +0000 Subject: [PATCH] bugfix: correctly upload KNIME binaries to Confluence SVN: 23629 --- openbis_all/source/bash/upload-sprint-to-confluence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_all/source/bash/upload-sprint-to-confluence.py b/openbis_all/source/bash/upload-sprint-to-confluence.py index 0830c205d40..284169f0c38 100755 --- a/openbis_all/source/bash/upload-sprint-to-confluence.py +++ b/openbis_all/source/bash/upload-sprint-to-confluence.py @@ -78,7 +78,7 @@ def uploadToConfluenceAndPrintPageText(version): processFile("Application Server (AS)", "openBIS-server", version, 2) processFile("Data Store Server (DSS)", "datastore_server", version, 2) processFile("DSS Client", "dss_client", version) - processFile("KNIME Nodes", "knime", "") + processFile("KNIME Nodes", "ch.systemsx.cisd.openbis.knime", "") printWiki("* [Documentation|^CISDDoc-{0}.html.zip]".format(version)) printWiki() printWiki('h5. openBIS for High Content Screening') -- GitLab