GNOME Bugzilla – Bug 750112
Add recipes_remotes config
Last modified: 2015-06-01 15:37:05 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.
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'
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'
Attachment 304357 [details] pushed as ab41ba0 - Add recipes_remotes config