@@ -69,7 +69,7 @@ Issues with bpo / Roundup
69
69
70
70
- Less than five people maintain bpo. Some of them are core developers.
71
71
72
- - It is in mercurial . Without any CI available, it puts heavy burden on existing
72
+ - It is in Mercurial . Without any CI available, it puts heavy burden on existing
73
73
(few) maintainers in terms of reviewing, testing, and applying patches.
74
74
75
75
- At its current state, it is not equipped to accept lots of contributions from
@@ -90,7 +90,7 @@ Issues with bpo / Roundup
90
90
REST API [#roundup-rest-api ]_. Last activity was in 2016.
91
91
92
92
- It sends a number of unnecessary emails and notifications, and it is difficult,
93
- if not impossible, to configure. An example, is the nosy email, where we get
93
+ if not impossible, to configure. An example is the nosy email, where we get
94
94
email notification whenever someone added themselves as "nosy".
95
95
An issue has been filed in upstream roundup about this since 2012 with
96
96
little traction [#nosy-list ]_.
@@ -128,7 +128,7 @@ we already know how to do.
128
128
129
129
In order to really improve Roundup / bpo, it needs to first migrate to GitHub,
130
130
add CI and bots. As I understand it, there is hesitation because upstream Roundup
131
- is still im mercurial . Someone more familiar with Roundup / bpo needs
131
+ is still im Mercurial . Someone more familiar with Roundup / bpo needs
132
132
to champion this effort. (I'm not volunteering, I'm sorry).
133
133
134
134
I believe the effort of creating and maintaining GitHub integrations and bots
@@ -248,14 +248,14 @@ added to the nosy list. We need to replicate this functionality.
248
248
A GitHub account should not be a requirement
249
249
--------------------------------------------
250
250
251
- Back when it was discussed about moving the CPython codebase from mercurial
251
+ Back when it was discussed about moving the CPython codebase from Mercurial
252
252
to GitHub [#github-cpython-1 ]_ and [#github-cpython-2 ]_, it was brought up we
253
253
need to still allow uploading patches in bpo.
254
254
255
255
If bpo is made readonly, we'll need to come up with a different solution.
256
256
257
257
Related to this, since the migration to GitHub in 2017, I recall one case
258
- [#gh-1505 ]_ where we had one contributor who submitted patch to mercurial , and
258
+ [#gh-1505 ]_ where we had one contributor who submitted patch to Mercurial , and
259
259
refused to create a GitHub account. Because of this, our bot is unable to detect
260
260
whether the have signed CLA. Another person had volunteered to upload his
261
261
patch to GitHub. But we still require both people to sign the CLA.
0 commit comments