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


Ignore:
Timestamp:
Jan 3, 2007, 1:00:58 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • Slackware 10.2 support added (from svn merge -r 1022:1027 $SVN_M/branches/2.2.1)
  • mkanounce now adds the ANNOUNCE keyword to mails
  • 2.2.1 announce in DB
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/svn2build

    r1006 r1028  
    8484        elif [ "$dtype" = "ebuild" ]; then
    8585            m4 $MONDOTMP/mondorescue.mc $dest/distributions/$dfam/$p.ebuild > $dest/distributions/${ddir}-$dver/$p-$v.ebuild
     86        elif [ "$dtype" = "tgz" ]; then
     87            m4 $MONDOTMP/mondorescue.mc $dest/distributions/$dfam/slack-desc > $dest/distributions/${ddir}-$dver/slack-desc
    8688        elif [ "$dtype" = "deb" ]; then
    8789            cp -a $dest/distributions/$ddir/* $dest/distributions/${ddir}-$dver
Note: See TracChangeset for help on using the changeset viewer.