@@ -16,7 +16,7 @@ will schedule a new build to be run as soon as possible.
16
16
17
17
The build steps run by the buildbots are the following:
18
18
19
- * Check out the source tree for the changeset which triggered the build
19
+ * Check out the source tree for the change which triggered the build
20
20
* Compile Python
21
21
* Run the test suite using :ref: `strenuous settings <strenuous_testing >`
22
22
* Clean up the build tree
@@ -56,7 +56,7 @@ There are three ways of visualizing recent build results:
56
56
* The Web interface for each branch at https://www.python.org/dev/buildbot/,
57
57
where the so-called "waterfall" view presents a vertical rundown of recent
58
58
builds for each builder. When interested in one build, you'll have to
59
- click on it to know which changesets it corresponds to. Note that
59
+ click on it to know which commits it corresponds to. Note that
60
60
the buildbot web pages are often slow to load, be patient.
61
61
62
62
* The command-line ``bbreport.py `` client, which you can get from
@@ -78,16 +78,16 @@ There are three ways of visualizing recent build results:
78
78
If you like IRC, having an IRC client open to the #python-dev-notifs channel on
79
79
irc.libera.chat is useful. Any time a builder changes state (last build
80
80
passed and this one didn't, or vice versa), a message is posted to the channel.
81
- Keeping an eye on the channel after pushing a changeset is a simple way to get
81
+ Keeping an eye on the channel after pushing a commits is a simple way to get
82
82
notified that there is something you should look in to.
83
83
84
84
Some buildbots are much faster than others. Over time, you will learn which
85
85
ones produce the quickest results after a build, and which ones take the
86
86
longest time.
87
87
88
- Also, when several changesets are pushed in a quick succession in the same
88
+ Also, when several commits are pushed in a quick succession in the same
89
89
branch, it often happens that a single build is scheduled for all these
90
- changesets .
90
+ commits .
91
91
92
92
Stability
93
93
=========
0 commit comments