ReferencePlatforms/Test/Foopy: Difference between revisions

Jump to navigation Jump to search
m
Line 66: Line 66:


== helper script to populate /builds ==
== helper script to populate /builds ==
create initial .ssh environment
ssh cltbld@foopy##.build.mozilla.org 'mkdir /Users/cltbld/.ssh ; chmod 0700 /Users/cltbld/.ssh ; touch /Users/cltbld/.ssh/authorized_keys ; chmod 0644 /Users/cltbld/.ssh/authorized_keys'
create /builds structure
  #!/bin/sh -x
  #!/bin/sh -x
  if [ ! -d /builds ]; then
  if [ ! -d /builds ]; then
470

edits

Navigation menu