[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
eric at webkit.org
eric at webkit.org
Wed Jan 20 22:29:27 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit df106692a4875ddba8f713e149d52b55e7f172da
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Jan 19 20:53:54 2010 +0000
2010-01-19 Eric Seidel <eric at webkit.org>
Reviewed by Adam Barth.
validate-committer-lists throws exception and committers.py needs a refresh
https://bugs.webkit.org/show_bug.cgi?id=33831
* Scripts/validate-committer-lists: use webkit_logging
* Scripts/webkitpy/committers.py: Add recently minted committers. Fix Simon Hausmanns email address list to include his webkit-committers at lists address.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53484 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index f10e745..3d3b868 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,13 @@
+2010-01-19 Eric Seidel <eric at webkit.org>
+
+ Reviewed by Adam Barth.
+
+ validate-committer-lists throws exception and committers.py needs a refresh
+ https://bugs.webkit.org/show_bug.cgi?id=33831
+
+ * Scripts/validate-committer-lists: use webkit_logging
+ * Scripts/webkitpy/committers.py: Add recently minted committers. Fix Simon Hausmanns email address list to include his webkit-committers at lists address.
+
2010-01-18 Adam Roben <aroben at apple.com>
Add LayoutTestController support for calling new WebKit SPI to
diff --git a/WebKitTools/Scripts/validate-committer-lists b/WebKitTools/Scripts/validate-committer-lists
index e39692e..2f2dd32 100755
--- a/WebKitTools/Scripts/validate-committer-lists
+++ b/WebKitTools/Scripts/validate-committer-lists
@@ -37,7 +37,7 @@ import re
import urllib2
from datetime import date, datetime, timedelta
from webkitpy.committers import CommitterList
-from webkitpy.logging import log, error
+from webkitpy.webkit_logging import log, error
from webkitpy.scm import Git
# WebKit includes a built copy of BeautifulSoup in Scripts/webkitpy
diff --git a/WebKitTools/Scripts/webkitpy/committers.py b/WebKitTools/Scripts/webkitpy/committers.py
index 3089288..93eba6c 100644
--- a/WebKitTools/Scripts/webkitpy/committers.py
+++ b/WebKitTools/Scripts/webkitpy/committers.py
@@ -70,6 +70,7 @@ committers_unable_to_review = [
Committer("Brian Weinstein", "bweinstein at apple.com"),
Committer("Cameron McCormack", "cam at webkit.org"),
Committer("Chris Fleizach", "cfleizach at apple.com"),
+ Committer("Chris Jerdonek", "cjerdonek at webkit.org"),
Committer("Chris Marrin", "cmarrin at apple.com"),
Committer("Chris Petersen", "cpetersen at apple.com"),
Committer("Christian Dywan", ["christian at twotoasts.de", "christian at webkit.org"]),
@@ -132,12 +133,14 @@ committers_unable_to_review = [
Committer("Tony Chang", "tony at chromium.org"),
Committer("Trey Matteson", "trey at usa.net"),
Committer("Tristan O'Tierney", ["tristan at otierney.net", "tristan at apple.com"]),
+ Committer("Victor Wong", "victorw at chromium.org"),
Committer("William Siegrist", "wsiegrist at apple.com"),
Committer("Yael Aharon", "yael.aharon at nokia.com"),
Committer("Yaar Schnitman", ["yaar at chromium.org", "yaar at google.com"]),
Committer("Yong Li", ["yong.li at torchmobile.com", "yong.li.webkit at gmail.com"]),
Committer("Yongjun Zhang", "yongjun.zhang at nokia.com"),
Committer("Yury Semikhatsky", "yurys at chromium.org"),
+ Committer("Zoltan Herczeg", "zherczeg at webkit.org"),
Committer("Zoltan Horvath", "zoltan at webkit.org"),
]
@@ -198,7 +201,7 @@ reviewers_list = [
Reviewer("Sam Weinig", ["sam at webkit.org", "weinig at apple.com"]),
Reviewer("Shinichiro Hamaji", "hamaji at chromium.org"),
Reviewer("Simon Fraser", "simon.fraser at apple.com"),
- Reviewer("Simon Hausmann", ["hausmann at webkit.org", "hausmann at kde.org"]),
+ Reviewer("Simon Hausmann", ["hausmann at webkit.org", "hausmann at kde.org", "simon.hausmann at nokia.com"]),
Reviewer("Stephanie Lewis", "slewis at apple.com"),
Reviewer("Steve Falkenburg", "sfalken at apple.com"),
Reviewer("Tim Omernick", "timo at apple.com"),
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list