-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mattia Verga <[email protected]>
- Loading branch information
1 parent
d560eaa
commit 65a3d67
Showing
10 changed files
with
76 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ LABEL maintainer="Mattia Verga <[email protected]>" | |
# RUN echo "fastestmirror=False" >> /etc/dnf/dnf.conf | ||
# RUN echo "zchunk = False" >> /etc/dnf/dnf.conf | ||
|
||
RUN dnf install -y \ | ||
RUN dnf --best install -y \ | ||
createrepo_c \ | ||
fedora-messaging \ | ||
findutils \ | ||
|
@@ -57,6 +57,7 @@ RUN dnf install -y \ | |
python3-webtest \ | ||
python3-wheel \ | ||
python3-yaml \ | ||
python3-zstandard \ | ||
rpm-build \ | ||
rpmdevtools \ | ||
skopeo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ LABEL maintainer="Mattia Verga <[email protected]>" | |
# RUN echo "fastestmirror=False" >> /etc/dnf/dnf.conf | ||
# RUN echo "zchunk = False" >> /etc/dnf/dnf.conf | ||
|
||
RUN dnf install -y \ | ||
RUN dnf --best install -y \ | ||
createrepo_c \ | ||
fedora-messaging \ | ||
findutils \ | ||
|
@@ -57,6 +57,7 @@ RUN dnf install -y \ | |
python3-webtest \ | ||
python3-wheel \ | ||
python3-yaml \ | ||
python3-zstandard \ | ||
rpm-build \ | ||
rpmdevtools \ | ||
skopeo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ LABEL maintainer="Mattia Verga <[email protected]>" | |
# RUN echo "fastestmirror=False" >> /etc/dnf/dnf.conf | ||
# RUN echo "zchunk = False" >> /etc/dnf/dnf.conf | ||
|
||
RUN dnf install -y \ | ||
RUN dnf --best install -y \ | ||
createrepo_c \ | ||
fedora-messaging \ | ||
findutils \ | ||
|
@@ -57,6 +57,7 @@ RUN dnf install -y \ | |
python3-webtest \ | ||
python3-wheel \ | ||
python3-yaml \ | ||
python3-zstandard \ | ||
rpm-build \ | ||
rpmdevtools \ | ||
skopeo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
libcomps >= 0.20 is required to correctly validate repodata created with createrepo_c >= 1.0. Bodhi can now support all compression method available in createrepo_c |