diff options
-rwxr-xr-x | BuildReleases.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BuildReleases.sh b/BuildReleases.sh index fec758c..15f7b66 100755 --- a/BuildReleases.sh +++ b/BuildReleases.sh | |||
@@ -79,6 +79,7 @@ then | |||
79 | #expect -c 'spawn ssh -p 2222 me@localhost ; expect assword ; send " \n" ; interact' <<- zzzzEOFzzzz | 79 | #expect -c 'spawn ssh -p 2222 me@localhost ; expect assword ; send " \n" ; interact' <<- zzzzEOFzzzz |
80 | ssh -p 2222 me@localhost <<- zzzzEOFzzzz | 80 | ssh -p 2222 me@localhost <<- zzzzEOFzzzz |
81 | # TODO - there has to be a way of avoiding all this hard coded stuff, coz this is way too fragile. | 81 | # TODO - there has to be a way of avoiding all this hard coded stuff, coz this is way too fragile. |
82 | # On the other hand, when doing this via click and pointy VS express, you would need to manually configure them into that anyway. Which is still not good. | ||
82 | # Windows python insists on putting some crap at the end of the output, so we can't run the above version command here, instead just pass it. | 83 | # Windows python insists on putting some crap at the end of the output, so we can't run the above version command here, instead just pass it. |
83 | export version=${version} | 84 | export version=${version} |
84 | PATH='/bin:/usr/local/bin:/usr/bin:'\$PATH':/cygdrive/c/Program Files/Microsoft SDKs/v6.1/Bin:/cygdrive/c/Program Files/Microsoft Visual Studio 8/SDK/v2.0/Bin:/cygdrive/c/Program Files/Microsoft Visual Studio 8/Common7/IDE:/cygdrive/c/Program Files/Microsoft Visual Studio 8/VC/bin:/cygdrive/c/Program Files/Microsoft Visual Studio 8/Common7/Tools/:/cygdrive/c/Program Files/Inno Setup 5' | 85 | PATH='/bin:/usr/local/bin:/usr/bin:'\$PATH':/cygdrive/c/Program Files/Microsoft SDKs/v6.1/Bin:/cygdrive/c/Program Files/Microsoft Visual Studio 8/SDK/v2.0/Bin:/cygdrive/c/Program Files/Microsoft Visual Studio 8/Common7/IDE:/cygdrive/c/Program Files/Microsoft Visual Studio 8/VC/bin:/cygdrive/c/Program Files/Microsoft Visual Studio 8/Common7/Tools/:/cygdrive/c/Program Files/Inno Setup 5' |
@@ -105,7 +106,7 @@ then | |||
105 | ./2-trim-libraries-from-SL | 106 | ./2-trim-libraries-from-SL |
106 | ./3-compile-SL-source | 107 | ./3-compile-SL-source |
107 | ./4-package-viewer | 108 | ./4-package-viewer |
108 | cp /home/me/BUILD/SOURCE/linden/indra/build-nmake/newview/package/${version}-*.exe /home/me/TARBALLS | 109 | cp /home/me/BUILD/SOURCE/linden/indra/build-nmake/newview/RelWithDebInfo/package/${version}-*.exe /home/me/TARBALLS |
109 | cd /home/me/TARBALLS | 110 | cd /home/me/TARBALLS |
110 | lftp -c 'open -p ${FTP_PORT} ${FTP_SERVER} && lcd /home/me/TARBALLS && mput ${version}-*.exe' | 111 | lftp -c 'open -p ${FTP_PORT} ${FTP_SERVER} && lcd /home/me/TARBALLS && mput ${version}-*.exe' |
111 | shutdown -s now | 112 | shutdown -s now |