Confirmed users
3,990
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<pre><li><label><input type="checkbox" name="talos_suite" value="SUITE_NAME">SUITE_NAME</label></li></pre> | <pre><li><label><input type="checkbox" name="talos_suite" value="SUITE_NAME">SUITE_NAME</label></li></pre> | ||
Once you've landed your patch to the webpages | Once you've landed your patch to the webpages: | ||
ssh build.mozilla.org | |||
sudo su - | |||
cd /var/www/html/trychooser/tools | |||
hg in | |||
hg pull -u && hg up -C | |||
Your changes should now be live at http://trychooser.pub.build.mozilla.org/ |