canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) No edit summary |
||
Line 98: | Line 98: | ||
chmod 4755 chown* | chmod 4755 chown* | ||
ln -s chown_revert revert_root | ln -s chown_revert revert_root | ||
= Establish initial ssh connections and accept keys = | |||
You'll need to execute the following simple ssh calls to connect to the ftp server (stage), symbol server, and update server so that the various pieces of the build can be uploaded automatically by the build scripts: | |||
ssh stage.mozilla.org pwd | |||
ssh -2 -f -L2222:hal:22 stage.mozilla.org sleep 20;ssh -2 -p2222 -l symbols localhost pwd | |||
ssh -i /Users/cltbld/.ssh/aus cltbld@aus2-staging.mozilla.org pwd |