GNOME Bugzilla – Bug 745003
Warn if bootstrap recipes have been updated
Last modified: 2018-11-03 10:18:30 UTC
While building a recipe for a particular config, Cerbero should warn if: a) Bootstrap hasn't been done or b) Bootstrap recipes have been updated and bootstrap should be re-run Otherwise people will continue to have build problems even after they've been fixed in build-tools recipes.
Just always run 'bootstrap --build-tools-only' If there's no updates => takes a second If there are updates => it'll rebuild them Or should we always run bootstrap --build-tools-only when building recipes ?
One alternative is to spew a warning asking the user to run it when the cache says the build-tools have an update available. Less automagic is usually better. Don't want, for instance, a build problem with bootstrap build tools to block all recipe building. :)
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org'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.freedesktop.org/gstreamer/cerbero/issues/10.