[jhbuild] world: Don't use flatpak's system-helper when running the jhbuild version



commit a40f1003985fcaf979ebb57482b0992d58e6e395
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Oct 24 15:51:32 2016 +0200

    world: Don't use flatpak's system-helper when running the jhbuild version
    
    This will allow us to test flatpak itself, with separate runtimes from
    the real system installation, without password prompts.
    
    This also disables sudo usage during installation, to avoid prompting
    for passwords when using jhbuild. Note that this will need to be
    overridden for distributions without user namespaces support.
    
    See https://github.com/flatpak/flatpak/issues/367

 modulesets/gnome-world.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-world.modules b/modulesets/gnome-world.modules
index 7fe7014..1ac45ab 100644
--- a/modulesets/gnome-world.modules
+++ b/modulesets/gnome-world.modules
@@ -3234,7 +3234,7 @@
     </dependencies>
   </autotools>
 
-  <autotools id="flatpak" autogenargs="--enable-sudo">
+  <autotools id="flatpak" autogenargs="--disable-sudo --disable-system-helper">
     <branch repo="github.com"
             module="flatpak/flatpak"/>
     <dependencies>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]