mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update yunohost_tools.py
This commit is contained in:
parent
f64a9bc349
commit
76b2809f08
1 changed files with 4 additions and 1 deletions
|
@ -276,12 +276,15 @@ def tools_update():
|
|||
else:
|
||||
return { "Update" : stdout.splitlines() }
|
||||
|
||||
|
||||
def tools_changelog():
|
||||
"""
|
||||
Show Changelog
|
||||
|
||||
"""
|
||||
win_msg(_("TODO Show Changelog"))
|
||||
with open('/tmp/changelog', 'r') as f:
|
||||
read_data = f.read()
|
||||
return { "Changelog" : read_data.splitlines() }
|
||||
|
||||
|
||||
def tools_upgrade():
|
||||
|
|
Loading…
Reference in a new issue