Remove the docker distribution git repository

As part of moving to docker distribution v2.7.1, remove the docker
distribution git repository. A downloads tarball will be used to build
the released version.

Removed the docker remote from manifests where it is no longer
referenced.

Change-Id: Ib665bb8bf31583c35438dabf532bc9df941a3fc1
Story: 2006999
Task: 39577
Signed-off-by: Robert Church <robert.church@windriver.com>
This commit is contained in:
Robert Church 2020-04-27 18:46:49 -04:00
parent a24beb13da
commit 4cdd276fef
3 changed files with 0 additions and 9 deletions

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="docker" fetch="https://github.com/docker" />
<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" />

View File

@ -4,7 +4,6 @@
<remote name="openstack" fetch="https://opendev.org/openstack" />
<remote name="starlingx" fetch="https://opendev.org/starlingx" />
<remote name="hpe-storage" fetch="https://github.com/hpe-storage" />
<remote name="docker" fetch="https://github.com/docker" />
<remote name="gnocchi" fetch="https://github.com/gnocchixyz/" />
<!-- note, you can also provide personal overrides for your own github -->
<!-- for tests/experiments -->
@ -76,9 +75,6 @@
<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" />
<!-- Docker -->
<project remote="docker" revision="refs/tags/v2.6.2" name="distribution.git" path="cgcs-root/stx/git/docker-distribution"/>
<!-- Keystoneauth -->
<project remote="openstack" revision="stable/train" name="keystoneauth.git" path="cgcs-root/stx/git/python-keystoneauth"/>
</manifest>

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="docker" fetch="https://github.com/docker" />
<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" />
@ -45,9 +44,6 @@
<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" />
<!-- Docker -->
<project remote="docker" revision="refs/tags/v2.6.2" name="distribution.git" path="cgcs-root/stx/git/docker-distribution"/>
<!-- Keystoneauth -->
<project remote="openstack" revision="stable/train" name="keystoneauth.git" path="cgcs-root/stx/git/python-keystoneauth"/>
</manifest>