On Fri, Apr 17, 2015 at 2:56 AM, <[email protected]> wrote: > From: Jackie Huang <[email protected]> > > The bitbake git fetcher ignores non-released branches/tags > like beta and rc, but we may want to update the openstack > milestones like 2015.1.0.b2, add the GITTAGREGEX_BETA to > allow this.
Thanks Jackie. merged Bruce > > Signed-off-by: Jackie Huang <[email protected]> > --- > .../conf/distro/include/package_regex_openstack.inc | 11 > +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/meta-openstack/conf/distro/include/package_regex_openstack.inc > b/meta-openstack/conf/distro/include/package_regex_openstack.inc > index b72b2d1..6afe5ea 100644 > --- a/meta-openstack/conf/distro/include/package_regex_openstack.inc > +++ b/meta-openstack/conf/distro/include/package_regex_openstack.inc > @@ -40,3 +40,14 @@ GITTAGREGEX_pn-python-glanceclient = > "${GITTAGREGEX_COMMON}" > GITTAGREGEX_pn-python-keystoneclient = "${GITTAGREGEX_COMMON}" > GITTAGREGEX_pn-python-neutronclient = "(?P<pver>\d+\.\d+\.(\d\.?)+)" > GITTAGREGEX_pn-python-novaclient = "${GITTAGREGEX_COMMON}" > + > +GITTAGREGEX_BETA = "(?P<pver>\d+\.\d+(\.\d+(b\d)?)?)" > +GITTAGREGEX_pn-python-barbican = "${GITTAGREGEX_BETA}" > +GITTAGREGEX_pn-python-ceilometer = "${GITTAGREGEX_BETA}" > +GITTAGREGEX_pn-python-cinder = "${GITTAGREGEX_BETA}" > +GITTAGREGEX_pn-python-glance = "${GITTAGREGEX_BETA}" > +GITTAGREGEX_pn-python-heat = "${GITTAGREGEX_BETA}" > +GITTAGREGEX_pn-python-horizon = "${GITTAGREGEX_BETA}" > +GITTAGREGEX_pn-python-keystone = "${GITTAGREGEX_BETA}" > +GITTAGREGEX_pn-python-neutron = "${GITTAGREGEX_BETA}" > +GITTAGREGEX_pn-python-nova = "${GITTAGREGEX_BETA}" > -- > 1.9.1 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
