diff options
author | Michal Nowikowski <godfryd@isc.org> | 2021-04-19 16:02:31 +0200 |
---|---|---|
committer | Michal Nowikowski <godfryd@isc.org> | 2021-04-19 16:02:31 +0200 |
commit | d69541dacbb95c5289640dcf51dc9bba485ea8e5 (patch) | |
tree | fef1b3f609ebda0666c141d012d4e139c42a1b82 /hammer.py | |
parent | [#1811] hammer.py: set timezone in postgres (diff) | |
download | kea-d69541dacbb95c5289640dcf51dc9bba485ea8e5.tar.xz kea-d69541dacbb95c5289640dcf51dc9bba485ea8e5.zip |
[#1813] hammer: add freeradius-client version for ubuntu 20.10
Diffstat (limited to 'hammer.py')
-rwxr-xr-x | hammer.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1830,6 +1830,8 @@ def _build_deb(system, revision, features, tarball_path, env, check_times, dry_r frc_version = 'isc20200319090824' elif system == 'ubuntu' and revision == '20.04': frc_version = 'isc20200511114306' + elif system == 'ubuntu' and revision == '20.10': + frc_version = 'isc20210419151920' else: frc_version = 'isc20200318122047' install_pkgs('libfreeradius-client=1.1.7-{0} libfreeradius-client-dev=1.1.7-{0}'.format(frc_version), |