mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 21:46:58 +02:00
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:
parent
15259901ed
commit
eb8587c0b3
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user