Skip to content
Snippets Groups Projects
Commit 27063478 authored by felmer's avatar felmer
Browse files

change svn url from svncisd -> svnsis

SVN: 35763
parent 05e1fa74
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
# Fetches "openBIS for HCS" administration scripts from source repository to the bin folder in current directory.
# setup scripts for the generic openBIS version
SVN_DIR_GENERIC=svncisd.ethz.ch/repos/cisd/openbis/trunk/dist/admin
SVN_DIR_GENERIC=svnsis.ethz.ch/repos/cisd/openbis/trunk/dist/admin
#setup scripts for screening version
SVN_DIR_SCREENING=svncisd.ethz.ch/repos/cisd/screening/trunk/dist/admin
SVN_DIR_SCREENING=svnsis.ethz.ch/repos/cisd/screening/trunk/dist/admin
BASE=`dirname "$0"`
......
......@@ -2,7 +2,7 @@
# Updates all the admin scripts to the version found in SVN.
# screening-specific
SVN=svncisd.ethz.ch/repos/cisd/openbis/trunk/dist/admin
SVN=svnsis.ethz.ch/repos/cisd/openbis/trunk/dist/admin
# set directory
BASE=`dirname "$0"`
......
......@@ -16,7 +16,7 @@ fi
FULL_VER=S$VER.$SUBVER
SPRINT_SERVER=sprint-openbis.ethz.ch
SPRINT_INSTALL_SCRIPT=sprint_install.sh
# this folder is publicly accessible at http://svncisd.ethz.ch/doc/javadoc/
# this folder is publicly accessible at http://svnsis.ethz.ch/doc/javadoc/
JAVADOC_FOLDER=~/fileserver/doc/openbis
# Unset this to do a dry-run (like rsync -n) and set it to actually execute the commands
......
......@@ -7,7 +7,7 @@
SPRINT_SERVER=sprint-openbis.ethz.ch
SPRINT_INSTALL_SCRIPT=sprint_install.sh
svn checkout http://svncisd.ethz.ch/repos/cisd/build_resources/trunk build_resources
svn checkout http://svnsis.ethz.ch/repos/cisd/build_resources/trunk build_resources
cd build_resources
echo Building openBIS...
./build.sh --private openbis_all
......
......@@ -2,7 +2,7 @@
# Author: Tomasz Pylak
# Updates all scripts available in the current directory and its subdirectories to the version found in SVN.
SVN=svncisd.ethz.ch/repos/cisd/openbis_all/trunk/source/bash
SVN=svnsis.ethz.ch/repos/cisd/openbis_all/trunk/source/bash
cd ~openbis/bin
rm -r build
wget -nv -r -l2 -A.{sh,txt} http://$SVN/
......
......@@ -20,7 +20,7 @@ FULL_VER=S$VER.$SUBVER
SPRINT_SERVER=sprint-openbis.ethz.ch
CISD_SERVER=cisd-vesuvio.ethz.ch
SPRINT_INSTALL_SCRIPT=sprint_install.sh
# this folder is publicly accessible at http://svncisd.ethz.ch/doc/javadoc/
# this folder is publicly accessible at http://svnsis.ethz.ch/doc/javadoc/
JAVADOC_FOLDER=~/fileserver/doc/openbis
# Unset this to do a dry-run (like rsync -n) and set it to actually execute the commands
......
......@@ -20,7 +20,7 @@ FULL_VER=$VER.$SUBVER
SPRINT_SERVER=sprint-openbis.ethz.ch
CISD_SERVER=cisd-vesuvio.ethz.ch
SPRINT_INSTALL_SCRIPT=sprint_install.sh
# this folder is publicly accessible at http://svncisd.ethz.ch/doc/javadoc/
# this folder is publicly accessible at http://svnsis.ethz.ch/doc/javadoc/
JAVADOC_FOLDER=~/fileserver/doc/openbis
# Unset this to do a dry-run (like rsync -n) and set it to actually execute the commands
......
#!/bin/bash
# Fetches "openBIS for HCS" administration scripts from source repository to the bin folder in current directory.
SVN_DIR=svncisd.ethz.ch/repos/cisd/screening/trunk/dist/admin
SVN_DIR=svnsis.ethz.ch/repos/cisd/screening/trunk/dist/admin
mkdir bin
cd bin
......
......@@ -2,8 +2,8 @@
# Updates all the admin scripts to the version found in SVN.
# screening-specific
SVN=svncisd.ethz.ch/repos/cisd/screening/trunk/dist/admin
SVN2=svncisd.ethz.ch/repos/cisd/installation/trunk/resource/installer/bin/backup-databases.sh
SVN=svnsis.ethz.ch/repos/cisd/screening/trunk/dist/admin
SVN2=svnsis.ethz.ch/repos/cisd/installation/trunk/resource/installer/bin/backup-databases.sh
# set directory
BASE=`dirname "$0"`
......
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