mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 19:28:49 +08:00
Uncomment /etc/module_build_service stuff kor koji.conf
This commit is contained in:
@@ -19,13 +19,13 @@ RUN dnf install -y \
|
||||
swig \
|
||||
&& dnf autoremove -y \
|
||||
&& dnf clean all \
|
||||
&& mkdir /opt/module_build_service/
|
||||
###&& mkdir /etc/module_build_service
|
||||
&& mkdir /opt/module_build_service/ \
|
||||
&& mkdir /etc/module_build_service
|
||||
WORKDIR /opt/module_build_service/
|
||||
COPY ./requirements.txt /opt/module_build_service/
|
||||
RUN pip install --user -r ./requirements.txt
|
||||
|
||||
###RUN ln -s /opt/module_build_service/koji.conf /etc/module_build_service/koji.conf \
|
||||
RUN ln -s /opt/module_build_service/koji.conf /etc/module_build_service/koji.conf
|
||||
### && ln -s /opt/module_build_service/copr.conf /etc/module_build_service/copr.conf \
|
||||
### && ln -s /opt/module_build_service/krb5-stg.fp.o /etc/krb5.conf.d/stg_fedoraproject_org
|
||||
|
||||
|
||||
Reference in New Issue
Block a user