Merge "Adjust RefStack build for osf->openinfra rename"

This commit is contained in:
Zuul 2021-11-08 02:20:52 +00:00 committed by Gerrit Code Review
commit 28243caa7f
2 changed files with 5 additions and 5 deletions

View File

@ -19,9 +19,9 @@ At a Glance
* :git_file:`playbooks/service-refstack.yaml`
* :git_file:`docker/refstack/Dockerfile`
:Projects:
* https://opendev.org/osf/refstack/
* https://opendev.org/openinfra/refstack/
:Bugs:
* https://storyboard.openstack.org/#!/project/osf/refstack
* https://storyboard.openstack.org/#!/project/openinfra/refstack
Overview
========

View File

@ -13,8 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# upload trigger - Wed 30 June 2021 04:38 PM UTC
# refstack commit - 5790634ff48dd00444c051e20b7fe24cc82fb350
# upload trigger - Mon 26 Oct 2021 06:00 PM UTC
# refstack commit - bb0e985734690394e227d16af893b8e4ac8d3724
FROM opendevorg/python-builder as builder
@ -31,7 +31,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN git clone https://opendev.org/osf/refstack /tmp/src
RUN git clone https://opendev.org/openinfra/refstack /tmp/src
RUN assemble