]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3711] Update supported systems in hammer.py
authorAndrei Pavel <andrei@isc.org>
Fri, 31 Jan 2025 10:49:09 +0000 (12:49 +0200)
committerAndrei Pavel <andrei@isc.org>
Sat, 1 Feb 2025 18:07:57 +0000 (20:07 +0200)
hammer.py

index 83dcac1df3628303172de2f17053d46ebe74f1f6..db514bf015922586c298287c716fb8773f738ddf 100755 (executable)
--- a/hammer.py
+++ b/hammer.py
@@ -63,8 +63,8 @@ SYSTEMS = {
         '35': False,
         '36': False,
         '37': False,
-        '38': True,
-        '39': True,
+        '38': False,
+        '39': False,
         '40': True,
         '41': True,
     },
@@ -82,7 +82,7 @@ SYSTEMS = {
     },
     'ubuntu': {
         '16.04': False,
-        '18.04': True,
+        '18.04': False,
         '18.10': False,
         '19.04': False,
         '19.10': False,
@@ -95,7 +95,7 @@ SYSTEMS = {
     'debian': {
         '8': False,
         '9': False,
-        '10': True,
+        '10': False,
         '11': True,
         '12': True,
     },
@@ -104,7 +104,7 @@ SYSTEMS = {
         '11.4': False,
         '12.0': False,
         '12.1': False,
-        '13.0': True,
+        '13.0': False,
         '14.0': True,
     },
     'alpine': {
@@ -114,8 +114,8 @@ SYSTEMS = {
         '3.13': False,
         '3.14': False,
         '3.15': False,
-        '3.16': True,
-        '3.17': True,
+        '3.16': False,
+        '3.17': False,
         '3.18': True,
         '3.19': True,
         '3.20': True,