<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>51323</bug_id>
          
          <creation_ts>2010-12-20 01:28:12 -0800</creation_ts>
          <short_desc>Move web sites to Websites directory</short_desc>
          <delta_ts>2011-06-20 02:33:41 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Adam Barth">abarth</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>eric</cc>
    
    <cc>mrowe</cc>
    
    <cc>wsiegrist</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>324317</commentid>
    <comment_count>0</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2010-12-20 01:28:12 -0800</bug_when>
    <thetext>WebKitSite, BugsSite, and PlanetWebKit should move to Sites/webkit.org, Sites/bugs.webkit.org, and Sites/planet.webkit.org, respectively.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>324320</commentid>
    <comment_count>1</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2010-12-20 01:33:17 -0800</bug_when>
    <thetext>The patch is 18MB but I can only upload 2MB patches...  Can I request a review without an actual patch?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>324322</commentid>
    <comment_count>2</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2010-12-20 01:34:42 -0800</bug_when>
    <thetext>This is the only non-trivial part:


Index: Scripts/webkitpy/layout_tests/port/base.py
===================================================================
--- Scripts/webkitpy/layout_tests/port/base.py	(revision 74332)
+++ Scripts/webkitpy/layout_tests/port/base.py	(working copy)
@@ -115,8 +115,8 @@
         # http://bugs.python.org/issue3210
         self._wdiff_available = True
 
-        self._pretty_patch_path = self.path_from_webkit_base(&quot;BugsSite&quot;,
-            &quot;PrettyPatch&quot;, &quot;prettify.rb&quot;)
+        self._pretty_patch_path = self.path_from_webkit_base(&quot;Sites&quot;,
+            &quot;bugs.webkit.org&quot;, &quot;PrettyPatch&quot;, &quot;prettify.rb&quot;)
         self._pretty_patch_available = True
         self.set_option_default(&apos;configuration&apos;, None)
         if self._options.configuration is None:
Index: Scripts/webkitpy/style/main.py
===================================================================
--- Scripts/webkitpy/style/main.py	(revision 74332)
+++ Scripts/webkitpy/style/main.py	(working copy)
@@ -80,8 +80,8 @@
         #        using path-based heuristics rather than using only the
         #        presence of a WebKit checkout.  For example, we could
         #        examine parent directories until a directory is found
-        #        containing JavaScriptCore, WebCore, WebKit, WebKitSite,
-        #        and WebKitTools.
+        #        containing JavaScriptCore, WebCore, WebKit, Sites,
+        #        and Tools.
         #             Then log an INFO message saying that a source root not
         #        in a WebKit checkout was found.  This will allow us to check
         #        the style of non-scm copies of the source tree (e.g.
