Ignore:
Timestamp:
2019-11-27T17:44:54+13:00 (4 years ago)
Author:
ak19
Message:

On linux 64 bit, the additional wrap command did not work because the snapshot folder is actually called gs2/3-caveat-x64 and not gs2/3-caveat as it is on the 32 bit machine. Not all references to the folder on the 64 bit machine were correct. Fixed now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/crons-and-scripts/linux64/run-gs2-caveat.sh

    r32402 r33723  
    3434
    3535    # the star at the end does tab-completion
    36     cd /home/sjm84/snapshots/gs2-caveat/from*
     36    cd /home/sjm84/snapshots/gs2-caveat-x64/from*
    3737   
    3838    # store a copy of the original build log
     
    5151    # upload the newly wrapped binary and the log
    5252    cd /home/sjm84/envi/bin
    53     ./envi gs2-caveat upload
     53    ./envi gs2-caveat-x64 upload
    5454
    5555    # back to lsb root
Note: See TracChangeset for help on using the changeset viewer.