[Bug 797048] cerbero: Implement --offline for package and build

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Aug 30 03:32:40 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797048

--- Comment #3 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
The workflow is:

./cerbero-uninstalled fetch gstreamer-1.0

[copy local_sources to wherever you want]

./cerbero-uninstalled package --offline gstreamer-1.0

(In reply to Nicolas Dufresne (ndufresne) from comment #2)
> I don't think it's related to reproducible builds. A reproducible build is
> just a build where all the versions has been fixated. It does not matter if
> you are online or offline. 

It's related to reproducible builds in practice because if you build cerbero
master that's going to pull in latest git. Fetch will update the git repo when
building even if the local_sources exist.

This also happens when building the stable branches like 1.14. The only time
this doesn't happen is when you build a specific tag like 1.14.2.

bundle-source is fine, but the git repos will *still* be updated when you
build, afaik. So this is the other part that's needed to make bundle-source
work as expected.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list