[iagno/gitlab-ci] Meson: validate appdata file without network access
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno/gitlab-ci] Meson: validate appdata file without network access
- Date: Mon, 4 Feb 2019 23:23:38 +0000 (UTC)
commit 0e8356172c4a5274aa4ed97b6a5e413628276495
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Mon Feb 4 23:23:29 2019 +0000
Meson: validate appdata file without network access
A lot of distros and also on flatpak build does not have network access.
data/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 8ea679e..222c65a 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -61,7 +61,7 @@ if appstream_util.found()
test(
'validate-appdata', appstream_util,
args: [
- 'validate-relax', appdata_file.full_path()
+ 'validate-relax', '--nonet', appdata_file.full_path()
]
)
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]