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

Parallel changes for the linux machines to use variables in create-expeditee.sh in place of fixed strings. The variables should be set to concrete values in rke-setup.sh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/rke-setup.sh.in

    r30387 r30398  
    22
    33# $currentdir should have been set to the parent folder of expeditee-release-kits
     4
     5export os=
     6export products_suffix=-${os}
     7export uploads_suffix=${products_suffix}
     8export out_suffix=-${os}
     9# path to the private key
     10export identity_file=
    411
    512# Need to use a JDK8!!!
Note: See TracChangeset for help on using the changeset viewer.