Building Firefox/SURF: Difference between revisions

No edit summary
Line 48: Line 48:
Let's get the preliminaries out of the way:
Let's get the preliminaries out of the way:


1. Ensure that ssh is properly configured with the ssh key you created during your commit access process (e.g. using ssh-agent + ssh-add, or editing .ssh/config)
# Ensure that ssh is properly configured with the ssh key you created during your commit access process (e.g. using ssh-agent + ssh-add, or editing .ssh/config)
2. Create a test commit
# Create a test commit
3. Ensure your working directory is clear (that you have have no modified files with <tt>hg status</tt>.
# Ensure your working directory is clear (that you have have no modified files with <tt>hg status</tt>.


After that there are multiple ways to push to try; but the two most common are:
After that there are multiple ways to push to try; but the two most common are:
124

edits