mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Update package_check.sh
This commit is contained in:
parent
d7c31f94ba
commit
c59925dfb5
1 changed files with 2 additions and 2 deletions
|
@ -617,7 +617,7 @@ TEST_RESULTS () {
|
||||||
test -n "${level[5]}" || level[5]=auto
|
test -n "${level[5]}" || level[5]=auto
|
||||||
test -n "${level[6]}" || level[6]=auto
|
test -n "${level[6]}" || level[6]=auto
|
||||||
test -n "${level[7]}" || level[7]=auto
|
test -n "${level[7]}" || level[7]=auto
|
||||||
test -n "${level[8]}" || level[8]=0
|
test -n "${level[8]}" || level[8]=auto
|
||||||
test -n "${level[9]}" || level[9]=0
|
test -n "${level[9]}" || level[9]=0
|
||||||
test -n "${level[10]}" || level[10]=0
|
test -n "${level[10]}" || level[10]=0
|
||||||
|
|
||||||
|
@ -727,7 +727,7 @@ TEST_RESULTS () {
|
||||||
# -> High quality package.
|
# -> High quality package.
|
||||||
# The level 9 can be validated only by the official list of app.
|
# The level 9 can be validated only by the official list of app.
|
||||||
level[9]=0
|
level[9]=0
|
||||||
# Define the level 8 only if we're working on a repository. Otherwise, we can't assert that this is the correct app.
|
# Define the level 9 only if we're working on a repository. Otherwise, we can't assert that this is the correct app.
|
||||||
if echo "$app_arg" | grep --extended-regexp --quiet "https?:\/\/"
|
if echo "$app_arg" | grep --extended-regexp --quiet "https?:\/\/"
|
||||||
then
|
then
|
||||||
# Get the name of the app from the repository name.
|
# Get the name of the app from the repository name.
|
||||||
|
|
Loading…
Add table
Reference in a new issue