File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ BUILDBOT_VERSION := 3.3.0
22BUILDBOT_BASEDIR := buildbot-workdir
33
44BOTTLE_VERSION := 0.12.19
5+ TREQ_VERSION := 21.5.0
56
67# Without toolchains/ part, all is a placeholder for all detected toolchains
78TOOLCHAINS_ENABLED := all
@@ -142,6 +143,7 @@ master-check:
142143$(BUILDDIR ) /buildbot_installed : Makefile | $(BUILDDIR )
143144 pip install ' buildbot[bundle]==$(BUILDBOT_VERSION)' \
144145 ' buildbot-wsgi-dashboards==$(BUILDBOT_VERSION)' \
146+ ' treq==$(TREQ_VERSION)' \
145147 ' bottle==$(BOTTLE_VERSION)'
146148 touch $(BUILDDIR ) /buildbot_installed
147149
Original file line number Diff line number Diff line change 111111 'repository' : 'https://github.com/bottlepy/bottle.git' ,
112112 'exclude pattern' : r'.*(b|rc).*'
113113 },
114+ ('./Makefile' , 'TREQ' ): {
115+ 'check' : 'git tag' ,
116+ 'repository' : 'https://github.com/twisted/treq.git' ,
117+ 'prefix' : 'release-' ,
118+ 'exclude pattern' : r'.*(b|rc).*'
119+ },
114120
115121 ('./toolchains/m4/debian-toolchain-base.m4' , 'DEBIAN' ): debian_check ,
116122
You can’t perform that action at this time.
0 commit comments