diff --git a/openbis_all/source/python/upload-sprint-to-confluence.py b/openbis_all/source/python/upload-sprint-to-confluence.py index f2b2adb2cd5b722c4bdc1b4ec50adfaff60f89d1..cf7b14d4f85c1ce7208399329e0352f4a8a32bf5 100755 --- a/openbis_all/source/python/upload-sprint-to-confluence.py +++ b/openbis_all/source/python/upload-sprint-to-confluence.py @@ -71,30 +71,17 @@ def processFile(linkName, filePattern, version, listNestedLevels=1, pagetitle="S def uploadToConfluenceAndPrintPageText(version): printVersion(version) printWiki() - printWiki("h5. openBIS Generic Framework") + printWiki("h5. openBIS for Standard Technologies") printWiki() - processFile("Installation and Upgrade Wizard (AS+DSS)", "openBIS-installation", version) - printWiki("* Command Line Installation") - processFile("Application Server (AS)", "openBIS-server", version, 2) - processFile("Data Store Server (DSS)", "datastore_server", version, 2) + processFile("Installation and Upgrade Wizard (AS+DSS)", "openBIS-installation-standard-technologies", version) processFile("DSS Client", "dss_client", version) processFile("KNIME Nodes", "ch.systemsx.cisd.openbis.knime", "") printWiki("* [Documentation|^CISDDoc-{0}.html.zip]".format(version)) printWiki() printWiki('h5. openBIS for High Content Screening') printWiki() - processFile("Installation and Upgrade Wizard (AS+DSS)", "openBIS-installation-screening", version) - printWiki("* Command Line Installation") - processFile("Application Server (AS)", "openBIS-server-screening", version, 2) - processFile("Data Store Server (DSS)", "datastore_server-screening", version, 2) processFile("API", "screening-api", version) printWiki() - printWiki('h5. openBIS for Proteomics') - printWiki() - processFile("Installation and Upgrade Wizard (AS+DSS)", "openBIS-installation-proteomics", version) - printWiki("* Command Line Installation") - processFile("Application Server (AS)", "openBIS-server-proteomics", version, 2) - processFile("Data Store Server (DSS) plugin (generic DSS also needed)", "datastore_server_plugin-proteomics", version, 2) def uploadToConfluenceMetabolomicsAndPrintPageText(version): global wikiText