Merge "Adjust RefStack build for osf->openinfra rename"
This commit is contained in:
commit
28243caa7f
@ -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
|
||||
========
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user