From fbd81984b6e9210b9c3b718f137140d7eb31a187 Mon Sep 17 00:00:00 2001
From: kaloyane <kaloyane>
Date: Thu, 13 Oct 2011 09:14:49 +0000
Subject: [PATCH] minor: upgrade the script to reflect changes from Tomek in
 the openBIS setup guide

SVN: 23315
---
 openbis_all/source/bash/upload-sprint-to-confluence.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openbis_all/source/bash/upload-sprint-to-confluence.py b/openbis_all/source/bash/upload-sprint-to-confluence.py
index 5eec91de4c5..80f73f6f05a 100755
--- a/openbis_all/source/bash/upload-sprint-to-confluence.py
+++ b/openbis_all/source/bash/upload-sprint-to-confluence.py
@@ -73,7 +73,7 @@ def uploadToConfluenceAndPrintPageText(version):
   printWiki()
   printWiki("h5. openBIS Generic Framework")
   printWiki()
-  processFile("Installation Wizard (AS+DSS)", "openBIS-installation", version)
+  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)
@@ -82,7 +82,7 @@ def uploadToConfluenceAndPrintPageText(version):
   printWiki()
   printWiki('h5. openBIS for High Content Screening')
   printWiki()
-  processFile("Installation Wizard (AS+DSS)", "openBIS-installation-screening", version)
+  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)
-- 
GitLab