Changeset 30399


Ignore:
Timestamp:
2016-03-09T21:09:34+13:00 (8 years ago)
Author:
ak19
Message:

Minor changes to mirror the way the expeditee nightly generation scripts on linux name files.

Location:
other-projects/expeditee-release-kits
Files:
2 edited

Legend:

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

    r30397 r30399  
    4747:: Uploading
    4848mkdir uploads
    49 copy products\Expeditee-1-%products_suffix%.exe uploads\Expeditee-1-%mydate%-%uploads_suffix%.exe
    50 copy rke.out uploads\rke-%mydate%-%os_suffix%.out
     49copy products\Expeditee-1%products_suffix%.exe uploads\Expeditee-1-%mydate%%uploads_suffix%.exe
     50copy rke.out uploads\rke-%mydate%%os_suffix%.out
    5151set PATH=C:\Windows\System32\linuxtools;C:\Program Files (x86)\PuTTY2;%PATH%
    5252:: Works from the cmd line:
  • other-projects/expeditee-release-kits/rke-setup.bat.in

    r30397 r30399  
    1616
    1717set os=windows
    18 set products_suffix=%os%
    19 set uploads_suffix=%products_suffix%
    20 set out_suffix=%os%
     18set products_suffix=-%os%
     19set uploads_suffix=-%products_suffix%
     20set out_suffix=-%os%
    2121:: identity_file is the public key file
    2222set identity_file=%currentdir%\tools\keys\upload-expeditee.ppk
Note: See TracChangeset for help on using the changeset viewer.