diff contrib/automation/hgautomation/linux.py @ 43013:3aa227feffbe

automation: remove Ubuntu 18.10 It reached end of life on July 18, 2019. I don't think we should care about supporting it. Differential Revision: https://phab.mercurial-scm.org/D6912
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 29 Sep 2019 10:21:18 -0700
parents 136c2536d83f
children cbd94ee3a72e
line wrap: on
line diff
--- a/contrib/automation/hgautomation/linux.py	Sun Sep 29 10:19:02 2019 -0700
+++ b/contrib/automation/hgautomation/linux.py	Sun Sep 29 10:21:18 2019 -0700
@@ -22,7 +22,6 @@
 DISTROS = {
     'debian9',
     'ubuntu18.04',
-    'ubuntu18.10',
     'ubuntu19.04',
 }