Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check that rpms installed in tmt come from copr #676

Closed
wants to merge 3 commits into from

Commits on Aug 27, 2024

  1. Check that rpms install in tmt come from copr

    Add a prepare step that checks the version of installed llvm-libs
    to ensure it's a copr package.
    Jesus Checa Hidalgo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9b73f1e View commit details
    Browse the repository at this point in the history
  2. Workaround copr runtime dependency repo

    Followup fedora-llvm-team#670. Reimplement without using a specific dnf.
    Replace the unexpanded $distname variable in the script
    Jesus Checa Hidalgo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4a15d72 View commit details
    Browse the repository at this point in the history
  3. Fix testing-farm-tag-repository priority lowering

    Before trying to modify the repo we check that it exists, hence we no
    longer need to mask the result of commands. This now works with both
    dnf4 and dnf5
    
    Fixes fedora-llvm-team#671
    Jesus Checa Hidalgo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    062f381 View commit details
    Browse the repository at this point in the history