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

Comparing cfmaps/cfupdate (file contents):
Revision 1.16 by root, Fri Dec 9 10:57:23 2005 UTC vs.
Revision 1.17 by root, Mon Dec 12 01:38:19 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.10 20VERSION=1.11
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 30
31cvs -Q -z3 update -AdP | grep -v ^\\?
32
31wget -qm http://www.eracc.com/mlab/mlab-devel.tar.gz 33wget -qm http://www.eracc.com/mlab/mlab-devel.tar.gz
32tar xzpf www.eracc.com/mlab/mlab-devel.tar.gz 34tar xzpf www.eracc.com/mlab/mlab-devel.tar.gz
33chown -R root.root mlab-devel 35chown -R root.root mlab-devel
34chmod -R u=rwX,go=rX mlab-devel 36chmod -R u=rwX,go=rX mlab-devel
35
36cvs -Q -z3 update -AdP | grep -v ^\\?
37 37
38rm -f .cfmap2html 38rm -f .cfmap2html
39 39
40chmod 644 "$SRC"/*.css 40chmod 644 "$SRC"/*.css
41cp "$SRC"/*.css . 41cp "$SRC"/*.css .

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines