[gnome-klotski/flatpak-ci] meson: validate appdata file without network access
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-klotski/flatpak-ci] meson: validate appdata file without network access
- Date: Sun, 20 Jan 2019 02:51:01 +0000 (UTC)
commit 453e5404bb8a2ef9579546a203885026bdcad878
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Sun Jan 20 03:50:39 2019 +0100
meson: validate appdata file without network access
data/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 68509e0..c7d7047 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]