diff --git a/openbis/source/bash/sprint_install.sh b/openbis/source/bash/sprint_install.sh index 73729bb8a7fe2a4e9bd90d8f05f4edeaa06eb7ff..1d4caaffac3d6ae97e9228797d323be44197ad05 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 3f0ee53c978495ac74bc85361d2c459add6d6ff7..7d43e69968ebb086c5d4e7a919b1af5972e6b1c4 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.