]> gitweb.factorcode.org Git - factor.git/commitdiff
update.latest: Use 'http' protocol for git commands (git daemon on factorcode.org...
authorEduardo Cavazos <dharmatech@finkelstein.stackeffects.info>
Tue, 18 Nov 2008 07:38:29 +0000 (01:38 -0600)
committerEduardo Cavazos <dharmatech@finkelstein.stackeffects.info>
Tue, 18 Nov 2008 07:38:29 +0000 (01:38 -0600)
extra/update/latest/latest.factor

index 7cc2fac853a206e0d928c7b7ec45f655bb1d3b72..9546379223d5e0f07269d38f2262875d4155c77f 100644 (file)
@@ -9,7 +9,7 @@ IN: update.latest
 : git-pull-master ( -- )
   image parent-directory
     [
-      { "git" "pull" "git://factorcode.org/git/factor.git" "master" }
+      { "git" "pull" "http://factorcode.org/git/factor.git" "master" }
       run-command
     ]
   with-directory ;