mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #86 from YunoHost-Apps/improve-package-check
Improve package-check automated tests
This commit is contained in:
commit
10ef78453b
3 changed files with 3 additions and 8 deletions
5
Vagrantfile
vendored
5
Vagrantfile
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue