[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

ossy at webkit.org ossy at webkit.org
Fri Jan 21 14:57:27 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 38954d3d1f6921e60065aca5f6bc899e22aad98d
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 5 14:11:40 2011 +0000

    Based on idea from Péter Gál.
    
    Patch by Gabor Rapcsanyi <rgabor at inf.u-szeged.hu> on 2011-01-05
    Rubber-stamped by Csaba Osztrogonác.
    
    * Scripts/webkitpy/tool/bot/sheriff.py: Remove unnecessary apostrophes around revision numbers.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75063 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 0981a9d..b9971be 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,5 +1,13 @@
 2011-01-05  Gabor Rapcsanyi  <rgabor at inf.u-szeged.hu>
 
+        Rubber-stamped by Csaba Osztrogonác.
+
+        Based on idea from Péter Gál.
+
+        * Scripts/webkitpy/tool/bot/sheriff.py: Remove unnecessary apostrophes around revision numbers.
+
+2011-01-05  Gabor Rapcsanyi  <rgabor at inf.u-szeged.hu>
+
         Reviewed by Adam Barth.
 
         sheriff-bot should be able to do multi-revision rollouts
diff --git a/Tools/Scripts/webkitpy/tool/bot/sheriff.py b/Tools/Scripts/webkitpy/tool/bot/sheriff.py
index e79713d..a5edceb 100644
--- a/Tools/Scripts/webkitpy/tool/bot/sheriff.py
+++ b/Tools/Scripts/webkitpy/tool/bot/sheriff.py
@@ -59,7 +59,6 @@ class Sheriff(object):
         except:
             raise ScriptError(message="Invalid svn revision number \"%s\"."
                               % " ".join(svn_revision_list))
-        svn_revisions = "'%s'" % svn_revisions
 
         if rollout_reason.startswith("-"):
             raise ScriptError(message="The rollout reason may not begin "

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list