Changeset 122390 in webkit


Ignore:
Timestamp:
Jul 11, 2012 5:09:48 PM (12 years ago)
Author:
abarth@webkit.org
Message:

commit-queue instances on Compute Engine are missing git-svn
https://bugs.webkit.org/show_bug.cgi?id=91034

Reviewed by Eric Seidel.

git-svn is needed to actually commit to SVN from a git working copy.

  • EWSTools/cold-boot.sh:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r122387 r122390  
     12012-07-11  Adam Barth  <abarth@webkit.org>
     2
     3        commit-queue instances on Compute Engine are missing git-svn
     4        https://bugs.webkit.org/show_bug.cgi?id=91034
     5
     6        Reviewed by Eric Seidel.
     7
     8        git-svn is needed to actually commit to SVN from a git working copy.
     9
     10        * EWSTools/cold-boot.sh:
     11
    1122012-07-11  Dirk Pranke  <dpranke@chromium.org>
    213
  • trunk/Tools/EWSTools/cold-boot.sh

    r122381 r122390  
    5050curl http://src.chromium.org/svn/trunk/src/build/install-build-deps.sh > install-build-deps.sh
    5151bash install-build-deps.sh --no-prompt
    52 sudo apt-get install xvfb screen zip -y
     52sudo apt-get install xvfb screen git-svn zip -y
    5353
    5454# install-build-deps.sh will install flashplugin-installer, which causes some plug-in tests to crash.
Note: See TracChangeset for help on using the changeset viewer.