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

fixed some plugins regex

SVN: 18788
parent d5e1ea1d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ export SPRINT=cisd-bamus.ethz.ch
export DEMO=cisd-tongariro.ethz.ch
export YEASTX=obis.ethz.ch
export PHOSPHONETX=openbis-phosphonetx.ethz.ch
export AGRONOMICS=bs-dsvr11.ethz.ch
export AGRONOMICS=bs-agronomics01.ethz.ch
export DSU=bs-dsvr28-openbis-dsu.ethz.ch
export SCU=bs-dsvr28-openbis-scu.ethz.ch
export BASYSBIO=basysbio.ethz.ch
......@@ -18,13 +18,13 @@ export LIMB=bs-openbis03.ethz.ch
# 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_DSU="openBIS-server-S*.zip datastore_server-dsu*.zip openbis-tracking-client*.zip"
export ZIPS_DSU="openBIS-server-S*.zip datastore_server-S*.zip *dsu*.zip"
export ZIPS_BASYSBIO="*basysbio*.zip openBIS-server-S*.zip"
export ZIPS_CINA=" openBIS-server-S*.zip *cina-*.zip datastore_server-S*"
export ZIPS_PLASMIDS="*plasmid* openBIS-server-S*.zip"
# Special plugin
export DATASTORE_PLUGIN="datastore_server_plugin*.zip"
export DATASTORE_PLUGIN="datastore_server_plugin-yeastx-*.zip"
echo -e "\nCopying default openBIS/DSS to servers...\n"
for i in $ZIPS; do
......
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