Skip to content

Commit

Permalink
Merge pull request #4909 from vojtechtrefny/master_ci-dockerfile-udis…
Browse files Browse the repository at this point in the history
…ks-repo

infra: Enable @storage/udisks-daily Copr repo for CI images
  • Loading branch information
VladimirSlavik authored Jul 21, 2023
2 parents 21f9eff + 3e59dd0 commit 1bf0ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockerfile/anaconda-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN set -ex; \
BRANCH=${BRANCH#fedora-}; \
dnf copr enable -y ${copr_repo} fedora-${BRANCH}-x86_64; \
dnf copr enable -y @storage/blivet-daily fedora-${BRANCH}-x86_64; \
dnf copr enable -y @storage/udisks-daily fedora-${BRANCH}-x86_64; \
else \
dnf copr enable -y ${copr_repo} fedora-eln-x86_64; \
fi; \
Expand Down
1 change: 1 addition & 0 deletions dockerfile/anaconda-rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN set -ex; \
BRANCH=${BRANCH#fedora-}; \
dnf copr enable -y ${copr_repo} fedora-${BRANCH}-x86_64; \
dnf copr enable -y @storage/blivet-daily fedora-${BRANCH}-x86_64; \
dnf copr enable -y @storage/udisks-daily fedora-${BRANCH}-x86_64; \
else \
dnf copr enable -y ${copr_repo} fedora-eln-x86_64; \
fi; \
Expand Down

0 comments on commit 1bf0ed6

Please sign in to comment.