GNOME Bugzilla – Bug 759347
Automatically track version branches
Last modified: 2021-05-17 16:02:54 UTC
I made this commit to jhbuild today: commit 522f304aad53169225ca049c57bdaadd53603f50 (HEAD -> master) Author: Bastien Nocera <hadess@hadess.net> Date: Fri Dec 11 14:00:38 2015 +0100 3.18: Track gnome-3-18 for gsettings-desktop-schemas See https://bugzilla.gnome.org/show_bug.cgi?id=758659#c10 diff --git a/modulesets/gnome-suites-core-3.18.modules b/modulesets/gnome-suites-core-3.18.modules index 24a912b..bfcd9fe 100644 --- a/modulesets/gnome-suites-core-3.18.modules +++ b/modulesets/gnome-suites-core-3.18.modules @@ -375,7 +375,7 @@ </autotools> <autotools id="gsettings-desktop-schemas" autogenargs="--enable-introspection=yes"> - <branch/> + <branch revision="gnome-3-18"/> <dependencies> <dep package="glib"/> <dep package="gnome-common"/> This shows a more systemic problem in tracking version branches in jhbuild. Ideally, at the top of the versioned module sets, we would have a "default branch" which would be used for all modules which have such a branch, unless overridden in the module definition. For example, in this case, gnome-suites-core-3.18.modules would declare that all modules that have the gnome-3-18 branch would use it, unless overridden.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/jhbuild/-/issues/227.