comparison Makefile @ 43360:0b65f18edc4f stable

packaging: refactor "fedora29" target to a single more generic "fedora" target Fedora moves fast in version numbers, and often with Mercurial packaging being backwards compatible. Also, most people use the system package. There is thus much work and tech debt and little value in providing explicit built-in support for several versions. Thus, only aim for providing built-in support for latest Fedora version, and make it easy to update.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 01 Nov 2019 13:51:44 +0100
parents 166808ff91de
children 7c9d42c1042d
comparison
equal deleted inserted replaced
43359:e66a3bfcb19b 43360:0b65f18edc4f
187 docker-centos5 \ 187 docker-centos5 \
188 docker-centos6 \ 188 docker-centos6 \
189 docker-centos7 \ 189 docker-centos7 \
190 docker-debian-jessie \ 190 docker-debian-jessie \
191 docker-debian-stretch \ 191 docker-debian-stretch \
192 docker-fedora29 \ 192 docker-fedora \
193 docker-ubuntu-trusty \ 193 docker-ubuntu-trusty \
194 docker-ubuntu-trusty-ppa \ 194 docker-ubuntu-trusty-ppa \
195 docker-ubuntu-xenial \ 195 docker-ubuntu-xenial \
196 docker-ubuntu-xenial-ppa \ 196 docker-ubuntu-xenial-ppa \
197 docker-ubuntu-artful \ 197 docker-ubuntu-artful \
198 docker-ubuntu-artful-ppa \ 198 docker-ubuntu-artful-ppa \
199 docker-ubuntu-bionic \ 199 docker-ubuntu-bionic \
200 docker-ubuntu-bionic-ppa \ 200 docker-ubuntu-bionic-ppa \
201 fedora29 \ 201 fedora \
202 linux-wheels \ 202 linux-wheels \
203 linux-wheels-x86_64 \ 203 linux-wheels-x86_64 \
204 linux-wheels-i686 \ 204 linux-wheels-i686 \
205 ppa 205 ppa
206 206