GNOME Bugzilla – Bug 770869
bundle-source does not include all sources (config specific)
Last modified: 2018-11-03 10:21:07 UTC
See summary, bundle-source only includes the sources needed for the selected config. Not all of them. Not sure how to detect "all of them" though, we have a few recipes that are only used by pitivi for example.
Cerbero being imperative (and not declarative), it's pretty much impossible to know what other configs may do (as you can run arbitrary code in the prepare() method). The workaround I currently use is to run bundle-source for each config, then untar all of them into one directory when re-tar it back.. Because it seems impossible to add files to a compressed tarball.
-- 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/34.