mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Adds build functionality to the dev server.
A few changes here. 1. A simple webui for building packages in the source tree. 2. A shell script that you can run on your netbook to kick of a build of a given package, download the result, and install it. 3. Refactored update/build functionality into classes so that the build env paths can be shared. 4. devkit.sh downloads an upsatart task that starts ssh at boot time. More info in the dev server manual - https://docs.google.com/a/google.com/Doc?docid=0AT6qlIKi36JQY2M1Y3B2bWNfMTZkems5eGducg&hl=en Review URL: http://chromereview.prom.corp.google.com/1187017 git-svn-id: svn://chrome-svn/chromeos/trunk@207 06c00378-0e64-4dae-be16-12b19f9950a1
This commit is contained in:
parent
b79616b77e
commit
ab63574c0e
@ -86,7 +86,7 @@ else
|
||||
export CHROMEOS_VERSION_DESCRIPTION="${CHROMEOS_VERSION_STRING} (Developer Build - $(date)-$USER)"
|
||||
HOSTNAME=$(hostname)
|
||||
export CHROMEOS_VERSION_AUSERVER="http://$HOSTNAME:8080/update"
|
||||
export CHROMEOS_VERSION_DEVSERVER="http://$HOSTNAME:8080/static/devkit"
|
||||
export CHROMEOS_VERSION_DEVSERVER="http://$HOSTNAME:8080"
|
||||
fi
|
||||
|
||||
# Print version info.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user