Confirmed users
3,727
edits
| Line 175: | Line 175: | ||
* Also note that the Makefile will build the production channel by default, meaning this will not update you to the very latest checked-in changes but rather to the latest tags. If instead you want to deploy the very latest code, then use this line instead: | * Also note that the Makefile will build the production channel by default, meaning this will not update you to the very latest checked-in changes but rather to the latest tags. If instead you want to deploy the very latest code, then use this line instead: | ||
$ make build CHANNEL=dev | $ make build CHANNEL=dev | ||
* NOTE: More specific redeployment ideas can be found on this great site: | |||
** http://www.wenks.ch/fabian/mozilla-custom-sync-server/#Updating%20the%20Sync%20Server | |||