##// END OF EJS Templates
packaging: remove centos5 and centos6 support...
Mathias De Mare -
r46439:f38d592f default
parent child Browse files
Show More
@@ -192,13 +192,9 b' i18n/hg.pot: $(PYFILES) $(DOCFILES) i18n'
192 192 # Packaging targets
193 193
194 194 packaging_targets := \
195 centos5 \
196 centos6 \
197 195 centos7 \
198 196 centos8 \
199 197 deb \
200 docker-centos5 \
201 docker-centos6 \
202 198 docker-centos7 \
203 199 docker-centos8 \
204 200 docker-debian-bullseye \
@@ -14,14 +14,12 b' UBUNTU_CODENAMES := \\'
14 14 FEDORA_RELEASE := 31
15 15
16 16 CENTOS_RELEASES := \
17 5 \
18 6 \
19 17 7 \
20 18 8
21 19
22 20 # Build a Python for these CentOS releases.
23 CENTOS_WITH_PYTHON_RELEASES := 5 6
24 CENTOS_WITH_NONVERSIONED_PYTHON := 5 6 7
21 CENTOS_WITH_PYTHON_RELEASES :=
22 CENTOS_WITH_NONVERSIONED_PYTHON :=
25 23
26 24 help:
27 25 @echo 'Packaging Make Targets'
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now