mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
6ef28f4c0b
This avoids taking away focus from tests. --HG-- extra : commitid : 69JXpfyaTMD extra : rebase_source : 66480764127f3e311f98a0aaafc77a8fd31582fa extra : histedit_source : 4edf37394446e274bc6eb1556d81c66f28e9ff75%2C0b8ab6b63757c646650349ec78b094e8fba30874
18 lines
831 B
Plaintext
18 lines
831 B
Plaintext
# Default behavior for the release upgrader.
|
|
|
|
[DEFAULT]
|
|
# Default prompting behavior, valid options:
|
|
#
|
|
# never - Never check for a new release.
|
|
# normal - Check to see if a new release is available. If more than one new
|
|
# release is found, the release upgrader will attempt to upgrade to
|
|
# the release that immediately succeeds the currently-running
|
|
# release.
|
|
# lts - Check to see if a new LTS release is available. The upgrader
|
|
# will attempt to upgrade to the first LTS release available after
|
|
# the currently-running one. Note that this option should not be
|
|
# used if the currently-running release is not itself an LTS
|
|
# release, since in that case the upgrader won't be able to
|
|
# determine if a newer release is available.
|
|
Prompt=never
|