Skip to content

Uploading Test Meshes

Dan Ibanez edited this page Aug 6, 2016 · 7 revisions
  1. Contact cwsmith for permission
  2. Add the following to your ~/.ssh/config file:
Host uploadPumiTarball
  IdentityFile /users/dibanez/.ssh/id_rsa
  HostName avatar
  User cwsmith
  ForwardX11 no
  1. Assuming your tarball is called new_meshes.tar.gz, run:
cat new_meshes.tar.gz | ssh uploadPumiTarball

Expect the following output, it is normal

Pseudo-terminal will not be allocated because stdin is not a terminal.
  1. Email ibaned so he can update the nightly directory
Clone this wiki locally