From 08d8aa0056f3f0580a95773b2f507ed286cdb25c Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 16 Nov 2018 14:08:57 +1100 Subject: [PATCH] build: add f29 to the list of known platforms on bintray --- scripts/bintray-version | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/bintray-version b/scripts/bintray-version index da8780669e..eb256a3277 100755 --- a/scripts/bintray-version +++ b/scripts/bintray-version @@ -63,6 +63,7 @@ table["f25"] = "Performance Co-Pilot builds for Fedora 25" table["f26"] = "Performance Co-Pilot builds for Fedora 26" table["f27"] = "Performance Co-Pilot builds for Fedora 27" table["f28"] = "Performance Co-Pilot builds for Fedora 28" +table["f29"] = "Performance Co-Pilot builds for Fedora 29" table["jessie"] = "Performance Co-Pilot builds for Debian 7 (jessie)" table["wheezy"] = "Performance Co-Pilot builds for Debian 8 (wheezy)" table["stretch"] = "Performance Co-Pilot builds for Debian 9 (stretch)" @@ -85,7 +86,7 @@ table["solaris11"] = "Performance Co-Pilot builds for Solaris 11" debian="jessie wheezy stretch" ubuntu="trusty vivid xenial zesty bionic" macosx="macosx" -redhat="el5 el6 el7 f23 f24 f25 f26 f27 f28" +redhat="el5 el6 el7 el8 f23 f24 f25 f26 f27 f28 f29" solaris="solaris11" suse="opensuse13 opensuse14 opensuse15 opensuseleap"