GNOME Bugzilla – Bug 756443
ostbuild: introduce xdg-app support
Last modified: 2016-02-29 19:14:06 UTC
It's now possible to build an xdg-app with ostbuild, running ostbuild make -n resolve ostbuild make -n build-xdg-app
Created attachment 313125 [details] [review] ostbuild: introduce xdg-app support
Review of attachment 313125 [details] [review]: A lot of code duplication =/ Not a blocker though. Can you describe briefly how this works at a high level? It might actually be better even to discuss this on the gnome-continuous ML. (And I really need to look more into how xdg-app's builtin buildsystem works to even review this.) Specifically there are a few tasks: 1) Generate the runtime/SDK trees 2) Build apps based on those We're just doing #2 here right?
Let's close this bug, xdg-app-builder covers what was prototyped here.