Merge pull request #104 from Tagadda/patch-1

Use an Info instead of a Warning for packages that are not in the YunoHost-Apps organisation
This commit is contained in:
Tagada 2022-05-15 12:47:50 +02:00 committed by GitHub
commit 74104331e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1761,7 +1761,7 @@ class AppCatalog(TestSuite):
"The URL for this app in the catalog should be %s" % repo_org
)
else:
yield Warning(
yield Info(
"Consider adding your app to the YunoHost-Apps organization to allow the community to contribute more easily"
)
@ -1774,7 +1774,7 @@ class AppCatalog(TestSuite):
return urlopen(repo_brique)["code"] != 404
if not is_in_github_org() and not is_in_brique_org():
yield Warning(
yield Info(
"Consider adding your app to the YunoHost-Apps organization to allow the community to contribute more easily"
)