mirror of
https://abf.rosa.ru/djam/abf-console-client-src.git
synced 2025-02-24 02:12:49 +00:00
Set maintainer when creating a project from srpm
This commit is contained in:
parent
2bac925a20
commit
1eb71b6558
1 changed files with 2 additions and 0 deletions
2
abf.py
2
abf.py
|
@ -1035,6 +1035,8 @@ def create():
|
|||
os.system("git checkout -b " + default_branch);
|
||||
os.system("git push origin " + default_branch);
|
||||
|
||||
os.system("abf update --maintainer " + login)
|
||||
|
||||
# Go back to initial dir and delete temp folder
|
||||
os.chdir(curdir)
|
||||
shutil.rmtree(tempdir)
|
||||
|
|
Loading…
Add table
Reference in a new issue