Set maintainer when creating a project from srpm

This commit is contained in:
Denis Silakov 2015-04-28 14:37:19 +03:00
parent 2bac925a20
commit 1eb71b6558

2
abf.py
View file

@ -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)