diff --git a/Vagrantfile b/Vagrantfile index a1dec32..ca9abb1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -67,11 +67,6 @@ Vagrant.configure("2") do |config| # Install package_check if ! [ -f "$HOME/package_check/package_check.sh" ]; then git clone https://github.com/YunoHost/package_check - # Checkout our custom patches (until they get merged upstream) - cd package_check - git remote add kemenaran https://github.com/kemenaran/package_check.git - git fetch kemenaran - git checkout --track kemenaran/fixes # Fix LXC containers not being able to reach outside internet. # The default configuration is to detect the default gateway used diff --git a/check_process b/check_process index 5151a8f..e6fa3bd 100644 --- a/check_process +++ b/check_process @@ -23,7 +23,7 @@ Level 1=auto Level 2=auto Level 3=auto - Level 4=0 + Level 4=na Level 5=auto Level 6=auto Level 7=auto diff --git a/manifest.json b/manifest.json index 83261ae..c58151d 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "fr": "Une alternative open-source et auto-hébergée à Slack" }, "url": "http://www.mattermost.org/", - "license": "free", + "license": "GPL-3.0-only", "version": "4.6.0-1", "maintainer": { "name": "pmorinerie", @@ -44,7 +44,7 @@ "name": "analytics", "type": "boolean", "ask": { - "en": "Do you want to allow Mattermost to send some telemetrics about your usage of this app?", + "en": "Allow Mattermost to send some telemetrics about your usage of this app?", "fr": "Autorisez-vous Mattermost à envoyer des informations anonymes sur votre usage de l’application ?" }, "default": false