Skip to content

Commit

Permalink
Skip debuginfo packages from install test
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Feb 29, 2024
1 parent e22c402 commit 5ab58fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bash_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ rpm_repoquery() {

# return full package list from repository
repoquery --disablerepo=* --enablerepo="${repo_name}" -a |
cut -d ":" -f1 | sort -u | sed 's/-0//'
grep -v debuginfo | cut -d ":" -f1 | sort -u | sed 's/-0//'
}

wait_for_mariadb_upgrade() {
Expand Down

0 comments on commit 5ab58fb

Please sign in to comment.