Skip to content

Commit

Permalink
Merge pull request #5393 from jkonecny12/fedora-39-fix-container-builds
Browse files Browse the repository at this point in the history
Do not use blivet COPR for container builds
  • Loading branch information
jkonecny12 committed Jan 3, 2024
2 parents ec717fb + b6b4aab commit 86b2c6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dockerfile/anaconda-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ RUN set -ex; \
fi; \
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
2 changes: 0 additions & 2 deletions dockerfile/anaconda-rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ RUN set -ex; \
fi; \
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 86b2c6d

Please sign in to comment.