Skip to content

Commit

Permalink
Merge pull request #119 from fedora-ci/ckelleyRH-osci-6864
Browse files Browse the repository at this point in the history
Don't update annobin
  • Loading branch information
ckelleyRH authored May 9, 2024
2 parents b8a1a33 + 1c18649 commit 65aa0de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rpminspect_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,6 @@ if ! update_clamav_database; then
update_clamav_database || :
fi

# Update annobin
# FIXME: we don't want to touch packages when the base image is Rawhide...
# We can uncomment this once the latest annocheck can be installed from a stable repo.
#dnf update -y annobin* > update_annobin.log 2>&1 || :

# Update the data packages, but from COPR, not from the official Fedora repositories
dnf -y update --disablerepo="fedora*" "${RPMINSPECT_PACKAGE_NAME}" "${RPMINSPECT_DATA_PACKAGE_NAME}" fedora-license-data > update_rpminspect.log 2>&1 || :

Expand Down

0 comments on commit 65aa0de

Please sign in to comment.