build: Fix paths...
parent
16135ef8d6
commit
9bb19274b2
|
@ -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...
|
||||
|
|
|
@ -16,7 +16,7 @@ IN: mason.git
|
|||
{
|
||||
"git"
|
||||
"clone"
|
||||
"git://factorcode.org/git/factor-github.git"
|
||||
"git://factorcode.org/git/factor.git"
|
||||
} ;
|
||||
|
||||
: git-clone ( -- )
|
||||
|
@ -28,7 +28,7 @@ IN: mason.git
|
|||
{
|
||||
"git"
|
||||
"pull"
|
||||
"git://factorcode.org/git/factor-github.git"
|
||||
"git://factorcode.org/git/factor.git"
|
||||
"master"
|
||||
} ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue