mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Merge pull request #13 from YunoHost/update_repo
Updating repository of already known applications
This commit is contained in:
commit
ce19acde62
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["url"]
|
||||
print("Updating already known app {}".format(name))
|
||||
|
||||
maintainers_info = app["manifest"].get("maintainer", app["manifest"].get("developer", None))
|
||||
|
|
Loading…
Reference in a new issue