diff --git a/build-pacman-repo.yaml b/build-pacman-repo.yaml index aa07898..5b57daf 100644 --- a/build-pacman-repo.yaml +++ b/build-pacman-repo.yaml @@ -27,3 +27,4 @@ members: - directory: pdfsam - directory: scrub - directory: plog +- directory: plymouth-git diff --git a/tasks.py b/tasks.py index 2641e37..d7c22f7 100644 --- a/tasks.py +++ b/tasks.py @@ -13,8 +13,8 @@ def add(c, url, name=None): ending = ending.split(".") name = ending[0] c.run(f"git submodule add {url} {name}") - c.run(f"git commit -am 'added: {name}'") addyaml(c, name) + c.run(f"git commit -am 'added: {name}'") @task def update(c):