Changeset 162289 in webkit


Ignore:
Timestamp:
Jan 18, 2014 10:47:12 PM (10 years ago)
Author:
ap@apple.com
Message:

Add robots.txt to http://webkit-queues.appspot.com
https://bugs.webkit.org/show_bug.cgi?id=127240

  • QueueStatusServer/app.yaml: Added required "upload" attribute for robots.txt.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r162288 r162289  
     12014-01-18  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Add robots.txt to http://webkit-queues.appspot.com
     4        https://bugs.webkit.org/show_bug.cgi?id=127240
     5
     6        * QueueStatusServer/app.yaml: Added required "upload" attribute for robots.txt.
     7
    182014-01-18  Alexey Proskuryakov  <ap@apple.com>
    29
  • trunk/Tools/QueueStatusServer/app.yaml

    r162288 r162289  
    1414- url: /robots.txt
    1515  static_files: robots.txt
     16  upload: robots.txt
    1617
    1718- url: /.*
Note: See TracChangeset for help on using the changeset viewer.