From 64b5a44baf533a5c766d8f8c675a86ef0d3386f3 Mon Sep 17 00:00:00 2001 From: Sebastian Rust Date: Sun, 10 Jul 2022 13:25:46 +0200 Subject: [PATCH] bump --- build-pacman-repo.yaml | 1 + tasks.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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):