After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 750112 - Add recipes_remotes config
Add recipes_remotes config
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-29 16:27 UTC by Xavier Claessens
Modified: 2015-06-01 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add recipes_remotes config (2.69 KB, patch)
2015-05-29 16:28 UTC, Xavier Claessens
none Details | Review
Add recipes_remotes config (2.89 KB, patch)
2015-06-01 15:10 UTC, Xavier Claessens
committed Details | Review

Description Xavier Claessens 2015-05-29 16:27:39 UTC
Config files can already change the commit used to build a recipe using 'recipes_commits'. It would be useful to also be able to build from an external git repository, so I'm suggesting to add similar 'recipes_remotes' config.
Comment 1 Xavier Claessens 2015-05-29 16:28:31 UTC
Created attachment 304275 [details] [review]
Add recipes_remotes config

This allows config to add remotes on some recipes to be able to build
from external repositories.

recipes_remotes['gst-plugins-good-1.0'] = { 'external': 'git://example.com/gst-plugins-good.git' }
recipes_commits['gst-plugins-good-1.0'] = 'external/master'
Comment 2 Xavier Claessens 2015-06-01 15:10:40 UTC
Created attachment 304357 [details] [review]
Add recipes_remotes config

This allows config to add remotes on some recipes to be able to build
from external repositories.

recipes_remotes['gst-plugins-good-1.0'] = { 'external': 'git://example.com/gst-plugins-good.git' }
recipes_commits['gst-plugins-good-1.0'] = 'external/master'
Comment 3 Nicolas Dufresne (ndufresne) 2015-06-01 15:36:00 UTC
Attachment 304357 [details] pushed as ab41ba0 - Add recipes_remotes config