Files
manifest/stx-openstack.xml
Scott Little 843e429046 Added apt-ostree to stx-openstack manifest
Right now, apt-ostree is included by pulling a tarball from opendev.
Opendev maintainers have stated this feature cannot be relied on.
And this method also requires an extra commit when updating
apt-ostree to point to the new tarball.

With this change, the repo will be cloned along with the others.
Another commit will be made on the update repo to point to the
cloned repo for building the pkg.

Test Plan:
pass: repo sync and confirm apt-ostree
          at cgcs-root/stx/git/

Story: 2010867
Task: 52332

Change-Id: I8c3899470ff9b7f5b0918b78e762720b56cb0b71
Signed-off-by: Scott Little <scott.little@windriver.com>
2025-06-18 09:24:00 -04:00

41 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="starlingx" fetch="https://opendev.org/starlingx"/>
<remote name="stx-staging" fetch="https://github.com/starlingx-staging"/>
<remote name="openstack" fetch="https://opendev.org/openstack"/>
<remote name="docker" fetch="https://github.com/docker"/>
<!-- note, you can also provide personal overrides for your own github -->
<!-- for tests/experiments -->
<default revision="master" remote="starlingx"/>
<project remote="starlingx" name="root.git" path="cgcs-root"/>
<project remote="starlingx" name="tools.git" path="stx-tools"/>
<project remote="starlingx" name="public-keys.git" path="cgcs-root/public-keys"/>
<project remote="starlingx" name="compile.git" path="cgcs-root/stx/compile"/>
<project remote="starlingx" name="config.git" path="cgcs-root/stx/config"/>
<project remote="starlingx" name="config-files.git" path="cgcs-root/stx/config-files"/>
<project remote="starlingx" name="docs.git" path="cgcs-root/stx/docs"/>
<project remote="starlingx" name="fault.git" path="cgcs-root/stx/fault"/>
<project remote="starlingx" name="helm-charts.git" path="cgcs-root/stx/helm-charts"/>
<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="openstack-armada-app.git" path="cgcs-root/stx/openstack-armada-app"/>
<project remote="starlingx" name="update.git" path="cgcs-root/stx/update"/>
<project remote="starlingx" name="utilities.git" path="cgcs-root/stx/utilities"/>
<project remote="starlingx" name="virt.git" path="cgcs-root/stx/virt"/>
<!-- Apt-Ostree -->
<project remote="starlingx" revision="master" name="apt-ostree.git" path="cgcs-root/stx/git/apt-ostree"/>
<project remote="stx-staging" name="stx-ceph.git" revision="stx/v14.2.22" path="cgcs-root/stx/git/ceph"/>
<project remote="docker" revision="refs/tags/v2.6.2" name="distribution.git" path="cgcs-root/stx/git/docker-distribution"/>
</manifest>