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
1cbe22f1
Commit
1cbe22f1
authored
15 years ago
by
kohleman
Browse files
Options
Downloads
Patches
Plain Diff
added echo
added the DSS plugin SVN: 13242
parent
13c8fd01
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openbis_all/source/bash/copy-zips-to-servers.sh
+18
-9
18 additions, 9 deletions
openbis_all/source/bash/copy-zips-to-servers.sh
with
18 additions
and
9 deletions
openbis_all/source/bash/copy-zips-to-servers.sh
+
18
−
9
View file @
1cbe22f1
...
...
@@ -13,22 +13,31 @@ export BASYSBIO=bs-dsvr10.ethz.ch
# Currently there are three different types of server specific zips we distinguish
export
ZIPS
=
"openBIS-server-S*.zip datastore_server-S*.zip"
export
ZIPS_PHOSPHONETX
=
*
phosphonetx
*
.zip
export
ZIPS_PHOSPHONETX
=
"
*phosphonetx*.zip
"
export
ZIPS_DSU
=
"openBIS-server-S*.zip datastore_server-dsu*.zip"
# Special plugin
export
DATASTORE_PLUGIN
=
"datastore_server-plugins.jar"
for
i
in
$ZIPS
;
do
sc
p
$i
$DEMO
sc
p
$i
$YEASTX
sc
p
$i
$LIVERX
sc
p
$i
$AGRONOMICS
sc
p
$i
$SCU
sc
p
$i
$BASYSBIO
echo
$DEMO
;
scp
-
p
$i
$DEMO
echo
$YEASTX
;
scp
-
p
$i
$YEASTX
echo
$LIVERX
;
scp
-
p
$i
$LIVERX
echo
$AGRONOMICS
;
scp
-
p
$i
$AGRONOMICS
echo
$SCU
;
scp
-
p
$i
$SCU
echo
$BASYSBIO
;
scp
-
p
$i
$BASYSBIO
done
for
j
in
$ZIPS_PHOSPHONETX
;
do
sc
p
$j
$PHOSPHONETX
echo
$PHOSPHONETX
;
scp
-
p
$j
$PHOSPHONETX
done
for
k
in
$ZIPS_DSU
;
do
scp
$k
$DSU
echo
$DSU
;
scp
-p
$k
$DSU
done
for
l
in
$DATASTORE_PLUGIN
;
do
echo
$BASYSBIO
;
scp
-p
$k
$BASYSBIO
echo
$AGRONOMICS
;
scp
-p
$k
$AGRONOMICS
echo
$YEASTX
;
scp
-p
$k
$YEASTX
done
\ No newline at end of file
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