Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3325)

Unified Diff: bin/cros_run_vm_update

Issue 3809003: Fix update script to use 127.0.0.1 as hostname usage w/ ssh is broken on builders. (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/cros_run_vm_update
diff --git a/bin/cros_run_vm_update b/bin/cros_run_vm_update
index 517a2f01c529211a265e5c3229bc82d33d7d84e0..67995df648db7dfa705df999323f5b76f4bbdf0d 100755
--- a/bin/cros_run_vm_update
+++ b/bin/cros_run_vm_update
@@ -28,7 +28,7 @@ trap stop_kvm EXIT
start_kvm "${FLAGS_vm_image_path}"
$(dirname $0)/../image_to_live.sh \
- --remote=${HOSTNAME} \
+ --remote=127.0.0.1 \
--ssh_port=${FLAGS_ssh_port} \
--stateful_update_flag=${FLAGS_stateful_update_flag} \
--verify \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698