diff --git a/.gitmodules b/.gitmodules index 0851010..45be026 100644 --- a/.gitmodules +++ b/.gitmodules @@ -79,3 +79,6 @@ [submodule "code-marketplace"] path = code-marketplace url = https://aur.archlinux.org/code-marketplace.git +[submodule "zoom"] + path = zoom + url = https://aur.archlinux.org/zoom.git diff --git a/build-pacman-repo.yaml b/build-pacman-repo.yaml index 0e5bcc1..dc25fec 100644 --- a/build-pacman-repo.yaml +++ b/build-pacman-repo.yaml @@ -37,3 +37,4 @@ members: - directory: gtd-next - directory: gtd-process - directory: code-marketplace +- directory: zoom diff --git a/tasks.py b/tasks.py index 7a81803..ae556f3 100644 --- a/tasks.py +++ b/tasks.py @@ -14,7 +14,7 @@ def add(c, url, name=None): ending = url[pos:] ending = ending.split(".") name = ending[0] - c.run(f"git submodule add {url} {name}") + c.run(f"git submodule add --force {url} {name}") addyaml(c, name) c.run(f"git commit -am 'added: {name}'") diff --git a/zoom b/zoom new file mode 160000 index 0000000..e06a331 --- /dev/null +++ b/zoom @@ -0,0 +1 @@ +Subproject commit e06a331a210d7ec6188d3f44f50494eaf9da6ae6