automate binary uploads to sf.net

Issue #45 resolved
Jon repo owner created an issue

No description provided.

Comments (3)

  1. Jon reporter

    Unless I figure a way to do this with scp/pscp and some sf.net REST API (need revision intermediate dirs) automate using a wrapper for sftp with -i private_key_file and -b batch_file that appears to be doable for both:

    Binary upload help must also set default file per system type by using sf.net release api


    sftp script template will look something similar to

    UruDeployConfig.sftp_script_template =<<-EOF
    cd /home/frs/project/urubinaries/uru
    mkdir <%= data[:version] %>
    cd <%= data[:version] %>
    put <%= data[:windows_archive] %>
    put <%= data[:linux_archive] %>
    put <%= data[:darwin_archive] %>
    EOF
    
  2. Jon reporter

    Describe requirements for deploy task. Closes #45

    Both deploy_config.rb and cacert.pem ARE NOT revision controlled in this repo and should have appropriate access restrictions applied.

    → <<cset f025a355689f>>

  3. Log in to comment