mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Updating repository of already known applications
This commit is contained in:
parent
32564b071d
commit
286ada9dff
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class AppCatalog():
|
|||
public_commit=app["git"]["revision"])
|
||||
db.session.add(known_app)
|
||||
else:
|
||||
known_app.repo = app["repo"]
|
||||
print("Updating already known app {}".format(name))
|
||||
|
||||
maintainers_info = app["manifest"].get("maintainer", app["manifest"].get("developer", None))
|
||||
|
|
Loading…
Reference in a new issue