build.cmd: github is source of truth now
parent
64cde391fd
commit
f4a1d2869b
|
@ -39,7 +39,7 @@ echo Deleting staging images from temp/...
|
||||||
del temp\staging.*.image
|
del temp\staging.*.image
|
||||||
|
|
||||||
echo Updating working copy from %GIT_BRANCH%...
|
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
|
if errorlevel 1 goto fail
|
||||||
|
|
||||||
echo Building vm...
|
echo Building vm...
|
||||||
|
|
Loading…
Reference in New Issue