summaryrefslogtreecommitdiffstats
path: root/hammer.py
diff options
context:
space:
mode:
authorWlodek Wencel <wlodek@isc.org>2019-10-16 08:42:07 +0200
committerWlodek Wencel <wlodek@isc.org>2019-10-16 08:42:07 +0200
commitfc3c0ba3d71accc31300a3eec31d1b9f202aaacf (patch)
tree31d9473a840a88f4767545f062107741c786f428 /hammer.py
parent[392-search-of-reservations-by-hostname] Added ChangeLog entry for HR by host... (diff)
downloadkea-fc3c0ba3d71accc31300a3eec31d1b9f202aaacf.tar.xz
kea-fc3c0ba3d71accc31300a3eec31d1b9f202aaacf.zip
[#955] revert changes to hammer that removed repository_url
Diffstat (limited to 'hammer.py')
-rwxr-xr-xhammer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/hammer.py b/hammer.py
index 1525d7fb08..fef0020fe4 100755
--- a/hammer.py
+++ b/hammer.py
@@ -1663,7 +1663,7 @@ def _build_rpm(system, revision, features, tarball_path, env, check_times, dry_r
def _build_deb(system, revision, features, tarball_path, env, check_times, dry_run,
- pkg_version, pkg_isc_version, repo_url):
+ pkg_version, pkg_isc_version, repository_url, repo_url):
if system == 'debian' and revision == '9':
# debian 9 does not support apt-installing over https, so install proper transport
install_pkgs('apt-transport-https', env=env, check_times=check_times)
@@ -1737,7 +1737,7 @@ def _build_native_pkg(system, revision, features, tarball_path, env, check_times
elif system in ['ubuntu', 'debian']:
_build_deb(system, revision, features, tarball_path, env, check_times, dry_run,
- pkg_version, pkg_isc_version, repo_url)
+ pkg_version, pkg_isc_version, repository_url, repo_url)
elif system in ['alpine']:
_build_alpine_apk(system, revision, features, tarball_path, env, check_times, dry_run,