Changeset 642 in MondoRescue for branches/2.0.8/tools/mkchangelog.pl


Ignore:
Timestamp:
Jun 7, 2006, 10:50:06 PM (18 years ago)
Author:
bcornec
Message:

Changelog generation bug fix

File:
1 edited

Legend:

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

    r638 r642  
    5959    chomp($date);
    6060    $date =~ s/\(([0-9-]+)\)/$1/;
    61     print "**$date**\n";
     61    #print "**$date**\n";
    6262    $ndate = UnixDate($date,"%a", "%b", "%d", "%Y");
    63     print "**$ndate**\n";
     63    #print "**$ndate**\n";
    6464    if ($dtype eq "rpm") {
    6565        printf OUTPUT "* $ndate Bruno Cornec <bruno\@mondorescue.org> $ver\n";
Note: See TracChangeset for help on using the changeset viewer.