[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
ddkilzer at apple.com
ddkilzer at apple.com
Wed Jan 20 22:17:54 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 5e81f861834eef836824436962a8759090adbcb2
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