Page MenuHomeSolus

Update flatpak-builder to 0.10.9
ClosedPublic

Authored by kyrios123 on Feb 15 2018, 9:59 PM.
Tags
None
Referenced Files
F11048367: D2296.id.diff
Thu, Aug 10, 4:33 PM
F11048365: D2296.id6879.diff
Thu, Aug 10, 4:33 PM
F11048364: D2296.id6310.diff
Thu, Aug 10, 4:33 PM
F11048363: D2296.id5509.diff
Thu, Aug 10, 4:33 PM
F11048362: D2296.id5561.diff
Thu, Aug 10, 4:33 PM
F11048361: D2296.id6873.diff
Thu, Aug 10, 4:33 PM
F11033988: D2296.diff
Wed, Aug 9, 4:21 PM
F10987258: D2296.id6310.diff
Mon, Jul 24, 5:06 AM

Details

Summary
  • Support -y argument, which passes it on to flatpak install, etc
  • Fix build on glibc 2.27
  • Fix build on recent glibc
  • Add support for --socket=fallback-x11
  • Fix assert in --install
  • Fix --disable-updates for git sources
  • When mirroring git repos, use a temporary download dir
  • Support running flatpak-builder inside a flatpak sandbox

Depends on D2295

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan

Executed the example from this page

Diff Detail

Repository
R3847 flatpak-builder
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kyrios123 retitled this revision from Update flatpak-builder to 0.10.8 to Update flatpak-builder to 0.10.9.
kyrios123 edited the summary of this revision. (Show Details)

Bump to 0.10.9

JoshStrobl added a subscriber: JoshStrobl.

Accepting for inclusion assuming you nuke your newline at the end of the file.

This revision is now accepted and ready to land.Mar 3 2018, 10:40 AM
  • Update license to SPDX 3.0

Could you add my rundeps from my verison:

  • ccache
  • elfutils # eu-strip
  • flatpak
  • Source types
  • bzr
  • git
  • unzip
  • rpm
  • cpio
  • patch
package.yml
6

Wrong license.

package.yml
6

See comment in D2580

Could you add my rundeps from my verison:

  • ccache
  • elfutils # eu-strip
  • flatpak
  • Source types
  • bzr
  • git
  • unzip
  • rpm
  • cpio
  • patch

There are already rundeps

  • bzr
  • elfutils
  • flatpak
  • git

These are in system.base

  • unzip
  • cpio

So only patch, rpm and ccache are missing from your list.
I am not sure most people will require rpm, so it's probably better to not force it as a mandatory dependency.

So only patch, rpm and ccache are missing from your list.
I am not sure most people will require rpm, so it's probably better to not force it as a mandatory dependency.

Sounds good, thanks.

Fix: license, add missing rundeps

This revision was automatically updated to reflect the committed changes.