[Buildbot-commits] [Buildbot] #1920: add twisted-11.0.0 to metabuildbot
Buildbot
nobody at buildbot.net
Sat Apr 9 18:00:10 UTC 2011
#1920: add twisted-11.0.0 to metabuildbot
--------------------+---------------------
Reporter: dustin | Owner: dustin
Type: task | Status: closed
Priority: major | Milestone: 0.8.4
Version: 0.8.3p1 | Resolution: fixed
Keywords: admin |
--------------------+---------------------
Changes (by dustin):
* status: new => closed
* resolution: => fixed
Comment:
{{{
#!patch
commit 06b8ec8b0f466e5c1907f677c71be8976afdb9e7
Author: buildbot.net admins <buildbot-devel at lists.sourceforge.net>
Date: Sat Apr 9 19:59:35 2011 +0200
remove Twisted 10.{0,1}.0 and add Twisted 11.0.0 - fixes #1920
diff --git a/builders.py b/builders.py
index d22a59c..7519d9a 100644
--- a/builders.py
+++ b/builders.py
@@ -341,9 +341,8 @@ twisted_versions = dict(
tw0810='Twisted==8.1.0',
tw0820='Twisted==8.2.0',
tw0900='Twisted==9.0.0',
- tw1000='Twisted==10.0.0',
- tw1010='Twisted==10.1.0',
tw1020='Twisted==10.2.0',
+ tw1100='Twisted==11.0.0',
)
python_versions = dict(
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/1920#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list