Replace 'inbound' with 'integration' in the about window
And a few documentation locations
This commit is contained in:
Родитель
5b30fe1da4
Коммит
12e7a659bc
|
@ -1,6 +1,6 @@
|
|||
# mozregression
|
||||
|
||||
mozregression is an interactive regression rangefinder for quickly tracking down the source of bugs in Mozilla nightly and inbound builds.
|
||||
mozregression is an interactive regression rangefinder for quickly tracking down the source of bugs in Mozilla nightly and integration builds.
|
||||
|
||||
You can start using mozregression today:
|
||||
|
||||
|
|
|
@ -40,8 +40,8 @@ regression range, something like this:
|
|||
|
||||
![My helpful screenshot]({{ site.baseurl }}/images/mozreg.png)
|
||||
|
||||
Then mozregression will go on and do the same things with inbound builds
|
||||
to get you the smallest possible window range for inbounds.
|
||||
Then mozregression will go on and do the same things with integration builds
|
||||
to get you the smallest possible window range.
|
||||
|
||||
There is plenty of options for mozregression. See
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ from mozregui.wizard import BisectionWizard, SingleRunWizard
|
|||
ABOUT_TEXT = """\
|
||||
<p><strong>mozregression-gui</strong> is a desktop interface for
|
||||
<strong>mozregression</strong>, a regression range finder for Mozilla
|
||||
nightly and inbound builds.</p>
|
||||
nightly and integration builds.</p>
|
||||
<p><a href="http://mozilla.github.io/mozregression/">\
|
||||
http://mozilla.github.io/mozregression/</a></p>
|
||||
<p><b>Using mozregression version: %s</b></p>
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
<item row="4" column="1">
|
||||
<widget class="QLineEdit" name="repository">
|
||||
<property name="toolTip">
|
||||
<string>repository like mozilla-inbound|mozilla-beta|...</string>
|
||||
<string>repository like autoland|mozilla-beta|...</string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string>you can choose a specific repository name here</string>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
!define APPNAME "mozregression-gui"
|
||||
!define COMPANYNAME "Mozilla"
|
||||
!define DESCRIPTION "regression range finder for Mozilla nightly and inbound builds"
|
||||
!define DESCRIPTION "regression range finder for Mozilla nightly and integration builds"
|
||||
# These three must be integers (not used yet)
|
||||
!define VERSIONMAJOR 1
|
||||
!define VERSIONMINOR 1
|
||||
|
|
Загрузка…
Ссылка в новой задаче