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

Comparing deliantra/Deliantra-Client/util/build (file contents):
Revision 1.11 by root, Sun Jan 8 07:58:39 2012 UTC vs.
Revision 1.13 by root, Wed Jan 18 17:23:53 2012 UTC

1#!/bin/sh 1#!/bin/sh
2
3# 1. build
4# 2. gendist
5# 3. ota_publish
2 6
3############################################################################# 7#############################################################################
4# copy and install modules 8# copy and install modules
5 9
6if ! [ "$SKIP_INSTALL" ] ; then 10if ! [ "$SKIP_INSTALL" ] ; then
7 cpan="Win32::Exe Pod::POM LWP" 11 cpan="Win32::Exe Pod::POM LWP"
8 cpan="" 12 cpan=""
9 mods="common-sense Guard JSON-XS AnyEvent EV BDB Coro Compress-LZF IO-AIO AnyEvent-AIO AnyEvent-BDB Urlader deliantra/Deliantra deliantra/Deliantra-Client" 13 mods="common-sense Guard JSON-XS AnyEvent EV BDB Coro Compress-LZF"
10 #mods="deliantra/Deliantra-Client" 14 mods="$mods IO-AIO AnyEvent-AIO AnyEvent-BDB Perl-LibExtractor Urlader"
15 mods="$mods deliantra/Deliantra deliantra/Deliantra-Client"
11 16
12 for host in vm osx105; do 17 for host in vm osx105; do
13 ( 18 (
14 cd /root/src 19 cd /root/src
15 cvsfind $mods 20 cvsfind $mods

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines