mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
Change message with file reference to filename
This commit is contained in:
parent
f38f249eb4
commit
e2dae7e751
@ -128,7 +128,7 @@ def RevGitFile(filename, value):
|
|||||||
'git config url.ssh://git@gitrw.chromium.org:9222.pushinsteadof '
|
'git config url.ssh://git@gitrw.chromium.org:9222.pushinsteadof '
|
||||||
'http://git.chromium.org/git')
|
'http://git.chromium.org/git')
|
||||||
cros_build_lib.RunCommand(git_ssh_config_cmd, shell=True)
|
cros_build_lib.RunCommand(git_ssh_config_cmd, shell=True)
|
||||||
description = 'Update PORTAGE_BINHOST="%s" in %s' % (value, file)
|
description = 'Update PORTAGE_BINHOST="%s" in %s' % (value, filename)
|
||||||
print description
|
print description
|
||||||
try:
|
try:
|
||||||
UpdateLocalFile(filename, value)
|
UpdateLocalFile(filename, value)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user