aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xBuildReleases.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/BuildReleases.sh b/BuildReleases.sh
index a27fa9d..b692e82 100755
--- a/BuildReleases.sh
+++ b/BuildReleases.sh
@@ -166,7 +166,7 @@ then
166 ./3-compile-SL-source && 166 ./3-compile-SL-source &&
167 ./4-package-viewer && 167 ./4-package-viewer &&
168 cd ../../indra/viewer-linux-* && 168 cd ../../indra/viewer-linux-* &&
169 cp ${version}-Linux-*.tar.bz2 ../../../../../TARBALLS 169 cp ${version}-*.tar.bz2 ../../../../../TARBALLS
170 cd ../../../../.. 170 cd ../../../../..
171fi 171fi
172 172
@@ -194,9 +194,9 @@ then
194 ./3-compile-SL-source && 194 ./3-compile-SL-source &&
195 ./4-package-viewer && 195 ./4-package-viewer &&
196 cd ../../indra/viewer-linux-* && 196 cd ../../indra/viewer-linux-* &&
197 cp ${version}-Linux-x86_64.tar.bz2 /home/builder/TARBALLS && 197 cp ${version}-*.tar.bz2 /home/builder/TARBALLS &&
198 cd /home/builder/TARBALLS && 198 cd /home/builder/TARBALLS &&
199 busybox ftpput ${FTP_SERVER} -vP ${FTP_PORT} ${version}-Linux-x86_64.tar.bz2 ${version}-Linux-x86_64.tar.bz2 199 busybox ftpput ${FTP_SERVER} -vP ${FTP_PORT} ${version}-*.tar.bz2 ${version}-*.tar.bz2
200 shutdown -h now 200 shutdown -h now
201zzzzEOFzzzz 201zzzzEOFzzzz
202 sleep 10 202 sleep 10
@@ -225,9 +225,9 @@ then
225 ./3-compile-SL-source && 225 ./3-compile-SL-source &&
226 ./4-package-viewer && 226 ./4-package-viewer &&
227 cd ../../indra/viewer-linux-* && 227 cd ../../indra/viewer-linux-* &&
228 cp ${version}-Linux-x86.tar.bz2 /home/builder/TARBALLS && 228 cp ${version}-*.tar.bz2 /home/builder/TARBALLS &&
229 cd /home/builder/TARBALLS && 229 cd /home/builder/TARBALLS &&
230 busybox ftpput ${FTP_SERVER} -vP ${FTP_PORT} ${version}-Linux-x86.tar.bz2 ${version}-Linux-x86.tar.bz2 230 busybox ftpput ${FTP_SERVER} -vP ${FTP_PORT} ${version}-*.tar.bz2 ${version}-*.tar.bz2
231 shutdown -h now 231 shutdown -h now
232zzzzEOFzzzz 232zzzzEOFzzzz
233 sleep 10 233 sleep 10