forked from mirrors/gecko-dev
Bug 1854697 - Clarify that Update Server docs are meant for testing r=nrishel
Differential Revision: https://phabricator.services.mozilla.com/D190968
This commit is contained in:
parent
4f9476fe27
commit
e80e659cd5
1 changed files with 6 additions and 1 deletions
|
|
@ -2,7 +2,12 @@ Setting Up An Update Server
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
The goal of this document is to provide instructions for installing a
|
The goal of this document is to provide instructions for installing a
|
||||||
locally-served Firefox update.
|
locally-served Firefox update for testing purposes. Note that these are not
|
||||||
|
instructions for how to create or run a production update server. This method of
|
||||||
|
serving updates is intended to trick Firefox into doing something that it
|
||||||
|
normally wouldn't do: download and install the same update over and over again.
|
||||||
|
This is useful for testing but is obviously not the correct behavior for a
|
||||||
|
production update server.
|
||||||
|
|
||||||
Obtaining an update MAR
|
Obtaining an update MAR
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue