Skip to content

Commit

Permalink
Instructions for handling ssh push for l10n Mercurial repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaynebailey authored and vagrant committed Mar 25, 2012
1 parent 6ee1b70 commit e797590
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/mozilla/README.firefox_build_instructions
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ with your language code.
Review the changes and check that you haven't broken anything. Happy?
# hg commit
# hg push
If your push fails with remote: 'ssl required' then you need to do the following. Edit
l10/zz/.hg/hgrc, duplicate the line 'default = http:....' and replace default with default-push,
replace http:// with ssh://
Now try push again.
7. Wait for Mozilla to build your stuff
Go to https://l10n-stage-sj.mozilla.org/shipping/dashboard?av=fx-aurora and check
that you have been built.
Expand Down

0 comments on commit e797590

Please sign in to comment.