]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2112] add ChangeLog entry
authorAndrei Pavel <andrei@isc.org>
Fri, 19 Nov 2021 14:29:40 +0000 (16:29 +0200)
committerAndrei Pavel <andrei@isc.org>
Fri, 19 Nov 2021 14:29:40 +0000 (16:29 +0200)
ChangeLog
hammer.py

index 08c3dd8f17d3dc26d3be7e9691795dd361bb92c7..319e873300c01818054c8efd00727d00879f367a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1963.  [func]          andrei
+       A few improvements on hammer.py: vagrant will be automatically
+       upgraded if it is too outdated, error messages are more clear
+       when running on unsupported systems and it is now able to detect
+       Arch Linux distributions, even though support for them is not on
+       par with the other systems: it is only able to prepare-system
+       with freeradius and netconf support.
+       (Gitlab #2111, #2112)
+
 1962.  [func]          andrei
        kea-netconf updates: fixed store-extended-info, it was an
        operational node instead of a config node. Added several
index 2aeae005d328b3aff4941882ec7bcc5e5a3103e7..5e16978580dd76117e18dd29b6af8fb4c82ebb33 100755 (executable)
--- a/hammer.py
+++ b/hammer.py
@@ -277,7 +277,6 @@ def get_system_revision():
         system = system.replace('"', '')
 
     system = system.lower()
-    print('Running on:', system, revision)
     return system, revision