[gnome-music/wip/mschraal/mrqmcq2u-debug-spew: 123/123] meson: Disable network access for appstream validation



commit 02e13de5f454b94505a26a89cc27b793ead86d84
Author: Jean Felder <jfelder src gnome org>
Date:   Mon Apr 27 17:02:16 2020 +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 25ff1e10..11332381 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]