moulinette/src/yunohost
Jérôme Lebleu fba14e55df [enh] Introduce new 'requirements' manifest key (close #113)
The 'requirements' key allows to specify the Debian packages which must
be installed and their required version. It must be an array of the
package name as the key and its version specifier - for its format, see
yunohost.utils.packages.Specifier - as value. For example:

"requirements": {
  "yunohost": ">= 2.4, << 2.5"
}
2016-03-08 22:58:47 +01:00
..
utils [enh] Introduce new 'requirements' manifest key (close #113) 2016-03-08 22:58:47 +01:00
__init__.py [enh] Rely on APT python library to retrieve packages version 2016-03-08 16:10:14 +01:00
app.py [enh] Introduce new 'requirements' manifest key (close #113) 2016-03-08 22:58:47 +01:00
backup.py [fix] Clean tmp directory when restoration is cancelled 2016-02-18 16:20:36 +01:00
domain.py [fix] use ip6.yunohost.org instead of ipv6.yunohost.org (less connectivity issues) 2016-03-08 18:59:09 +01:00
dyndns.py [enh] Use a common method to retrieve public IP address 2016-03-08 11:10:28 +01:00
firewall.py [enh] Make use of new logging facilities with the cli in the firewall 2015-11-12 22:39:09 +01:00
hook.py [enh] Pass app id to scripts and remove hook_check action 2015-12-27 22:56:04 +01:00
monitor.py [enh] Use a common method to retrieve public IP address 2016-03-08 11:10:28 +01:00
service.py [fix] Protect against empty files 2016-03-08 17:38:29 +01:00
tools.py [enh] Replace msignals.display by logging in tools.py 2016-03-02 11:12:54 +01:00
user.py [enh] Replace msignals.display by logging in user.py 2016-03-01 20:56:45 +01:00