Unreviewed.
authorabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 1 Jul 2012 22:49:59 +0000 (22:49 +0000)
committerabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 1 Jul 2012 22:49:59 +0000 (22:49 +0000)
* EWSTools/boot.sh:
    - We need to start the screen in detached mode so that we can run
      it remotely via ssh.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121641 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/ChangeLog
Tools/EWSTools/boot.sh

index da73eb0..d004802 100644 (file)
@@ -2,6 +2,14 @@
 
         Unreviewed.
 
+        * EWSTools/boot.sh:
+            - We need to start the screen in detached mode so that we can run
+              it remotely via ssh.
+
+2012-07-01  Adam Barth  <abarth@webkit.org>
+
+        Unreviewed.
+
         * EWSTools/cold-boot.sh:
             - Turns out we need to sudo this command in order for it to
               actually dimiss the EULA screen. :)
index 733441e..fb5aadd 100755 (executable)
@@ -27,4 +27,4 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-screen -c ~/tools/screen-config
+screen -d -m -c ~/tools/screen-config