Change submodule update to pull in folder.
This commit is contained in:
parent
9d15518c46
commit
469dbff497
1 changed files with 1 additions and 3 deletions
|
@ -89,11 +89,9 @@
|
||||||
(old-cwd (getcwd)))
|
(old-cwd (getcwd)))
|
||||||
;;Not working for updates only init?
|
;;Not working for updates only init?
|
||||||
;;(submodule-update repo)
|
;;(submodule-update repo)
|
||||||
(chdir path)
|
|
||||||
(system* "/usr/bin/git" "submodule" "update" "autogen")
|
|
||||||
(chdir (string-join (list path "autogen")
|
(chdir (string-join (list path "autogen")
|
||||||
file-name-separator-string))
|
file-name-separator-string))
|
||||||
(system* "/usr/bin/git" "checkout" "main")
|
(system* "/usr/bin/git" "pull")
|
||||||
(chdir old-cwd))))
|
(chdir old-cwd))))
|
||||||
|
|
||||||
;; TODO guile-git method...
|
;; TODO guile-git method...
|
||||||
|
|
Loading…
Add table
Reference in a new issue