Changeset 763 in MondoRescue


Ignore:
Timestamp:
Aug 8, 2006, 12:14:12 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • Remove Berlios references where obsolete
  • Improve mindi patch for LVM on Debian
  • bzip2 now created during svn2build, and used later by othe scripts (rationale: done once and used now a lot)
  • Fix a patch for mkannounce
Location:
branches/stable
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/README

    r271 r763  
    2828
    2929You can get the latest packages from
    30 http://developer.berlios.de/project/showfiles.php?group_id=2524.
     30ftp://ftp.mondorescue.org
    3131
    3232Please see file 'INSTALL' for instructions about how to build and install
     
    5050
    5151Apart from the above-mentioned documentation, there is a Wiki with growing
    52 contents at the following URL: http://developer.berlios.de/wiki/?group_id=2524.
     52contents at the following URL: http://www.mondorescue.org/cgi-bin/trac.cgi/wiki
    5353
    5454Also, there is a mailing list mondo-devel@lists.sourceforge.net. Please go to
  • branches/stable/mindi/mindi

    r755 r763  
    14411441
    14421442        current_lvolume="$current_partition"
    1443         if [ $LVM = "v2" ] && [ "`echo $current_partition | grep '/dev/mapper/'`" ]; then
     1443        if [ $LVM = "v2" ] && [ "`echo $current_partition | grep -E '^/dev/mapper/'`" ]; then
    14441444            # .static dir are a Debian specificity
    1445             current_lvolume="`find /dev -lname "$current_partition" | grep -v /.static/`"
     1445            current_lvolume="`find /dev -lname "$current_partition" | grep -Ev '^/dev/\.static/'`"
    14461446            echo $current_lvolume | grep -q ' '
    14471447            if [ $? -eq 0]; then
     
    32133213if [ ! "`DidMondoCallMe`" ] ; then
    32143214    LogIt "Mindi Linux mini-distro generator v$MINDI_VERSION\n"
    3215     LogIt "Latest Mindi is available from http://mondorescue.berlios.de\n"
     3215    LogIt "Latest Mindi is available from http://www.mondorescue.org\n"
    32163216    LogIt "BusyBox sources are available from http://www.busybox.net\n"
    32173217    LogIt "------------------------------------------------------------------------------"
  • branches/stable/mondo-doc/mindi.8

    r402 r763  
    177177.SH AUTHORS
    178178Bruno Cornec (lead-development)
    179 .I "bcornec_at_users.berlios.de"
     179.I "bcornec_at_mondorescue.org"
    180180.br
    181181Andree Leidenfrost (co-developper)
  • branches/stable/mondo-doc/mondorescue-howto.sgml

    r720 r763  
    11391139
    11401140# mindi
    1141 Mindi Linux mini-distro generator v1.06-r343
    1142 
    1143 Latest Mindi is available from http://mondorescue.berlios.de
     1141Mindi Linux mini-distro generator v1.09-r762
     1142
     1143Latest Mindi is available from http://www.mondorescueg
    11441144
    11451145BusyBox sources are available from http://www.busybox.net
  • branches/stable/mondo/README

    r271 r763  
    2828
    2929You can get the latest packages from
    30 http://developer.berlios.de/project/showfiles.php?group_id=2524.
     30ftp://ftp.mondorescue.org
    3131
    3232Please see file 'INSTALL' for instructions about how to build and install
     
    5050
    5151Apart from the above-mentioned documentation, there is a Wiki with growing
    52 contents at the following URL: http://developer.berlios.de/wiki/?group_id=2524.
     52contents at the following URL: http://www.mondorescue.org/cgi-bin/trac.cgi/wiki
    5353
    5454Also, there is a mailing list mondo-devel@lists.sourceforge.net. Please go to
  • branches/stable/tools/build2pkg

    r761 r763  
    7171
    7272        if [ "$dfam" = "mandriva" ] || [ "$dfam" = "suse" ]; then
    73             echo "Generating bzip2 files ($dfam)"
    74             gzip -cd $src | bzip2 -c3 > SOURCES/$pv.tar.bz2
     73            echo "Using bzip2 files ($dfam)"
     74            ln -sf $pv.tar.bz2 SOURCES/
    7575        else
     76            echo "Using gzip files ($dfam)"
    7677            ln -sf $src SOURCES/
    7778        fi
  • branches/stable/tools/file2ftp

    r757 r763  
    4646
    4747for p in $c; do
    48     src="$src ${TOPDIR}/${VER}-$TAG/$p-[1-9st]*.tar.gz"
     48    src1="${TOPDIR}/${VER}-$TAG/$p-[1-9st]*.tar.gz"
     49    src2=`echo $src1 | sed 's/\.tar\.gz//'`
     50    src="$src $src1 $src2.tar.bz2"
    4951done
     52
    5053
    5154echo "Sources delivery to ${ACCOUNT}:${DSTDIR}/src"
  • branches/stable/tools/mkannounce

    r659 r763  
    3030TAG=`echo $LAST | cut -d- -f2`
    3131
    32 SEARCH=`echo $LAST | cut -c2-`
     32SEARCH=`echo $VER | cut -c2-`
    3333
    3434rm -f $TMP/announce.tmp
    3535cat > $TMP/announce.tmp << EOF
    36 MondoRescue $LAST is now available</p>
     36MondoRescue $VER is now available</p>
    3737
    38 <p>I'm happy to announce the availability of a newest version of mondoescue $LAST. Enjoy it as usual!</p>
     38<p>I'm happy to announce the availability of a newest version of mondoescue $VER. Enjoy it as usual!</p>
    3939<p>
    4040Now available at <a href="ftp://ftp.mondorescue.org/">ftp://ftp.mondorescue.org/
  • branches/stable/tools/pkg2ftp

    r757 r763  
    5858            ar=$ARCH
    5959        fi
    60         pkg="$pkg ${TOPBUILDDIR}/RPMS/${ar}/$pv${suf}.${ar}.rpm"
    61         spkg="$spkg ${TOPBUILDDIR}/SRPMS/$pv${suf}.src.rpm"
     60        pkg="$pkg ${TOPBUILDDIR}/RPMS/${ar}/$pv-${TAG}${suf}.${ar}.rpm"
     61        spkg="$spkg ${TOPBUILDDIR}/SRPMS/$pv-${TAG}${suf}.src.rpm"
    6262    elif [  _"$dtype" = "_deb" ]; then
    6363        pkg="$pkg ${TOPBUILDDIR}/$p_*.deb"
  • branches/stable/tools/svn2build

    r757 r763  
    138138    echo "Creating $p tar files"
    139139    tar cfphz ${DEST}/$p-$v.tar.gz $dest
    140     #gzip -cd ${DEST}/$p-$v-$TAG.tar.gz | bzip2 -c3 > ${DEST}/$p-$v-$TAG.tar.bz2
    141     #tar cfhj ${DEST}/$p-$v-$TAG.tar.bz2 $dest
     140    tar cfphj ${DEST}/$p-$v-$TAG.tar.bz2 $dest
    142141done
    143142
  • branches/stable/website/support.shtml

    r396 r763  
    1919    </ul></p>
    2020    <p>Second look at the <a href="/docs.shtml">Mondo Rescue documentation</a> and the extensive FAQ section of the Mondo Rescue HOWTO, as a lot of good tip and tricks are provided there.</p>
    21     <p>Third look at the <a href="http://openfacts.berlios.de/index-en.phtml?title=mondorescue">Mondo Rescue wiki</a> which may contain additional comments,and feel free to contribute by adding your remarks.</p>
     21    <p>Third look at the <a href="http://www.mondorescue.org/cgi-bin/trac.cgi/wiki">Mondo Rescue wiki</a> which may contain additional comments,and feel free to contribute by adding your remarks.</p>
    2222    <p>Fourth look at the <a href="http://sourceforge.net/mailarchive/forum.php?forum_id=5086">Mondo Rescue Mailing List Archives</a> as you're probably not the first with this problem.</p>
    2323    <p>Finally post on the <a href="mailto:mondo-devel_at_lists.sourceforge.net">Mondo Rescue Mailing List</a> if you did not find what you were looking for, as there are more than 400 users there who could help you, including dev team members. <b>But</b>, they can only help you if your provide at least the above mentionned <b>2 first log files</b>.</p>
    24     <p>If your think you found a bug in Mondo Rescue, please <a href="https://developer.berlios.de/bugs/?group_id=2524">fill a bug report</a> and also include the log files.</p>
    25     <p>Likely, if you wish Mondo Rescue had your dreamed new shiny function, feel free to create an <a href="https://developer.berlios.de/feature/?group_id=2524">feature request</a>.</p>
     24    <p>If your think you found a bug in Mondo Rescue, please <a href="http://www.mondorescue.org/cgi-bin/trac.cgi/newticket">fill a bug report</a> and also include the log files.</p>
     25    <p>Likely, if you wish Mondo Rescue had your dreamed new shiny function, feel free to create an <a href="http://www.mondorescue.org/cgi-bin/trac.cgi/newticket">feature request</a>.</p>
    2626    <div class="h2-3">
    2727            <h2>Mondo Rescue Mailing Lists</h2>
  • branches/stable/website/top.shtml

    r402 r763  
    3636          <li <!--#if expr="\"$curpage\" = \"support.shtml\"" --> id="current" <!--#endif -->>
    3737          <a href="/support.shtml" title="If you need support (why it's perfect :-)" >Support</a></li>
    38           <li><a href="http://openfacts.berlios.de/index-en.phtml?title=mondorescue" title="Use the Wiki" target="_blank" >Wiki</a></li>
     38          <li><a href="http://www.mondorescue.org/cgi-bin/trac.cgi/wiki/WikiStart" title="Use the Wiki" target="_blank" >Wiki</a></li>
    3939          <li <!--#if expr="\"$curpage\" = \"thanks.shtml\"" --> id="current" <!--#endif -->>
    4040          <a href="/thanks.shtml" title="So many helped us. Many thanks" >Thanks</a></li>
Note: See TracChangeset for help on using the changeset viewer.