From be4f08d4fb6e0e0c438a279f0d16e965cd551294 Mon Sep 17 00:00:00 2001 From: "abarth@webkit.org" Date: Mon, 2 Jul 2012 00:08:17 +0000 Subject: [PATCH] Unreviewed. It turns out we need to use Ubuntu 10.04 to get the right image results for chromium-linux. This patch updates our scripts to be compatible with Ubuntu 10.04. * EWSTools/cold-boot.sh: - fdisk doesn't have p and 1 as default commands in 10.04. * EWSTools/start-queue.sh: - git doesn't understanding the -B argument in 10.04. We've been using this change locally on the EC2 bots for a while. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121644 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Tools/ChangeLog | 14 ++++++++++++++ Tools/EWSTools/cold-boot.sh | 4 ++-- Tools/EWSTools/start-queue.sh | 4 +++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/Tools/ChangeLog b/Tools/ChangeLog index d004802..cd73c73 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -2,6 +2,20 @@ Unreviewed. + It turns out we need to use Ubuntu 10.04 to get the right image results + for chromium-linux. This patch updates our scripts to be compatible + with Ubuntu 10.04. + + * EWSTools/cold-boot.sh: + - fdisk doesn't have p and 1 as default commands in 10.04. + * EWSTools/start-queue.sh: + - git doesn't understanding the -B argument in 10.04. We've been + using this change locally on the EC2 bots for a while. + +2012-07-01 Adam Barth + + Unreviewed. + * EWSTools/boot.sh: - We need to start the screen in detached mode so that we can run it remotely via ssh. diff --git a/Tools/EWSTools/cold-boot.sh b/Tools/EWSTools/cold-boot.sh index 821ebc4..7a90c40 100755 --- a/Tools/EWSTools/cold-boot.sh +++ b/Tools/EWSTools/cold-boot.sh @@ -35,8 +35,8 @@ fi # Format the disk cat <