ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/cfupdate
(Generate patch)

Comparing cfmaps/cfupdate (file contents):
Revision 1.14 by root, Wed Nov 23 09:07:21 2005 UTC vs.
Revision 1.16 by root, Fri Dec 9 10:57:23 2005 UTC

15# 15#
16# You should have received a copy of the GNU General Public License 16# You should have received a copy of the GNU General Public License
17# along with gvpe; if not, write to the Free Software 17# along with gvpe; if not, write to the Free Software
18# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19
20VERSION=1.08 20VERSION=1.10
21 21
22umask 022 22umask 022
23 23
24SRC=/root/src/crossfire 24SRC=/root/src/crossfire
25PATH="$SRC:$PATH" 25PATH="$SRC:$PATH"
26BASE="/var/www/cfmaps.schmorp.de" 26BASE="/var/www/cfmaps.schmorp.de"
27export CROSSFIRE_LIBDIR="$BASE"/lib 27export CROSSFIRE_LIBDIR="$BASE"/lib
28 28
29cd "$BASE" || exit 69 29cd "$BASE" || exit 69
30
31wget -qm http://www.eracc.com/mlab/mlab-devel.tar.gz
32tar xzpf www.eracc.com/mlab/mlab-devel.tar.gz
33chown -R root.root mlab-devel
34chmod -R u=rwX,go=rX mlab-devel
30 35
31cvs -Q -z3 update -AdP | grep -v ^\\? 36cvs -Q -z3 update -AdP | grep -v ^\\?
32 37
33rm -f .cfmap2html 38rm -f .cfmap2html
34 39
106 ) 111 )
107done 112done
108 113
109<.cfmap2html xargs cfmap2html 114<.cfmap2html xargs cfmap2html
110<.cfmap2html xargs cfmapidx -a 115<.cfmap2html xargs cfmapidx -a
111cfmapidx -c
112mv .index.dat~ .index.dat 116mv .index.dat~ .index.dat
113 117
114#rm -f .cfmap2html 118#rm -f .cfmap2html
115 119
116cfarch2html 120cfarch2html

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines