
Ensure that the defaul revision for starlingx branches is the r/stx.4.0 branch Lock down openstack-ras and ryu to commit hashes. Signed-off-by: Saul Wold <sgw@linux.intel.com> Change-Id: Id8f5e47cf43f4db88b5bad92e0c1640756344ea6
14 lines
411 B
XML
14 lines
411 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
|
|
<remote name="starlingx" fetch="https://opendev.org/starlingx" />
|
|
<!-- note, you can also provide personal overrides for your own github -->
|
|
<!-- for tests/experiments -->
|
|
|
|
<default revision="r/stx.4.0" remote="starlingx"/>
|
|
<include name="common.xml" />
|
|
|
|
<project remote="starlingx" name="compile.git" path="cgcs-root/stx/compile" />
|
|
|
|
</manifest>
|