From ab63574c0e60ca3fc837d3a26a72c6a98ac380aa Mon Sep 17 00:00:00 2001 From: "rtc@google.com" Date: Thu, 12 Nov 2009 00:52:08 +0000 Subject: [PATCH] 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 --- chromeos_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromeos_version.sh b/chromeos_version.sh index 536741ce0a..c20333bcc5 100755 --- a/chromeos_version.sh +++ b/chromeos_version.sh @@ -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.