[gnome-music/wip/jfelder/appstream-nonet] meson: Disable network access for appstream validation
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/appstream-nonet] meson: Disable network access for appstream validation
- Date: Wed, 4 Aug 2021 18:09:02 +0000 (UTC)
commit 52335d6c77d5fb695212005111fa420169de3bdb
Author: Jean Felder <jfelder src gnome org>
Date: Wed Aug 4 20:08:23 2021 +0200
meson: Disable network access for appstream validation
data/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 25ff1e102..113323817 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -65,7 +65,7 @@ if appstream_util.found()
test (
'Validate appdata file',
appstream_util,
- args: ['validate-relax', join_paths(meson.current_build_dir (), APPLICATION_ID + '.appdata.xml')]
+ args: ['validate-relax', '--nonet', join_paths(meson.current_build_dir (), APPLICATION_ID +
'.appdata.xml')]
)
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]