Skip to content
Snippets Groups Projects
Commit 56eb3d58 authored by felmer's avatar felmer
Browse files

LMS-2471 first version of nightly-upgrade-generic-openbis.sh

SVN: 22616
parent e43c0654
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,7 @@
CI_HOST=cisd-ci.ethz.ch:8090
if [ $# -lt 1 ]; then
echo "Usage: fetch-ci-artifacts.sh [-d <output folder>] \
[-p <regular expression for filtering artifact names>] <project>"
echo "Usage: fetch-ci-artifacts.sh [-d <output folder>] [-p <regular expression for filtering artifact names>] <project>"
exit 1
fi
......
#! /bin/bash
#
# This script does the following:
# - Install generic openBIS sprint servers based on latest builds on Hudson.
# - Restore store and databases from latest snapshot
# - Restart AS and DSS
#
fetch-ci-artifacts.sh openbis
fetch-ci-artifacts.sh -p server datastore_server
fetch-ci-artifacts.sh rtd_yeastx
sprint_install.sh
servers-startup-from-latest-snapshot.sh snapshots
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment