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
This commit is contained in:
parent
32bc907edb
commit
1ab6cabc9d
@ -76,8 +76,8 @@
|
||||
<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, we were tracking master branch, This SHA is shortly after tag 7.0.7 -->
|
||||
<project remote="gnocchi" revision="afcf9900fe47f3d8c833eb9b8d62564cea1e7f25" name="python-gnocchiclient.git" path="cgcs-root/stx/git/python-gnocchiclient"/>
|
||||
<!-- 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"/>
|
||||
|
@ -37,8 +37,8 @@
|
||||
<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, we were tracking master branch, This SHA is shortly after tag 7.0.7 -->
|
||||
<project remote="gnocchi" revision="afcf9900fe47f3d8c833eb9b8d62564cea1e7f25" name="python-gnocchiclient.git" path="cgcs-root/stx/git/python-gnocchiclient"/>
|
||||
<!-- 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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user