From: Doug Coleman Date: Fri, 3 Jan 2020 21:26:02 +0000 (-0600) Subject: build.cmd: github is source of truth now X-Git-Tag: 0.99~3602 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=d7af258eb7c1e115a228cb92098c1ee1b2328917 build.cmd: github is source of truth now --- diff --git a/build.cmd b/build.cmd index 6d964ec660..eb8cd39990 100644 --- a/build.cmd +++ b/build.cmd @@ -39,7 +39,7 @@ echo Deleting staging images from temp/... del temp\staging.*.image echo Updating working copy from %GIT_BRANCH%... -call git pull git://factorcode.org/git/factor.git %GIT_BRANCH% +call git pull https://github.com/factor/factor %GIT_BRANCH% if errorlevel 1 goto fail echo Building vm...