Index: Scripts/webkitpy/common/config/build_unittest.py
===================================================================
--- Scripts/webkitpy/common/config/build_unittest.py	(revision 74332)
+++ Scripts/webkitpy/common/config/build_unittest.py	(working copy)
@@ -27,8 +27,8 @@
 
 class ShouldBuildTest(unittest.TestCase):
     _should_build_tests = [
-        ([&quot;BugsSite/foo&quot;, &quot;WebCore/bar&quot;], [&quot;*&quot;]),
-        ([&quot;BugsSite/foo&quot;], []),
+        ([&quot;Sites/bugs.webkit.org/foo&quot;, &quot;WebCore/bar&quot;], [&quot;*&quot;]),
+        ([&quot;Sites/bugs.webkit.org/foo&quot;], []),
         ([&quot;JavaScriptCore/JavaScriptCore.xcodeproj/foo&quot;], [&quot;mac-leopard&quot;, &quot;mac-snowleopard&quot;]),
         ([&quot;JavaScriptGlue/foo&quot;, &quot;WebCore/bar&quot;], [&quot;*&quot;]),
         ([&quot;JavaScriptGlue/foo&quot;], [&quot;mac-leopard&quot;, &quot;mac-snowleopard&quot;]),
Index: Scripts/webkitpy/common/config/build.py
===================================================================
--- Scripts/webkitpy/common/config/build.py	(revision 74332)
+++ Scripts/webkitpy/common/config/build.py	(working copy)
@@ -41,12 +41,10 @@
 
     directories = [
         # Directories that shouldn&apos;t trigger builds on any bots.
-        (&quot;BugsSite&quot;, []),
         (&quot;PageLoadTests&quot;, []),
-        (&quot;PlanetWebKit&quot;, []),
         (&quot;WebCore/manual-tests&quot;, []),
         (&quot;Examples&quot;, []),
-        (&quot;WebKitSite&quot;, []),
+        (&quot;Sites&quot;, []),
         (&quot;android&quot;, []),
         (&quot;brew&quot;, []),
         (&quot;efl&quot;, []),
Index: Scripts/webkitpy/common/prettypatch.py
===================================================================
--- Scripts/webkitpy/common/prettypatch.py	(revision 74332)
+++ Scripts/webkitpy/common/prettypatch.py	(working copy)
@@ -53,7 +53,8 @@
             return &quot;&quot;
 
         pretty_patch_path = os.path.join(self._checkout_root,
-                                         &quot;BugsSite&quot;, &quot;PrettyPatch&quot;)
+                                         &quot;Sites&quot;, &quot;bugs.webkit.org&quot;,
+                                         &quot;PrettyPatch&quot;)
         prettify_path = os.path.join(pretty_patch_path, &quot;prettify.rb&quot;)
         args = [
             &quot;ruby&quot;,
Index: Scripts/old-run-webkit-tests
===================================================================
--- Scripts/old-run-webkit-tests	(revision 74332)
+++ Scripts/old-run-webkit-tests	(working copy)
@@ -1970,7 +1970,7 @@
     system &quot;diff -u \&quot;$copiedExpectedResultsPath\&quot; \&quot;$actualResultsPath\&quot; &gt; \&quot;$diffOutputPath\&quot;&quot;;
 
     my $prettyDiffOutputPath = &quot;$diffOuputBasePath-$prettyDiffTag.html&quot;;
-    my $prettyPatchPath = &quot;BugsSite/PrettyPatch/&quot;;
+    my $prettyPatchPath = &quot;Sites/bugs.webkit.org/PrettyPatch/&quot;;
     my $prettifyPath = &quot;$prettyPatchPath/prettify.rb&quot;;
     system &quot;ruby -I \&quot;$prettyPatchPath\&quot; \&quot;$prettifyPath\&quot; \&quot;$diffOutputPath\&quot; &gt; \&quot;$prettyDiffOutputPath\&quot;&quot;;
 }
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 74335)
+++ ChangeLog	(working copy)
@@ -1,3 +1,19 @@
+2010-12-20  Adam Barth  &lt;abarth@webkit.org&gt;
+
+        Reviewed by NOBODY (OOPS!).
+
+        Move web sites to Sites directory
+        https://bugs.webkit.org/show_bug.cgi?id=51323
+
+        Update references to BugsSite to point to the new location.
+
+        * Scripts/old-run-webkit-tests:
+        * Scripts/webkitpy/common/config/build.py:
+        * Scripts/webkitpy/common/config/build_unittest.py:
+        * Scripts/webkitpy/common/prettypatch.py:
+        * Scripts/webkitpy/layout_tests/port/base.py:
+        * Scripts/webkitpy/style/main.py:
+
 2010-12-20  Ryuan Choi  &lt;ryuan.choi@samsung.com&gt;
 
         Reviewed by Antonio Gomes.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>324330</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-12-20 03:52:04 -0800</bug_when>
    <thetext>I would probably Just named it Sites/www.  Also, don&apos;t forget queues. :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>324434</commentid>
    <comment_count>4</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2010-12-20 09:50:23 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; I would probably Just named it Sites/www.

Why? www.webkit.org redirects you to webkit.org and doesn’t contain any content itself.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>324471</commentid>
    <comment_count>5</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-12-20 11:29:32 -0800</bug_when>
    <thetext>Cause then they could all have nice short sub-domain names.  like Sites/bugs, Sites/build Sites/queues, etc.  But my level of passion on this subject is pretty low. :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>324479</commentid>
    <comment_count>6</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2010-12-20 11:36:24 -0800</bug_when>
    <thetext>(In reply to comment #5)
&gt; Cause then they could all have nice short sub-domain names.  like Sites/bugs, Sites/build Sites/queues, etc.  But my level of passion on this subject is pretty low. :)

I don’t think abbreviating for the sake of it makes things clearer.  It’s not like these are paths that people need to frequently type.

Adam, I’d say go ahead and do this unless you hear any complaints.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>324562</commentid>
    <comment_count>7</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2010-12-20 14:00:22 -0800</bug_when>
    <thetext>&gt; Adam, I’d say go ahead and do this unless you hear any complaints.

Ok.  I&apos;ll probably land tonight.

Thoughts on Sites versus Websites for the directory name?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>324857</commentid>
    <comment_count>8</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2010-12-20 23:12:47 -0800</bug_when>
    <thetext>I just landed this in a few pieces finishing in http://trac.webkit.org/changeset/74396.  I&apos;d be much obliged if wms or bdash would work whatever server magic needs working after this change.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>324867</commentid>
    <comment_count>9</comment_count>
    <who name="William Siegrist">wsiegrist</who>
    <bug_when>2010-12-20 23:37:16 -0800</bug_when>
    <thetext>I have updated the servers.   (btw, bdash doesn&apos;t work on the servers anymore)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>324873</commentid>
    <comment_count>10</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2010-12-20 23:42:51 -0800</bug_when>
    <thetext>(In reply to comment #9)
&gt; I have updated the servers.

Thanks!

&gt; (btw, bdash doesn&apos;t work on the servers anymore)

Ah ok, but he owns one or more of the build slaves?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>324882</commentid>
    <comment_count>11</comment_count>
    <who name="William Siegrist">wsiegrist</who>
    <bug_when>2010-12-20 23:57:42 -0800</bug_when>
    <thetext>(In reply to comment #10)
&gt; (In reply to comment #9)
&gt; &gt; (btw, bdash doesn&apos;t work on the servers anymore)
&gt; 
&gt; Ah ok, but he owns one or more of the build slaves?

I believe so.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>