]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "mason.build: only shallow clone latest."
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 15 Jan 2023 17:55:49 +0000 (09:55 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 15 Jan 2023 17:56:00 +0000 (09:56 -0800)
This reverts commit d5932e67ce1337e8970ea48878a0be89e9550bda.

extra/mason/build/build.factor

index 73df95c75e39c58fb41a852e2ea27d78e67fba51..a4138d9a33de37d79d94ef2f55509e66867cfe0d 100644 (file)
@@ -17,8 +17,7 @@ IN: mason.build
 
 : clone-source ( -- )
     "Cloning GIT repository" print-timestamp
-    { "git" "clone" "--depth" "1" }
-    builds-dir get "factor" append-path absolute-path suffix
+    "git" "clone" builds-dir get "factor" append-path absolute-path 3array
     short-running-process ;
 
 : copy-image ( -- )