Change submodule update to pull in folder.

This commit is contained in:
Cor Legemaat 2025-08-19 06:28:07 +02:00
parent 9d15518c46
commit 469dbff497

View file

@ -89,11 +89,9 @@
(old-cwd (getcwd)))
;;Not working for updates only init?
;;(submodule-update repo)
(chdir path)
(system* "/usr/bin/git" "submodule" "update" "autogen")
(chdir (string-join (list path "autogen")
file-name-separator-string))
(system* "/usr/bin/git" "checkout" "main")
(system* "/usr/bin/git" "pull")
(chdir old-cwd))))
;; TODO guile-git method...