mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
[#2058] hammer.py: indentation (minor change)
This commit is contained in:
parent
69f16658ba
commit
09f0616a10
@ -2725,6 +2725,7 @@ def prepare_system_cmd(args):
|
|||||||
args.dry_run, args.check_times, args.clean_start,
|
args.dry_run, args.check_times, args.clean_start,
|
||||||
ccache_dir)
|
ccache_dir)
|
||||||
|
|
||||||
|
|
||||||
def upload_to_repo(args, pkgs_dir):
|
def upload_to_repo(args, pkgs_dir):
|
||||||
# NOTE: note the differences (if any) in system/revision vs args.system/revision
|
# NOTE: note the differences (if any) in system/revision vs args.system/revision
|
||||||
system, revision = get_system_revision()
|
system, revision = get_system_revision()
|
||||||
@ -2760,6 +2761,7 @@ def upload_to_repo(args, pkgs_dir):
|
|||||||
cmd = upload_cmd % fp
|
cmd = upload_cmd % fp
|
||||||
execute(cmd)
|
execute(cmd)
|
||||||
|
|
||||||
|
|
||||||
def build_cmd(args):
|
def build_cmd(args):
|
||||||
"""Check command args and run the build command."""
|
"""Check command args and run the build command."""
|
||||||
features = _get_features(args)
|
features = _get_features(args)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user