Cerbero fetch branch

pablo platt pablo.platt at gmail.com
Tue Apr 7 06:43:14 PDT 2015


Thanks

On Tue, Apr 7, 2015 at 4:40 PM, Andoni Morales <ylatuya at gmail.com> wrote:

> Sure, you can do it using the property recipes_commits:
>
> recipes_commits = {
>       'gst-plugins-bad': 'origin/v1.5.0',
> }
>
> It's a dicctionary with the recipe name as key and the commit as value.
>
> What you can't do is adding new remotes, so it must point to a valid
> commit in the remotes set by the recipe.
>
> Andoni
>
>
>
>
> 2015-04-07 15:19 GMT+02:00 pablo platt <pablo.platt at gmail.com>:
> > Can we override the commit in cerbero.cbc instead of the recepie?
> >
> > On Tue, Apr 7, 2015 at 4:14 PM, Andoni Morales <ylatuya at gmail.com>
> wrote:
> >>
> >> The Git source backend uses the following properties:
> >>  * remotes: allows you setting different remotes as you would do with
> >> "git remote add"
> >>  * commit: lets you point to a commit description used for the build
> >> as you would do with git reset --hard <COMMIT>. This can be a hash, a
> >> branch, a tag (any valid commit description)
> >>
> >> As an example you can take a look at gas-preprocessor.recipe:
> >>   remotes = {'origin': 'git://github.com/ylatuya/gas-preprocessor.git'}
> >>   commit = 'origin/master'
> >>
> >> Andoni
> >>
> >> 2015-04-06 10:55 GMT+02:00 Forzaferrarileo <leonardo.ferroro at gmail.com
> >:
> >> > Hi,  it's possible to fetch a specific branch of a git repo within a
> >> > cerbero
> >> > recipe?
> >> >
> >> > Leonardo
> >> >
> >> >
> >> >
> >> > --
> >> > View this message in context:
> >> >
> http://gstreamer-devel.966125.n4.nabble.com/Cerbero-fetch-branch-tp4671461.html
> >> > Sent from the GStreamer-devel mailing list archive at Nabble.com.
> >> > _______________________________________________
> >> > gstreamer-devel mailing list
> >> > gstreamer-devel at lists.freedesktop.org
> >> > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> >>
> >>
> >>
> >> --
> >> Andoni Morales Alastruey
> >>
> >> LongoMatch:The Digital Coach
> >> http://www.longomatch.ylatuya.es
> >> _______________________________________________
> >> gstreamer-devel mailing list
> >> gstreamer-devel at lists.freedesktop.org
> >> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> >
> >
> >
> > _______________________________________________
> > gstreamer-devel mailing list
> > gstreamer-devel at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> >
>
>
>
> --
> Andoni Morales Alastruey
>
> LongoMatch:The Digital Coach
> http://www.longomatch.ylatuya.es
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150407/8ca1811e/attachment-0001.html>


More information about the gstreamer-devel mailing list