Skip to content

Commit

Permalink
bots: Install rpmlint into build mock on Fedora 27
Browse files Browse the repository at this point in the history
We will soon use this to spot errors in our spec file and RPM packaging
during CI.

Closes #7862
  • Loading branch information
martinpitt authored and mvollmer committed Oct 11, 2017
1 parent c66e0ba commit ed15dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bots/images/fedora-27
1 change: 1 addition & 0 deletions bots/images/scripts/fedora-27.setup
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ srpm=$(/var/lib/testvm/make-srpm $TEST_SOURCE)
# https://bugzilla.redhat.com/show_bug.cgi?id=1447627

su builder -c "/usr/bin/mock --no-bootstrap-chroot --verbose --installdeps \"$PWD/$srpm\""
su builder -c "/usr/bin/mock --install --verbose rpmlint"

# HACK: docker fails without /etc/resolv.conf
# https://bugzilla.redhat.com/show_bug.cgi?id=1448331
Expand Down

0 comments on commit ed15dbb

Please sign in to comment.