Skip to content
Snippets Groups Projects

Add improvements to scheduler and kojidistrepo jobs

Merged Marta Vila Fernandes requested to merge scheduler into master
Compare and
7 files
+ 81
27
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 2
2
@@ -4,7 +4,7 @@ COPY koji.conf /etc/
COPY linuxsupport9al-stable.repo /etc/yum.repos.d/
# Need procmail for lockfile.
RUN yum install -y createrepo yum-utils jq procmail \
RUN yum install -y createrepo yum-utils diffutils jq procmail \
&& yum install -y koji \
&& yum clean all
@@ -12,7 +12,7 @@ RUN rm -rf /etc/yum.repos.d/*
COPY kojidistrepo* /root/
VOLUME /builds /repo /auth
VOLUME /builds /repo /auth /staging
WORKDIR /root
Loading