From 4fab2537dc5320e5b9c8f286c7aa66ff8ab426a4 Mon Sep 17 00:00:00 2001
From: kaloyane <kaloyane>
Date: Wed, 12 Oct 2011 15:47:11 +0000
Subject: [PATCH] minor: upgrade the script to upload the generic installation
 tarball to Sprint Releases

SVN: 23307
---
 .../source/bash/upload-sprint-to-confluence.py        | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/openbis_all/source/bash/upload-sprint-to-confluence.py b/openbis_all/source/bash/upload-sprint-to-confluence.py
index c2ae71838fa..5eec91de4c5 100755
--- a/openbis_all/source/bash/upload-sprint-to-confluence.py
+++ b/openbis_all/source/bash/upload-sprint-to-confluence.py
@@ -73,19 +73,20 @@ def uploadToConfluenceAndPrintPageText(version):
   printWiki()
   printWiki("h5. openBIS Generic Framework")
   printWiki()
-  processFile("Application Server (AS)", "openBIS-server", version)
-  processFile("Data Store Server (DSS)", "datastore_server", version)
+  processFile("Installation 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("DSS Client", "dss_client", version)
   printWiki("* [Documentation|^CISDDoc-{0}.html.zip]".format(version))
   printWiki()
   printWiki('h5. openBIS for High Content Screening')
   printWiki()
+  processFile("Installation 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("Installation Wizard (AS+DSS)", "openBIS-installation-screening", version)
-
   processFile("API", "screening-api", version)
 
 def uploadToConfluenceMetabolomicsAndPrintPageText(version):
@@ -133,6 +134,7 @@ Example command: {0} S104
     uploadToConfluenceAndPrintPageText(version)
     print "===================================================================="
     print " Paste the following text on the Sprint Releases page in confluence "
+    print " Link: https://wiki-bsse.ethz.ch/display/bis/Sprint+Releases        "
     print "===================================================================="
     print wikiText
     
@@ -141,5 +143,6 @@ Example command: {0} S104
     uploadToConfluenceMetabolomicsAndPrintPageText(version)
     print "========================================================================="
     print " Paste the following text on the openBIS Metabolomics page in confluence "
+    print " Link: https://wiki-bsse.ethz.ch/display/bis/openBIS+Metabolomics        "
     print "========================================================================="
     print wikiText
-- 
GitLab