[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

ddkilzer at apple.com ddkilzer at apple.com
Thu Apr 8 00:58:53 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 9cfff157fc50ba834f6fff77421cab913deab28a
Author: ddkilzer at apple.com <ddkilzer at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 8 23:22:25 2010 +0000

    Update data/params parameters
    
    * data/params: Updated 'timezone' to turn off DST.  Updated
    'usebugaliases' and 'usevotes' to turn them off.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53014 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index 8c0ad9c..4eed5a5 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-08  David Kilzer  <ddkilzer at apple.com>
+
+        Update data/params parameters
+
+        * data/params: Updated 'timezone' to turn off DST.  Updated
+        'usebugaliases' and 'usevotes' to turn them off.
+
 2010-01-08  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Darin Adler.
diff --git a/BugsSite/data/params b/BugsSite/data/params
index 4a635f2..9c48eb7 100644
--- a/BugsSite/data/params
+++ b/BugsSite/data/params
@@ -94,10 +94,10 @@
            'strict_isolation' => 0,
            'supportwatchers' => '1',
            'timetrackinggroup' => '',
-           'timezone' => 'PDT',
+           'timezone' => 'PST',
            'upgrade_notification' => 'latest_stable_release',
            'urlbase' => 'https://bugs.webkit.org/',
-           'usebugaliases' => '1',
+           'usebugaliases' => '0',
            'useclassification' => 0,
            'useentrygroupdefault' => 0,
            'usemenuforusers' => '0',
@@ -108,7 +108,7 @@
            'usestatuswhiteboard' => '0',
            'usetargetmilestone' => 0,
            'usevisibilitygroups' => 0,
-           'usevotes' => 1,
+           'usevotes' => '0',
            'utf8' => '1',
            'webdotbase' => 'http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%',
            'whinedays' => 7

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list