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

Unified Diff: src/scripts/chromeos_version.sh

Issue 502102: Use CHROMEOS_VERSION_PATCH=200912221142 for developer builds for use by the auto-updater. (Closed)
Patch Set: Created 11 years 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: src/scripts/chromeos_version.sh
diff --git a/src/scripts/chromeos_version.sh b/src/scripts/chromeos_version.sh
index a6d0695e57871d30d77eeddd09dc886a4dee4e63..10daed811e78d1ccc85acaeba47f0fa384817d30 100755
--- a/src/scripts/chromeos_version.sh
+++ b/src/scripts/chromeos_version.sh
@@ -73,6 +73,8 @@ else
export CHROMEOS_VERSION_TRACK="developer-build"
export CHROMEOS_VERSION_AUSERVER="http://$HOSTNAME:8080/update"
export CHROMEOS_VERSION_DEVSERVER="http://$HOSTNAME:8080"
+ # Overwrite CHROMEOS_VERSION_PATCH with a date string for use by auto-updater
+ export CHROMEOS_VERSION_PATCH=$(date +%Y%m%d%H%M)
fi
# Version string. Not indentied to appease bash.
« 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