From 58f274f76cd7ed28a8acf6c7178f304c527d5d82 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 26 Apr 2013 13:30:02 +1000 Subject: Minor tweak to match Impy repo changes. --- BuildReleases.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BuildReleases.sh b/BuildReleases.sh index fec758c..15f7b66 100755 --- a/BuildReleases.sh +++ b/BuildReleases.sh @@ -79,6 +79,7 @@ then #expect -c 'spawn ssh -p 2222 me@localhost ; expect assword ; send " \n" ; interact' <<- zzzzEOFzzzz ssh -p 2222 me@localhost <<- zzzzEOFzzzz # TODO - there has to be a way of avoiding all this hard coded stuff, coz this is way too fragile. + # 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. # 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. export version=${version} 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 ./2-trim-libraries-from-SL ./3-compile-SL-source ./4-package-viewer - cp /home/me/BUILD/SOURCE/linden/indra/build-nmake/newview/package/${version}-*.exe /home/me/TARBALLS + cp /home/me/BUILD/SOURCE/linden/indra/build-nmake/newview/RelWithDebInfo/package/${version}-*.exe /home/me/TARBALLS cd /home/me/TARBALLS lftp -c 'open -p ${FTP_PORT} ${FTP_SERVER} && lcd /home/me/TARBALLS && mput ${version}-*.exe' shutdown -s now -- cgit v1.1