Fix pypi no version found error.
Add pypi .whl file handling ability. Fix git update from correct folder.
This commit is contained in:
parent
6071222b67
commit
9d15518c46
4 changed files with 42 additions and 34 deletions
|
|
@ -89,6 +89,7 @@
|
|||
(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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue