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

Unified Diff: src/scripts/start_devserver

Issue 2283003: Make stateful_update use ping_omaha's flags. small devserver clenaups. (Closed) Base URL: ssh://git@chromiumos-git//chromeos
Patch Set: fix sosa's comments Created 10 years, 7 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 | « src/platform/dev/stateful_update ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/start_devserver
diff --git a/src/scripts/start_devserver b/src/scripts/start_devserver
index f56f4c61200e112bf3c344d19db5b6bdbefcf416..908dc2eb432af64177d3639ebd04ba9b279f588c 100755
--- a/src/scripts/start_devserver
+++ b/src/scripts/start_devserver
@@ -10,7 +10,7 @@ COMMON_SH="$(dirname "$0")/common.sh"
. "$COMMON_SH"
# Script must be run inside the chroot if not in 'always serve' mode.
-if [[ "$1" != "-a" ]]
+if [[ "$1" != "--archive_dir" ]]
then
restart_in_chroot_if_needed $*
fi
« no previous file with comments | « src/platform/dev/stateful_update ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698