Skip to content

Commit

Permalink
world: Don't use flatpak's system-helper when running the jhbuild ver…
Browse files Browse the repository at this point in the history
…sion

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 flatpak/flatpak#367
  • Loading branch information
hadess committed Oct 24, 2016
1 parent c3d8a54 commit a40f100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulesets/gnome-world.modules
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a40f100

Please sign in to comment.