mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
Developer version number change, includes underscores for increased readability.
BUG=3356 TEST=Run memento_updater.sh and update from chrome about page successfully from developer builds. Review URL: http://codereview.chromium.org/2114007
This commit is contained in:
parent
6795622ce9
commit
64fbe96184
@ -73,7 +73,7 @@ else
|
||||
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)
|
||||
export CHROMEOS_VERSION_PATCH=$(date +%Y_%m_%d_%H%M)
|
||||
fi
|
||||
|
||||
# Version string. Not indentied to appease bash.
|
||||
|
Loading…
Reference in New Issue
Block a user