Change branch defaults to release branch

This also changes the default remote to starlingx from stx-staging.
We should probably reflect this into master also.

Change-Id: Ic0cedc321b8df7da623464fc534a129e59e4dab3
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
Dean Troyer 2019-08-07 11:28:00 -05:00
parent 6399310de4
commit 4775477627
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<!-- for tests/experiments -->
<remote name="stx-staging" fetch="https://github.com/starlingx-staging"/>
<default revision="master" remote="stx-staging"/>
<default remote="starlingx" revision="r/stx.2.0"/>
<project remote="starlingx" name="tools.git" path="stx-tools"/>
@ -33,8 +33,8 @@
<project remote="stx-staging" name="stx-ceph.git" path="cgcs-root/stx/git/ceph" revision="stx/v13.2.2"/>
<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"/>
<project remote="stx-staging" name="stx-ryu.git" revision="master" path="cgcs-root/stx/git/ryu"/>
<project remote="stx-staging" name="stx-openstack-ras.git" revision="master" path="cgcs-root/stx/git/openstack-ras"/>
<!-- Clients -->
<project remote="openstack" revision="stable/stein" name="python-aodhclient.git" path="cgcs-root/stx/git/python-aodhclient"/>