e1b3625f3a40bfee5c483284fa7f6b23bf6bd47d max Tue Aug 21 13:18:40 2018 +0200 moving all config files in GBIB to the new .gi.ucsc.edu domain names from the old .soe.ucsc.edu domain names. refs #21876 This commit only changes the versions of these files in the repo, not the ones in the actual browserbox, as they still need to get pushed into the browserbox, either by the pusing procedure from hgdownload or by the build meister when he builds the GBIB VM image. See http://genomewiki.ucsc.edu/genecats/index.php/Gbib_release#Release_config_changes_to_GbIb and the related pages in the genecats genomewiki. diff --git src/browserbox/root/addTools src/browserbox/root/addTools index 978bed5..b552942 100755 --- src/browserbox/root/addTools +++ src/browserbox/root/addTools @@ -1,4 +1,4 @@ #!/bin/sh # copy some tools -cd /usr/local/bin; wget http://hgwdev.soe.ucsc.edu/~max/browserbox/someTools.tgz -O - | tar xvz -cd /usr/local/bin; wget http://hgwdev.soe.ucsc.edu/~max/browserbox/samtabixUtils.tgz -O - | tar xvz +cd /usr/local/bin; wget http://hgwdev.gi.ucsc.edu/~max/browserbox/someTools.tgz -O - | tar xvz +cd /usr/local/bin; wget http://hgwdev.gi.ucsc.edu/~max/browserbox/samtabixUtils.tgz -O - | tar xvz