Changeset 1271 in MondoRescue


Ignore:
Timestamp:
Mar 26, 2007, 6:49:47 PM (17 years ago)
Author:
Bruno Cornec
Message:

mkchangelog now supports an fc option for Fedora pkg genration

Location:
branches/stable/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/mkchangelog.pl

    r930 r1271  
    9696    $n2date = &UnixDate($date,"%a, %d %b %Y %H:%M:%S %z");
    9797    #print "**$ndate**\n";
    98     if ($dtype eq "rpm") {
     98    if (($dtype eq "rpm") || ($dtype eq "fc")) {
    9999        if ($ver !~ /-/) {
    100100            if ($first eq 1) {
     
    120120            print OUTPUT "  * $tmp";
    121121        }
    122         else {
     122        else if ($dtype eq "rpm") {
    123123            print OUTPUT "$tmp";
    124124        }
  • branches/stable/tools/pkg2fc

    r1270 r1271  
    8585echo "Packages rebuild on ${DSTNODE}"
    8686ssh -q ${ACCOUNT} ${DSTNODE} "./mkmondo"
    87 ) 2>&1 | tee /tmp/pk2mdv.log
     87) 2>&1 | tee /tmp/pk2fc.log
Note: See TracChangeset for help on using the changeset viewer.