Changeset 422 in MondoRescue for trunk


Ignore:
Timestamp:
Feb 21, 2006, 12:33:57 PM (18 years ago)
Author:
bcornec
Message:

merge -r418:421 $SVN_M/branches/stable

Location:
trunk
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/tools/livwww

    r418 r422  
    1717
    1818force=0
     19nodoc=0
    1920
    2021if [ "$1" = "-f" ]; then
     
    2223        optsvn=""
    2324        shift
     25elif [ "$1" = "-nodoc" ]; then
     26        nodoc=1
     27        optsvn="--force"
     28        shift
    2429else
    2530        optsvn="--force"
    2631fi
    2732
    28 /sbin/ifconfig | grep -q 10.3 2>&1 > /dev/null
     33/sbin/ifconfig | egrep -q '10\.3' 2>&1 > /dev/null
    2934if [ $? = 0 ]; then
    3035    DESTMACH=mondo.hpintelco.org
     
    6469$TOOLHOME/expandver $LOCALDIR/top.shtml $LOCALDOC/mondorescue-howto.sgml $LOCALDOC/*.8
    6570
    66 cd $LOCALDOC
    67 make -f Makefile.howto
    68 make -f Makefile.man
    69 mv $LOCALDOC $LOCALDIR/docs
    70 #
    71 # Man pages corrections
    72 #
    73 perl -pi -e 's~/man8/~/docs/~g' $LOCALDIR/docs/*.8.html
    74 perl -pi -e 's~<A HREF[=./A-z0-9"]*/man1/[^<]*>([A-z0-9]*)</A>~$1~g' $LOCALDIR/docs/*.8.html
    75 perl -pi -e 's~/index.html~/index.shtml~' $LOCALDIR/docs/*.8.html
     71if [ $nodoc -eq 0 ]; then
     72    cd $LOCALDOC
     73    make -f Makefile.howto
     74    make -f Makefile.man
     75    mv $LOCALDOC $LOCALDIR/docs
     76    #
     77    # Man pages corrections
     78    #
     79    perl -pi -e 's~/man8/~/docs/~g' $LOCALDIR/docs/*.8.html
     80    perl -pi -e 's~<A HREF[=./A-z0-9"]*/man1/[^<]*>([A-z0-9]*)</A>~$1~g' $LOCALDIR/docs/*.8.html
     81    perl -pi -e 's~/index.html~/index.shtml~' $LOCALDIR/docs/*.8.html
     82fi
    7683find $LOCALDIR -type d | xargs chmod 755
    7784find $LOCALDIR -type f | xargs chmod 644
  • trunk/website/latest-news.html

    r387 r422  
    1 <p><B>2006-02-05</B> Mondorescue has been officially referenced by the HP OpenSource Portal:
     1<p><B>2006-02-21 </B>Mondo Rescue has a new Web site</p>
     2<p>Thanks to <a href="http://www.73lab.com">Ayo</a>'s authorization, and after 2 weeks of hard work, we are proud to announce that we now have a new and updated Web site. We hope it will be useful and wait for your feedback.</p>
     3<p>You may find it at <a href="http://www.mondorescue.org">http://www.mondorescue.org</a> (IP: 213.30.161.23)</p>
     4<p><B>2006-02-05 </B>Mondo Rescue referenced by HP</p>
     5<p>Mondorescue has been officially referenced by the HP OpenSource Portal:
    26<a href="http://opensource.hp.com/index.php">http://opensource.hp.com/index.php</a> (look in the "Recently released" area)</p>
    3 <p><B>2006-02-02</B> In our always increasing set of services :-) I'd like to announce the
     7<p><B>2006-02-02 </B>Mondo Rescue rsync server available</p>
     8<p>In our always increasing set of services :-) I'd like to announce the
    49availability of an rsync mirror service for mondo-rescue.
    510
    611Try rsync rsync.mondorescue.org::</p>
    7 <p><B>2006-02-01</B> Things are progressing. I've gathered all the packages that were originally on <a href="http://www.mondorescue.org">http://www.mondorescue.org</a> and also added Mike's SuSE RPMs
     12<p><B>2006-02-01 </B>Mondo Rescue ftp server available</p>
     13<p>Things are progressing. I've gathered all the packages that were originally on <a href="http://www.mondorescue.org">http://www.mondorescue.org</a> and also added Mike's SuSE RPMs
    814+ all the latest packages I've produced and put them on a new ftp server
    915accessible at <a href="ftp://ftp.mondorescue.org">ftp://ftp.mondorescue.org</a>
Note: See TracChangeset for help on using the changeset viewer.