Use CHROMEOS_VERSION_PATCH=200912221142 for developer builds for use by the auto-updater.

Review URL: http://codereview.chromium.org/502102
This commit is contained in:
David McMahon 2009-12-22 13:29:03 -08:00
parent 15259901ed
commit eb8587c0b3

View File

@ -73,6 +73,8 @@ else
export CHROMEOS_VERSION_TRACK="developer-build" export CHROMEOS_VERSION_TRACK="developer-build"
export CHROMEOS_VERSION_AUSERVER="http://$HOSTNAME:8080/update" export CHROMEOS_VERSION_AUSERVER="http://$HOSTNAME:8080/update"
export CHROMEOS_VERSION_DEVSERVER="http://$HOSTNAME:8080" 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 fi
# Version string. Not indentied to appease bash. # Version string. Not indentied to appease bash.