bump
This commit is contained in:
@@ -27,3 +27,4 @@ members:
|
|||||||
- directory: pdfsam
|
- directory: pdfsam
|
||||||
- directory: scrub
|
- directory: scrub
|
||||||
- directory: plog
|
- directory: plog
|
||||||
|
- directory: plymouth-git
|
||||||
|
|||||||
2
tasks.py
2
tasks.py
@@ -13,8 +13,8 @@ def add(c, url, name=None):
|
|||||||
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 {url} {name}")
|
||||||
c.run(f"git commit -am 'added: {name}'")
|
|
||||||
addyaml(c, name)
|
addyaml(c, name)
|
||||||
|
c.run(f"git commit -am 'added: {name}'")
|
||||||
|
|
||||||
@task
|
@task
|
||||||
def update(c):
|
def update(c):
|
||||||
|
|||||||
Reference in New Issue
Block a user