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.19 by root, Wed Feb 8 07:28:17 2006 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.111
21 21
22umask 022 22umask 022
23 23
24SRC=/root/src/crossfire 24SRC=/root/src/cfmaps
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 ^\\? 31cvs -Q -z3 update -AdP | grep -v ^\\?
32
33wget -qm http://www.eracc.com/mlab/mlab-devel.tar.gz
34tar xzpf www.eracc.com/mlab/mlab-devel.tar.gz
35chown -R root.root mlab-devel
36chmod -R u=rwX,go=rX mlab-devel
32 37
33rm -f .cfmap2html 38rm -f .cfmap2html
34 39
35chmod 644 "$SRC"/*.css 40chmod 644 "$SRC"/*.css
36cp "$SRC"/*.css . 41cp "$SRC"/*.css .
96 <li><a href="/world/world_122_117.xhtml">Navar</a></li> 101 <li><a href="/world/world_122_117.xhtml">Navar</a></li>
97 <li><a href="/world/world_116_102.xhtml">Darcap</a></li> 102 <li><a href="/world/world_116_102.xhtml">Darcap</a></li>
98 <li><a href="/world/world_128_109.xhtml">Wolfsburg</a></li> 103 <li><a href="/world/world_128_109.xhtml">Wolfsburg</a></li>
99 <li><a href="/world/world_128_101.xhtml">Azumauindo</a></li> 104 <li><a href="/world/world_128_101.xhtml">Azumauindo</a></li>
100 </ul> 105 </ul>
101 <p class="footer">created by <a href='http://software.schmorp.de/#crossfire'>cfupdate</a> version $VERSION</p> 106 <p class="footer">created by <a href='http://software.schmorp.de/pkg/crossfire'>cfupdate</a> version $VERSION</p>
102 EOF 107 EOF
103 echo >&7 "</body></html>" 108 echo >&7 "</body></html>"
104 } 7>index.xhtml 109 } 7>index.xhtml
105 #gzip -7f index.xhtml 110 #gzip -7f index.xhtml
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