Alexander Larsson

Results 460 comments of Alexander Larsson

_From @csoriano1618 on March 23, 2017 12:49_ Good idea, microversions are just a burden for Alex and other contributors. Commit id would be a good solution.

Commit id of what? The git repo? Its hard to verify that, as you can't compare it with "less-than".

In general flatpak-builder doesn't do dependencies in that way. Its just a ordered build, and everything after the changed thing gets rebuilt. However, it stores the exact build id of...

If the sdk *didn't* change and it still rebuilt everything when you just changed the last module, that would be a bug, and we need to look into that.

_From @matze on February 15, 2017 9:53_ > so things get rebuilt if the sdk isupdated, which tends to happen now and then. I see and will have a closer...

I don't at the moment, but I'd gladly take patches.

_From @mwleeds on July 19, 2016 21:15_ This feature would be very helpful in getting working flatpak support into GNOME Builder. I can work on it if no one else...

_From @muelli on August 4, 2016 19:52_ FWIW: I've tried to use smth like ``` "sources": [ { "type": "git" , "url": "." ``` which seems to work. Sort of....

_From @cmollekopf on August 4, 2017 20:36_ This would indeed be great. The crude hack that I'm using right now is: * Define the git repo with a file url....

The latest flatpak-builder also supports source type of "dir", which just means it copies a locally available directory. This is often a pretty good match for CI, which typically has...