Changes between Version 14 and Version 15 of ReleaseProcess


Ignore:
Timestamp:
Sep 6, 2013, 9:11:47 PM (11 years ago)
Author:
Philip Taylor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseProcess

    v14 v15  
    8282== Building on EC2
    8383
    84 Sign up to EC2. Create an EC2 instance (e.g. Ubuntu 12.04 on c1.medium). ssh into it (as user 'ubuntu').
     84Sign up to EC2. Create an EC2 instance (Ubuntu 12.04, 64-bit, c1.medium). ssh into it (as user 'ubuntu').
    8585{{{
    8686screen
     
    108108cp ../0ad/source/tools/dist/build.sh .
    109109nano build.sh
    110 # change EXE, SVNWC, PREFIX, makensis command
     110# change PREFIX
    111111./build.sh
    112 # manually rename the .exe
    113112rsync -avP 0ad-*.{tar.gz,tar.xz,exe} philip@zaynar.co.uk:/var/www/releases/rc/
    114113}}}