Changeset 144716 in webkit


Ignore:
Timestamp:
Mar 4, 2013 9:24:10 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

check-webkit-style says "Have to enable auto props in the subversion config file"
https://bugs.webkit.org/show_bug.cgi?id=107724

Patch by Alan Cutter <alancutter@chromium.org> on 2013-03-04
Reviewed by Tony Chang.

Added a standard svn config file for WebKit developers to use.
Updated the style and commit queue bot build scripts to load this file.

  • EWSTools/GoogleComputeEngine/build-commit-queue.sh:
  • EWSTools/GoogleComputeEngine/build-feeder-style-sheriffbot.sh:
  • EWSTools/configure-svn-config.sh: Copied from Tools/EWSTools/GoogleComputeEngine/build-commit-queue.sh.
  • svn-config: Added.
Location:
trunk/Tools
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r144705 r144716  
     12013-03-04  Alan Cutter  <alancutter@chromium.org>
     2
     3        check-webkit-style says "Have to enable auto props in the subversion config file"
     4        https://bugs.webkit.org/show_bug.cgi?id=107724
     5
     6        Reviewed by Tony Chang.
     7
     8        Added a standard svn config file for WebKit developers to use.
     9        Updated the style and commit queue bot build scripts to load this file.
     10
     11        * EWSTools/GoogleComputeEngine/build-commit-queue.sh:
     12        * EWSTools/GoogleComputeEngine/build-feeder-style-sheriffbot.sh:
     13        * EWSTools/configure-svn-config.sh: Copied from Tools/EWSTools/GoogleComputeEngine/build-commit-queue.sh.
     14        * svn-config: Added.
     15
    1162013-03-04  James Robinson  <jamesr@chromium.org>
    217
  • trunk/Tools/EWSTools/GoogleComputeEngine/build-commit-queue.sh

    r143156 r144716  
    5454    svn checkout http://svn.webkit.org/repository/webkit/trunk/Tools/EWSTools tools &&
    5555    cd tools &&
     56    bash configure-svn-config.sh &&
    5657    bash configure-svn-auth.sh $SVN_USERNAME $SVN_PASSWORD &&
    5758    bash build-vm.sh &&
  • trunk/Tools/EWSTools/GoogleComputeEngine/build-feeder-style-sheriffbot.sh

    r143360 r144716  
    5656    cp -r /mnt/git/webkit-feeder-queue /mnt/git/webkit-style-queue &&
    5757    cp -r /mnt/git/webkit-feeder-queue /mnt/git/webkit-sheriff-bot &&
     58    bash configure-svn-config.sh &&
    5859    bash configure-git-svn.sh sheriff-bot &&
    5960    bash configure-git-user.sh sheriff-bot \"Sheriff Bot\" $BUGZILLA_USERNAME &&
Note: See TracChangeset for help on using the changeset viewer.