mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
d945455178
So far we have been building master of all of our dependencies, also master of the Sdk. This is good for testing the next version of the ecosystem, but has many downsides that we now can avoid with Flatpak. For instance, we want to be buildable at any point in the history, specially when doing bisects. Also, we need to be a bit stable so that when designers, users or others build the latest Nautilus they are able to work with it regardless of its dependencies on other projects. Even more, now with CI we can test the master of the ecosystem regularly while not affecting our regular development and operations by depending on that. So let's separate in two different manifests the development version with stable dependencies, intended for our regular operations, and a development version with all the ecosystem on master, to test the ecosystem regularly on the CI or on-demand locally. |
||
---|---|---|
.. | ||
org.gnome.Nautilus-master.yml | ||
org.gnome.Nautilus.json | ||
org.gnome.Nautilus.yml |