ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/scripts/shell/builds.sh
(Generate patch)

Comparing misc/scripts/shell/builds.sh (file contents):
Revision 1.1 by tdb, Fri Mar 9 00:23:22 2001 UTC vs.
Revision 1.2 by tdb, Mon Mar 26 21:17:22 2001 UTC

# Line 48 | Line 48 | cd ${CHECKOUTDIR}/source
48   ln -s client/conient conient
49   ln -s host/winhost winhost
50   ln -s host/ihost ihost
51 + ln -s reports/php webreports
52 + ln -s reports/DBReporter dbreporter
53  
54 < MODULES="server conient corbaservices winhost ihost"
54 > MODULES="server conient corbaservices winhost ihost webreports dbreporter"
55  
56   for MOD in ${MODULES}; do
57      
# Line 71 | Line 73 | cd ${CHECKOUTDIR}/source
73   rm conient
74   rm winhost
75   rm ihost
76 + rm webreports
77 + rm dbreporter

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines