Skip to content

Commit aff9f8d

Browse files
authored
Merge pull request #472 from MartinNowak/merge_stable
merge stable merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents bd55230 + c8250ed commit aff9f8d

File tree

3 files changed

+4
-56
lines changed

3 files changed

+4
-56
lines changed

changelog/install-dmd-dc.dd

-39
This file was deleted.

changelog/ldc-built-releases.dd

-13
This file was deleted.

test/installation.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ RPM="dmd-${VERSION/-/\~}-0.fedora.x86_64.rpm"
1818
# dmd-2.079.1-0.openSUSE.x86_64.rpm, dmd-2.079.1~beta.1-0.openSUSE.x86_64.rpm
1919
SUSE_RPM="dmd-${VERSION/-/\~}-0.openSUSE.x86_64.rpm"
2020

21-
DEB_PLATFORMS=(ubuntu:precise ubuntu:trusty ubuntu:xenial ubuntu:bionic)
22-
DEB_PLATFORMS+=(debian:jessie debian:stretch debian:buster)
23-
RPM_PLATFORMS=(fedora:27 fedora:28 fedora:29 centos:6 centos:7)
24-
SUSE_RPM_PLATFORMS=(opensuse:leap opensuse/tumbleweed)
21+
DEB_PLATFORMS=(ubuntu:xenial ubuntu:bionic ubuntu:focal)
22+
DEB_PLATFORMS+=(debian:stable debian:testing)
23+
RPM_PLATFORMS=(fedora:31 fedora:latest centos:7 centos:latest)
24+
SUSE_RPM_PLATFORMS=(opensuse/leap opensuse/tumbleweed)
2525

2626
# copy pkgs to test folder so that it's part of docker's build context
2727
cp "$BUILD_DIR/$DEB" .

0 commit comments

Comments
 (0)