added: zoom
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -79,3 +79,6 @@
|
|||||||
[submodule "code-marketplace"]
|
[submodule "code-marketplace"]
|
||||||
path = code-marketplace
|
path = code-marketplace
|
||||||
url = https://aur.archlinux.org/code-marketplace.git
|
url = https://aur.archlinux.org/code-marketplace.git
|
||||||
|
[submodule "zoom"]
|
||||||
|
path = zoom
|
||||||
|
url = https://aur.archlinux.org/zoom.git
|
||||||
|
|||||||
@@ -37,3 +37,4 @@ members:
|
|||||||
- directory: gtd-next
|
- directory: gtd-next
|
||||||
- directory: gtd-process
|
- directory: gtd-process
|
||||||
- directory: code-marketplace
|
- directory: code-marketplace
|
||||||
|
- directory: zoom
|
||||||
|
|||||||
2
tasks.py
2
tasks.py
@@ -14,7 +14,7 @@ def add(c, url, name=None):
|
|||||||
ending = url[pos:]
|
ending = url[pos:]
|
||||||
ending = ending.split(".")
|
ending = ending.split(".")
|
||||||
name = ending[0]
|
name = ending[0]
|
||||||
c.run(f"git submodule add {url} {name}")
|
c.run(f"git submodule add --force {url} {name}")
|
||||||
addyaml(c, name)
|
addyaml(c, name)
|
||||||
c.run(f"git commit -am 'added: {name}'")
|
c.run(f"git commit -am 'added: {name}'")
|
||||||
|
|
||||||
|
|||||||
1
zoom
Submodule
1
zoom
Submodule
Submodule zoom added at e06a331a21
Reference in New Issue
Block a user