manifest/distro.xml
albailey 1ab6cabc9d python-gnocchiclient build fix (7.0.7)
Lock down python-gnocchiclient to tag 7.0.7

The master branch changed the setup.py which breaks how
the build and install ignore the subdirectories (like v1
or tests).  Tag 7.0.7 does not include that breakage.

Closes-bug: 1983389

Signed-off-by: albailey <Al.Bailey@windriver.com>
Change-Id: Ie5d4596b466e6d8f7c1f35a97c71e24e9acdbb66
2022-08-03 13:20:23 -04:00

58 lines
4.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="gnocchi" fetch="https://github.com/gnocchixyz/" />
<remote name="hpe-storage" fetch="https://github.com/hpe-storage" />
<remote name="openstack" fetch="https://opendev.org/openstack" />
<remote name="starlingx" fetch="https://opendev.org/starlingx" />
<remote name="stx-staging" fetch="https://github.com/starlingx-staging"/>
<remote name="linux-yocto" fetch="git://git.yoctoproject.org/" />
<!-- note, you can also provide personal overrides for your own github -->
<!-- for tests/experiments -->
<default revision="master" remote="stx-staging"/>
<include name="common.xml" />
<project remote="starlingx" name="integ.git" path="cgcs-root/stx/integ" />
<project remote="starlingx" name="kernel.git" path="cgcs-root/stx/kernel" />
<project remote="starlingx" name="upstream.git" path="cgcs-root/stx/upstream"/>
<project remote="stx-staging" name="stx-ceph.git" revision="stx/v14.2.22" path="cgcs-root/stx/git/ceph"/>
<project remote="stx-staging" name="stx-libvirt.git" revision="stx/v4.7.0-1" path="cgcs-root/stx/git/libvirt"/>
<project remote="stx-staging" name="stx-qemu.git" revision="stx/v3.0.0-1" path="cgcs-root/stx/git/qemu"/>
<project remote="stx-staging" name="stx-ryu.git" path="cgcs-root/stx/git/ryu"/>
<project remote="stx-staging" name="stx-openstack-ras.git" path="cgcs-root/stx/git/openstack-ras"/>
<!-- Clients -->
<project remote="openstack" revision="stable/train" name="python-aodhclient.git" path="cgcs-root/stx/git/python-aodhclient"/>
<project remote="openstack" revision="stable/train" name="python-barbicanclient.git" path="cgcs-root/stx/git/python-barbicanclient"/>
<project remote="openstack" revision="stable/train" name="python-cinderclient.git" path="cgcs-root/stx/git/python-cinderclient"/>
<project remote="openstack" revision="stable/train" name="python-glanceclient.git" path="cgcs-root/stx/git/python-glanceclient"/>
<project remote="openstack" revision="stable/train" name="python-heatclient.git" path="cgcs-root/stx/git/python-heatclient"/>
<project remote="openstack" revision="stable/train" name="python-ironicclient.git" path="cgcs-root/stx/git/python-ironicclient"/>
<project remote="openstack" revision="stable/train" name="python-keystoneclient.git" path="cgcs-root/stx/git/python-keystoneclient"/>
<project remote="openstack" revision="stable/train" name="python-neutronclient.git" path="cgcs-root/stx/git/python-neutronclient"/>
<project remote="openstack" revision="stable/train" name="python-novaclient.git" path="cgcs-root/stx/git/python-novaclient"/>
<project remote="openstack" revision="stable/train" name="python-openstackclient.git" path="cgcs-root/stx/git/python-openstackclient"/>
<project remote="openstack" revision="stable/train" name="openstacksdk.git" path="cgcs-root/stx/git/python-openstacksdk"/>
<project remote="openstack" revision="stable/train" name="python-pankoclient.git" path="cgcs-root/stx/git/python-pankoclient"/>
<!-- Last known good build of python-gnochiclient, 7.0.7 tag -->
<project remote="gnocchi" revision="refs/tags/7.0.7" name="python-gnocchiclient.git" path="cgcs-root/stx/git/python-gnocchiclient"/>
<!-- linux-yocto Upstream branch is v5.10/standard/base, commit 6cf7dea05bd756513cf58c5ced8c6bf1d1f23c15 is Merge tag 'v5.10.112' into v5.10/standard/base -->
<project remote="linux-yocto" sync-c="true" sync-tags="false" upstream="v5.10/standard/base" revision="6cf7dea05bd756513cf58c5ced8c6bf1d1f23c15" name="linux-yocto" path="cgcs-root/stx/git/linux-yocto-std"/>
<!-- linux-yocto Upstream branch is v5.10/standard/preempt-rt/base, commit bd6e7290bc766ef13e42a1e37f75e6e708b4e317 that adds the preempt_rt patchset based on the same code of std kernel -->
<project remote="linux-yocto" sync-c="true" sync-tags="false" clone-depth="100" upstream="v5.10/standard/preempt-rt/base" revision="bd6e7290bc766ef13e42a1e37f75e6e708b4e317" name="linux-yocto.git" path="cgcs-root/stx/git/linux-yocto-rt"/>
<!-- Pure Upstream -->
<project remote="openstack" revision="stable/train" name="horizon.git" path="cgcs-root/stx/git/horizon"/>
<!-- HPE Storage -->
<project remote="hpe-storage" revision="refs/tags/4.2.3" name="python-3parclient.git" path="cgcs-root/stx/git/python-3parclient" />
<project remote="hpe-storage" revision="refs/tags/2.1.0" name="python-lefthandclient.git" path="cgcs-root/stx/git/python-lefthandclient" />
<!-- Keystoneauth -->
<project remote="openstack" revision="stable/train" name="keystoneauth.git" path="cgcs-root/stx/git/python-keystoneauth"/>
</manifest>