Ignore:
Timestamp:
2016-03-08T20:26:33+13:00 (8 years ago)
Author:
ak19
Message:

Uploading expeditee nightly on linux 32 bit works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/create-expeditee.sh

    r30392 r30396  
    4242        pushd expeditee
    4343        rke
     44
     45        # http://stackoverflow.com/questions/1401482/yyyy-mm-dd-format-date-in-shell-script
     46        DATE=`date +%Y-%m-%d`
     47
     48        # Uploading
     49        mkdir uploads
     50        cp products/Expeditee-1-linux uploads/Expeditee-1-${DATE}-linux
     51        cp rke.out uploads/Expeditee-${DATE}-linux.out
     52        cd uploads && tar -c * | ssh -T -i "/root/.ssh/upload-expeditee-l32" [email protected]
     53
    4454        exit 0
    4555    fi
Note: See TracChangeset for help on using the changeset viewer.