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:
Robin Steuber 2023-10-16 17:28:39 +00:00
parent 4f9476fe27
commit e80e659cd5

View file

@ -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
----------------------- -----------------------