Skip to content
Snippets Groups Projects
Commit 03145384 authored by kohleman's avatar kohleman
Browse files

added cina

SVN: 15304
parent d166add0
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,9 @@ export AGRONOMICS=bs-dsvr11.ethz.ch ...@@ -10,7 +10,9 @@ export AGRONOMICS=bs-dsvr11.ethz.ch
export DSU=bs-dsvr28-openbis-dsu.ethz.ch export DSU=bs-dsvr28-openbis-dsu.ethz.ch
export SCU=bs-dsvr28-openbis-scu.ethz.ch export SCU=bs-dsvr28-openbis-scu.ethz.ch
export BASYSBIO=bs-dsvr10.ethz.ch export BASYSBIO=bs-dsvr10.ethz.ch
export BASYSBIO_TEST=bs-dsvr28-openbis-test.ethz.ch. export BASYSBIO_TEST=bs-dsvr28-openbis-test.ethz.ch
export CINA=bs-openbis01.ethz.ch
# Currently there are three different types of server specific zips we distinguish # Currently there are three different types of server specific zips we distinguish
export ZIPS="openBIS-server-S*.zip datastore_server-S*.zip" export ZIPS="openBIS-server-S*.zip datastore_server-S*.zip"
...@@ -28,6 +30,7 @@ for i in $ZIPS; do ...@@ -28,6 +30,7 @@ for i in $ZIPS; do
echo $LIVERX; scp -p $i $LIVERX:~openbis echo $LIVERX; scp -p $i $LIVERX:~openbis
echo $AGRONOMICS; scp -p $i $AGRONOMICS:~openbis echo $AGRONOMICS; scp -p $i $AGRONOMICS:~openbis
echo $SCU; scp -p $i $SCU:~openbis echo $SCU; scp -p $i $SCU:~openbis
echo $CINA; scp -p $i $CINA:~openbis
done done
echo -e "\nCopying to $PHOSPHONETX...\n" echo -e "\nCopying to $PHOSPHONETX...\n"
......
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