Confirmed users
371
edits
(deploying info) |
(deploying -m) |
||
| Line 105: | Line 105: | ||
To deploy, you need to update the ''release_tag'' in the repo to point to your newest changeset, and file a bug ([https://bugzilla.mozilla.org/show_bug.cgi?id=1247822 example]) for DevOps to deploy it to the [https://telemetry-experiment.cdn.mozilla.net/ production server]. | To deploy, you need to update the ''release_tag'' in the repo to point to your newest changeset, and file a bug ([https://bugzilla.mozilla.org/show_bug.cgi?id=1247822 example]) for DevOps to deploy it to the [https://telemetry-experiment.cdn.mozilla.net/ production server]. | ||
** <code> hg tag -f --rev tip release_tag</code> | ** <code> hg tag -f --rev tip release_tag -m "Bug AAA - Update release_tag to deploy my experiment. r=someone"</code> | ||