Changeset 763 in MondoRescue for branches/stable/tools/svn2build


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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.