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

fixed plasmids zip distribution

SVN: 16577
parent 6c27095f
No related merge requests found
...@@ -21,7 +21,7 @@ export ZIPS_PHOSPHONETX="*phosphonetx*.zip" ...@@ -21,7 +21,7 @@ export ZIPS_PHOSPHONETX="*phosphonetx*.zip"
export ZIPS_DSU="openBIS-server-S*.zip datastore_server-dsu*.zip openbis-tracking-client*.zip" export ZIPS_DSU="openBIS-server-S*.zip datastore_server-dsu*.zip openbis-tracking-client*.zip"
export ZIPS_BASYSBIO="*basysbio*.zip openBIS-server-S*.zip" export ZIPS_BASYSBIO="*basysbio*.zip openBIS-server-S*.zip"
export ZIPS_CINA="openBIS-server-S*.zip datastore_server-cina-*.zip" export ZIPS_CINA="openBIS-server-S*.zip datastore_server-cina-*.zip"
export ZIPS_PLASMIDS="*plasmid*" export ZIPS_PLASMIDS="*plasmid* openBIS-server-S*.zip"
# Special plugin # Special plugin
export DATASTORE_PLUGIN="datastore_server_plugin*.zip" export DATASTORE_PLUGIN="datastore_server_plugin*.zip"
...@@ -33,7 +33,7 @@ for i in $ZIPS; do ...@@ -33,7 +33,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 $PLASMIDS; scp -p $i $PLASMIDS:~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