Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/217979

Change subject: stupid
......................................................................

stupid

Change-Id: I8ea740eb354cb8210b804cf9a98a480eb2ee8d7a
---
M forrestbot.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/forrestbot 
refs/changes/79/217979/1

diff --git a/forrestbot.py b/forrestbot.py
index 030910c..8c150e8 100644
--- a/forrestbot.py
+++ b/forrestbot.py
@@ -88,7 +88,7 @@
         major, minor = branch.split("REL")[1].split("_")
         return "mw%s.%s" % (major, minor)
     elif branch.startswith('wmf/'):
-        return 'mw' + branch[:4]
+        return 'mw' + branch[4:]
     elif "wmf" in branch:
         return 'mw'+branch
     else:

-- 
To view, visit https://gerrit.wikimedia.org/r/217979
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8ea740eb354cb8210b804cf9a98a480eb2ee8d7a
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/forrestbot
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to