diff --git a/openbis/dist/admin/boot.sh b/openbis/dist/admin/boot.sh index 8ac8e39c7019a57f24b0e25d3c20acd4e93bceda..5de9e22b05b976dca02cdceac799a99ce519b0d3 100755 --- a/openbis/dist/admin/boot.sh +++ b/openbis/dist/admin/boot.sh @@ -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"` diff --git a/openbis/dist/admin/svn-update.sh b/openbis/dist/admin/svn-update.sh index 204ae79d1a800d82e1aefb6a286a2ba95f2df027..4ddc7f3884309ecd5fff8cb771feaf31eff772ce 100755 --- a/openbis/dist/admin/svn-update.sh +++ b/openbis/dist/admin/svn-update.sh @@ -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"` diff --git a/openbis_all/source/bash/build.sh b/openbis_all/source/bash/build.sh index 08b5dd2e7662a4dfa94d10a8668d0fba7cc0e1b9..bee5d3ff721e8a22e1332f4f0f6b2d9468a7973b 100755 --- a/openbis_all/source/bash/build.sh +++ b/openbis_all/source/bash/build.sh @@ -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 diff --git a/openbis_all/source/bash/build_snapshot.sh b/openbis_all/source/bash/build_snapshot.sh index 57be9a8f011041786dc38bf303204fd78b469e15..f1b9abf85cfddb67cda6dee5ef94309bcb9f78fd 100755 --- a/openbis_all/source/bash/build_snapshot.sh +++ b/openbis_all/source/bash/build_snapshot.sh @@ -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 diff --git a/openbis_all/source/bash/svn-update.sh b/openbis_all/source/bash/svn-update.sh index 9ef482f024c1843c304c72e2faec5522467a18a4..88a2e8434734ae5445edbc5958a1b1846759956f 100755 --- a/openbis_all/source/bash/svn-update.sh +++ b/openbis_all/source/bash/svn-update.sh @@ -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/ diff --git a/openbis_all/source/bash/tag_and_build.sh b/openbis_all/source/bash/tag_and_build.sh index d3902a39dce325fb8b13d7130f244f69ec3a4869..03d27c0087121b81bce54ff9bbb5189d9603c314 100755 --- a/openbis_all/source/bash/tag_and_build.sh +++ b/openbis_all/source/bash/tag_and_build.sh @@ -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 diff --git a/openbis_all/source/bash/tag_and_build_release.sh b/openbis_all/source/bash/tag_and_build_release.sh index 46fdeeb44eabde3d727f099db8ce9beb6353c643..86fc1119692c73ff7c682b19ff09a4329fd8ba60 100755 --- a/openbis_all/source/bash/tag_and_build_release.sh +++ b/openbis_all/source/bash/tag_and_build_release.sh @@ -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 diff --git a/screening/dist/admin/boot.sh b/screening/dist/admin/boot.sh index 245ed0e000931a5ea57e9f3acf8533c5d9857bcc..f252a31223e08c9952a0fd99ab7677b9459dd360 100755 --- a/screening/dist/admin/boot.sh +++ b/screening/dist/admin/boot.sh @@ -1,7 +1,7 @@ #!/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 diff --git a/screening/dist/admin/svn-update.sh b/screening/dist/admin/svn-update.sh index e3ac1ea1bc436657483b405cee09d752b2615f8d..01c416e9038705bebdec1f0baa9966ef5a463b30 100755 --- a/screening/dist/admin/svn-update.sh +++ b/screening/dist/admin/svn-update.sh @@ -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"`