Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flatpak/flatpak-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.6
Choose a base ref
...
head repository: flatpak/flatpak-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.7
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 4, 2019

  1. Update platform creation to ensure good mtimes and better cacheing

    This splits the platform creation into 3 parts:
     * base - create the initial directory based on the parent platform
     * prepare - run prepare commands and apply all changes
     * cleanup - apply cleanups and cleanup commands
    
    This has cacheing advantages in that prepare_commands and cleanup changes
    only cause the minimal amount of rebuilds.
    
    Additionally, it ensures that the mtimes are zeroed out (from the
    previous checkout) both when the prepare and cleanup commands are run.
    This is actually important, since these often generate caches (for
    example fontconfig ones) which rely on zeroed mtimes so they match
    what will be deployed.
    
    Closes: #277
    Approved by: alexlarsson
    alexlarsson authored and rh-atomic-bot committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    15eb895 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. CI: Add fuse-devel buildreq

    Closes: #283
    Approved by: alexlarsson
    alexlarsson authored and rh-atomic-bot committed May 6, 2019
    Configuration menu
    Copy the full SHA
    d901d82 View commit details
    Browse the repository at this point in the history
  2. utils: force exit host commands when flatpak-builder exits

    If we are spawning applications on the host using the Development service,
    then we want those commands to exit when the flatpak-builder process
    exits, as can happen from Ctrl^C or kill().
    
    By using a static FlatpakHostCommandFlags we only ever check this a single
    time and then each subsequent request will do the right thing.
    chergert authored and alexlarsson committed May 6, 2019
    Configuration menu
    Copy the full SHA
    d3399fd View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Bump version to 1.0.7

    alexlarsson committed May 10, 2019
    Configuration menu
    Copy the full SHA
    3b5c3fd View commit details
    Browse the repository at this point in the history
  2. Update NEWS for release

    alexlarsson committed May 10, 2019
    Configuration menu
    Copy the full SHA
    982e86f View commit details
    Browse the repository at this point in the history
Loading