01f6e919db5b73860066bab3a7a157906cfd3efb max Mon May 5 06:18:16 2025 -0700 GBIC: not downloading track hub examples diff --git src/product/installer/browserSetup.sh src/product/installer/browserSetup.sh index 11ad9e45baf..629cda927ea 100755 --- src/product/installer/browserSetup.sh +++ src/product/installer/browserSetup.sh @@ -1709,31 +1709,31 @@ # now add the binaries for dot and RNAplot $RSYNC -avzP $HGDOWNLOAD::genome/admin/exe/external.x86_64/RNAplot $CGIBINDIR/ $RSYNC -avzP $HGDOWNLOAD::genome/admin/exe/external.x86_64/loader/dot_static $CGIBINDIR/loader/ fi # download the html docs, exclude some big files on OSX # cannot do this when we built the tree outselves, as the .js versions will not match the C code if [ "$OS" == "OSX" -o "$MACH" == "aarch64" ]; then # but we need the new font files $RSYNC -azP hgdownload.soe.ucsc.edu::htdocs/urw-fonts/ /usr/local/apache/htdocs/urw-fonts/ echo2 Not syncing most of htdocs folder, assuming that these were built from source. echo2 PDF and other large files only present at UCSC will be missing from htdocs. waitKey else rm -rf $APACHEDIR/htdocs/goldenpath - $RSYNC -avzP --exclude ENCODE/**.pdf $HGDOWNLOAD::htdocs/ $HTDOCDIR/ + $RSYNC -avzP --exclude goldenPath/help/examples/hubExamples/ --exclude ENCODE/**.pdf $HGDOWNLOAD::htdocs/ $HTDOCDIR/ fi # assign all files just downloaded to a valid user. # This also allows apache to write into the trash dir if [ "$OS" == "OSX" ]; then echo2 OSX: Not chowning /usr/local/apache subdirectories, as not running as root else chown -R $APACHEUSER:$APACHEUSER $CGIBINDIR $HTDOCDIR $TRASHDIR fi touch $COMPLETEFLAG echo2 Install complete. You should now be able to point your web browser to this machine echo2 and test your UCSC Genome Browser mirror. It will be too slow for practical use. echo2