Skip to content

Commit

Permalink
Temporarilly use WLCG repo until UMD5 is available
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Jun 10, 2024
1 parent 5e57b79 commit d341391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
name: rpms9
- name: Install generated RPMs
run: |
# FIXME: remove external repo when UMD5 is available
dnf install -y epel-release
dnf install -y https://research.cs.wisc.edu/htcondor/repo/23.x/htcondor-release-current.el9.noarch.rpm
dnf config-manager --add-repo http://repository.egi.eu/sw/production/cas/1/current/repo-files/egi-trustanchors.repo
dnf config-manager --add-repo http://repository.egi.eu/sw/production/cas/1/current/repo-files/egi-trustanchors.repo
# FIXME: Replace WLCG repo by UMD5 once available
dnf config-manager --add-repo https://linuxsoft.cern.ch/wlcg/wlcg-el9.repo
dnf config-manager --set-enabled crb
dnf localinstall -y ui-*.rpm

0 comments on commit d341391

Please sign in to comment.