62b1428915cc2c8b9acbf46a86c1248833257efe mspeir Mon Nov 17 18:50:32 2025 -0800 changing rest of genome-source references to github, refs #34485 diff --git src/userApps/Makefile src/userApps/Makefile index 9fa39d0ebe6..e63f57615ee 100644 --- src/userApps/Makefile +++ src/userApps/Makefile @@ -41,18 +41,18 @@ @test -d kent/src/inc || (echo "ERROR: source has not been fetched yet, try 'make fetchSource' first."; exit 255) @printf "export DESTDIR = ${DESTDIR}\n\ export BINDIR = ${BINDIR}\n\ export MACHTYPE = ${MACHTYPE}\n\ export CGI_BIN = ${CGI_BIN}\n\ export DOCUMENTROOT = ${DOCUMENTROOT}\n\ export SCRIPTS = ${SCRIPTS}\n\ export NOSQLTEST = 1\n" > kent/src/inc/localEnvironment.mk update: clean userApps ${MAKE} fetchSource ${MAKE} utils userApps: git archive --format=zip -9 \ - --remote=git://genome-source.soe.ucsc.edu/kent.git \ + --remote=https://github.com/ucscGenomeBrowser/kent.git \ HEAD src/userApps > userApps.zip unzip -q -o -d . -j userApps.zip