Skip to content

Commit

Permalink
Merge pull request #132 from fedora-ci/jankaluza-patch-1
Browse files Browse the repository at this point in the history
Add redhat-stage.yaml rpminspect config file.
  • Loading branch information
jankaluza authored Aug 27, 2024
2 parents 2ae6865 + 6eeed62 commit 2b40a4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ RUN dnf -y update &&\
"annobin-annocheck >= 12.59" \
&& dnf clean all

# Prepare the configuration file to run rpminspect against Brew stage.
RUN cp /usr/share/rpminspect/redhat.yaml /usr/share/rpminspect/redhat-stage.yaml && \
sed -i 's,brewhub.engineering,brewhub.stage.engineering,g' /usr/share/rpminspect/redhat-stage.yaml && \
sed -i 's,download.devel.redhat.com,brewweb.stage.engineering.redhat.com,g' /usr/share/rpminspect/redhat-stage.yaml

RUN freshclam

COPY *.sh *.py /usr/local/bin/

0 comments on commit 2b40a4f

Please sign in to comment.