Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
450
Issues
450
List
Boards
Labels
Service Desk
Milestones
Merge Requests
75
Merge Requests
75
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
fc3c0ba3
Commit
fc3c0ba3
authored
Oct 16, 2019
by
Wlodzimierz Wencel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[
#955
] revert changes to hammer that removed repository_url
parent
2b88524e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
hammer.py
hammer.py
+2
-2
No files found.
hammer.py
View file @
fc3c0ba3
...
...
@@ -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
,
repo
sitory_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
,
repo
sitory_url
,
repo
_url
)
elif
system
in
[
'alpine'
]:
_build_alpine_apk
(
system
,
revision
,
features
,
tarball_path
,
env
,
check_times
,
dry_run
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment