Changeset 1051 in MondoRescue


Ignore:
Timestamp:
Jan 11, 2007, 1:06:52 AM (17 years ago)
Author:
Bruno Cornec
Message:

Partial re-introduction of trunk changes for the next stable version (tools, contrib)
Preparation ofr addition of localisation patch to mondo
Should not compile in that state

Location:
branches/stable
Files:
4 added
7 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/contrib/backup-kungfu/backup-kungfu

    r541 r1051  
    6868function remove_garbage {
    6969    echo -e "Removing the files left from previous mondoarchive run...\n"
    70     rm -rf /root/images
     70    rm -rf /var/cache/mondo
    7171    rm -rf ${backup_dir}/mondo*
    7272    rm -rf ${backup_dir}/tmp*
     
    107107    echo -e "Creating the new backup directory and moving the files there...\n"
    108108    mkdir -p ${backup_dir}/${comp_name}_${date}/images
    109     cp /root/images/mindi/* ${backup_dir}/${comp_name}_${date}/images/
     109    cp /var/cache/mindi/* ${backup_dir}/${comp_name}_${date}/images/
    110110   
    111111    # If you want just move the iso files without renaming them just uncomment the next line
  • branches/stable/mondo/AUTHORS

    r30 r1051  
    1 Hugo Rabson <hugorabson@msn.com>
     1mondorescue is copyrighted under the GPL by the following authors:
     2
     3Hugo Rabson <hugo.rabson@mondorescue.org>
    24Jesse Keating <hosting@j2solutions.net>
    35Stan Benoit <troff@nakedsoul.org>
    46Mikael Hultgren <mikael.hultgren@gmx.net>
     7Bruno Cornec <bcornec@users.berlios.de>
     8Andree Leidenfrost <andree@users.berlios.de>
  • branches/stable/mondo/INSTALL

    r30 r1051  
    1313configure --with-maximum-noof-media=<big-number>. To make a statically
    1414linked mondorestore (not tested), configure --enable-static-mr.
    15 
    16 *** To compile XMondo, you must configure --with-x11. ***
    17 
    18 Yes, XMondo *does* exist :-) but seeing as many folks don't have Qt and
    19 KDE libraries, it's *NOT* compiled by default.
    20 
    21 
    22 
    23 
    24 
    25 
    26 
    27 
    28 
    2915
    3016[original entry]
  • branches/stable/mondo/bootstrap

    r541 r1051  
    11#!/bin/bash
     2#
     3# $Id$
    24#
    35# Built from scratch
     
    2830make maintainer-clean >/dev/null 2>&1
    2931libtoolize -f -c --automake
    30 aclocal
     32cp /usr/bin/gettextize .
     33perl -pi -e 's~read dummy < /dev/tty~~' gettextize
     34./gettextize -c -f --no-changelog < /dev/null
     35rm -f gettextize
     36aclocal -I m4
    3137autoheader
    3238automake
  • branches/stable/mondo/configure.in

    r919 r1051  
    3030AC_PROG_MAKE_SET
    3131
     32AM_GNU_GETTEXT([external])
     33ALL_LINGUAS="fr"
    3234
    3335dnl --with/--enable stuff
     
    8486case "$host_cpu" in
    8587    i?86*)
    86     #x86_64*)
    8788        ARCH=i386
    88         CPPFLAGS="$CPPFLAGS -D__IA32__"
     89        CPPFLAGS="$CPPFLAGS -D__IA32__ -Wall"
     90        ;;
     91    x86_64*)
     92        ARCH=x86-64
     93        CPPFLAGS="$CPPFLAGS -D__X86_64__ -Wall"
    8994        ;;
    9095    ia64*)
    9196        ARCH=ia64
    92         CPPFLAGS="$CPPFLAGS -D__IA64__"
     97        CPPFLAGS="$CPPFLAGS -D__IA64__ -Wall"
    9398        ;;
    9499    *)
    95         echo "*** Sorry, only Intel Architectures (ia32, ia64) are supported at this time. Want to help?"
     100        echo "*** Sorry, only Intel Architectures (ia32, x86-64, ia64) are supported at this time."
     101        echo "If you Want to help send a mail to bcornec@users.berlios.de"
    96102        ;;
    97103esac
     
    119125AC_TYPE_SIGNAL
    120126AC_FUNC_VPRINTF
    121 AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr])
     127AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr strspn getline asprintf trunc vasprintf])
    122128
    123 AC_OUTPUT([Makefile src/Makefile src/common/Makefile src/mondoarchive/Makefile src/mondorestore/Makefile src/restore-scripts/Makefile src/restore-scripts/mondo/Makefile src/restore-scripts/usr/Makefile src/restore-scripts/usr/bin/Makefile src/post-nuke.sample/Makefile src/post-nuke.sample/usr/Makefile src/post-nuke.sample/usr/bin/Makefile])
     129AC_OUTPUT([Makefile src/Makefile src/common/Makefile src/lib/Makefile src/mondoarchive/Makefile src/mondorestore/Makefile src/restore-scripts/Makefile src/restore-scripts/mondo/Makefile src/restore-scripts/usr/Makefile src/restore-scripts/usr/bin/Makefile src/post-nuke.sample/Makefile src/post-nuke.sample/usr/Makefile src/post-nuke.sample/usr/bin/Makefile])
  • branches/stable/mondo/distributions/rpm/mondo.spec

    r1020 r1051  
    7474%doc docs/en/mondorescue-howto.html docs/en/mondorescue-howto.pdf
    7575
     76%{_datadir}/locale/*/LC_MESSAGES/mondo.mo
    7677%{_sbindir}/*
    7778%{_datadir}/%{name}
  • branches/stable/tools/svn2build

    r1042 r1051  
    2222TAG=`cat ${TOOLHOME}/../mondo/TAG`
    2323DEST=${TOPDIR}/${VER}-$TAG
     24TEST="false"
     25OPT=""
    2426mkdir -p $DEST
    2527
     28if [ "$1" = "--test" ]; then
     29    TEST="true"
     30    OPT="-r BASE"
     31    shift
     32fi 
     33
    2634if [ "$1" = "" ]; then
    27         c="mondo-doc mindi mindi-busybox mondo"
     35    c="mondo-doc mindi mindi-busybox mondo"
    2836else
    2937    if [ "$1" = "all" ]; then
     
    4351    dest="$DEST/$p-$v"
    4452    rm -fr $dest
    45     svn export ${TOOLHOME}/../$p $dest
     53    svn $OPT export ${TOOLHOME}/../$p $dest
    4654    echo "$REVISION" > $dest/REVISION
    4755    echo "Generating SVN log file ..."
    48     svn log -v ${TOOLHOME}/../$p > $dest/svn.log
     56    svn $OPT log -v ${TOOLHOME}/../$p > $dest/svn.log
    4957
    5058    for d in `cat ${TOOLHOME}/DISTROS`; do
     
    148156    echo -n "Creating $p tar files (gzip... "
    149157    tar cfphz ${DEST}/$p-$v.tar.gz $p-$v
    150     echo -n " bzip2..."
    151     tar cfphj ${DEST}/$p-$v.tar.bz2 $p-$v
     158    if [ $TEST = "false" ]; then
     159        echo -n " bzip2..."
     160        tar cfphj ${DEST}/$p-$v.tar.bz2 $p-$v
     161    fi
    152162    echo " )"
     163    if [ $TEST = "true" ]; then
     164        echo "Use source under $DEST/$p-$v"
     165    fi
    153166done
    154167
Note: See TracChangeset for help on using the changeset viewer.