From 25426fcc6016a9c29dc28b7f42434b6b8e6f6bb9 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 3 May 2012 14:48:54 +0000
Subject: [PATCH] only openBIS for Standard Technologies installer on Wiki
 download page.

SVN: 25161
---
 .../python/upload-sprint-to-confluence.py       | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/openbis_all/source/python/upload-sprint-to-confluence.py b/openbis_all/source/python/upload-sprint-to-confluence.py
index f2b2adb2cd5..cf7b14d4f85 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
-- 
GitLab