ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/util/build.windows
(Generate patch)

Comparing deliantra/Deliantra-Client/util/build.windows (file contents):
Revision 1.1 by root, Sat Dec 31 04:23:43 2011 UTC vs.
Revision 1.2 by root, Wed Jan 4 11:41:25 2012 UTC

1#!/bin/sh 1#!/bin/sh
2 2
3ssh vm ' 3ssh vm "cd src/deliantra/Deliantra-Client && util/gatherer"
4 PATH="/opt/local/bin:/opt/local/sbin:$PATH"
5 cd /root/src/deliantra/Deliantra-Client || exit
6 cvs update -AdP
7 rm -rf dist; mkdir dist
8 util/gatherer
9'
10
11rsync -aPessh vm:src/CFPlus/dist/windows-x86* dist/. --del 4rsync -aPessh vm:src/CFPlus/dist/windows-x86* dist/. --del
12 5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines