2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[#3379] added instructions about new kea repositories

This commit is contained in:
Wlodzimierz Wencel
2024-05-24 08:13:35 +00:00
parent 228e848be3
commit d2ca687d78
3 changed files with 21 additions and 1 deletions

View File

@@ -47,6 +47,10 @@ with open(config_ac_path) as f:
version = release
dashed_version_series='-'.join(version.split('.')[0:2])
# now let's replace versions with odd minor number with dev
if int(dashed_version_series[-1]) % 2 != 0:
dashed_version_series = 'dev'
# -- General configuration ---------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.