Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
56eb3d58
Commit
56eb3d58
authored
13 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openbis_all/source/bash/fetch-ci-artifacts.sh
+1
-2
1 addition, 2 deletions
openbis_all/source/bash/fetch-ci-artifacts.sh
openbis_all/source/bash/nightly-upgrade-generic-openbis.sh
+13
-0
13 additions, 0 deletions
openbis_all/source/bash/nightly-upgrade-generic-openbis.sh
with
14 additions
and
2 deletions
openbis_all/source/bash/fetch-ci-artifacts.sh
+
1
−
2
View file @
56eb3d58
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
openbis_all/source/bash/nightly-upgrade-generic-openbis.sh
0 → 100644
+
13
−
0
View file @
56eb3d58
#! /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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment