From c6b9190b6a77fd2c619d3a62ae6c20ac446109ce Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Wed, 13 Aug 2008 13:46:23 +0000 Subject: [PATCH] minor: add doc SVN: 7882 --- openbis/source/bash/sprint_install.sh | 1 + openbis/source/bash/tag_and_build.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/openbis/source/bash/sprint_install.sh b/openbis/source/bash/sprint_install.sh index 73729bb8a7f..1d4caaffac3 100755 --- a/openbis/source/bash/sprint_install.sh +++ b/openbis/source/bash/sprint_install.sh @@ -1,4 +1,5 @@ #!/bin/bash +# Performs the sprint components installation. # This script assumes that you already are on the sprint server and must be run from that place # in the home directory. diff --git a/openbis/source/bash/tag_and_build.sh b/openbis/source/bash/tag_and_build.sh index 3f0ee53c978..7d43e69968e 100755 --- a/openbis/source/bash/tag_and_build.sh +++ b/openbis/source/bash/tag_and_build.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Tags, builds the software components, uploads them to sprint server +# and places a copy of them on the sprint server ready for installation. +# # This script assumes that you have a SSH access on 'sprint-openbis.ethz.ch' # and 'cisd-vesuvio.ethz.ch'. This is typically configured in the SSH config file. -- GitLab