Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 5e0afc9

Browse files
committed
Fedora: Update to 31, drop 29 and 30
Fedora 29 is deprecated. Fedora 30 cannot be supported because of a bug in the gdbm package which makes the tests break. See also: * exaile/exaile#626 * https://bugzilla.redhat.com/show_bug.cgi?id=1706639
1 parent 4f2f2c4 commit 5e0afc9

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed

Dockerfile.fedora30

Lines changed: 0 additions & 29 deletions
This file was deleted.

Dockerfile.fedora29 renamed to Dockerfile.fedora31

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM docker.io/fedora:29
2+
FROM docker.io/fedora:31
33
MAINTAINER Dustin Spicuzza <dustin@virtualroadside.com>
44

55
RUN true \

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cd `dirname $0`
44

5-
TOBUILD=${1:-debian9 debian10 fedora29 fedora30 ubuntu18.04 ubuntu19.10}
5+
TOBUILD=${1:-debian9 debian10 fedora31 ubuntu18.04 ubuntu19.10}
66
BASE=docker.io/exaile/gst-python
77

88
for i in ${TOBUILD}; do

0 commit comments

Comments
 (0)