Changeset 315 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Changelog.pm


Ignore:
Timestamp:
Feb 10, 2008, 6:40:37 AM (16 years ago)
Author:
Bruno Cornec
Message:

Backup of local dev. cms2pkg compiles but doesn't work and even remove the SVN :-(
pb_log added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Changelog.pm

    r285 r315  
    4242
    4343if (((not defined $chglog) || (! -f $chglog)) && ($doit eq "yes")) {
    44     #print "No ChangeLog file ($chglog) for $pkg\n";
     44    #pb_log(2,"No ChangeLog file ($chglog) for $pkg\n";
    4545    print $OUTPUT "\n";
    4646    return;
     
    9595    chomp($date);
    9696    $date =~ s/\(([0-9-]+)\)/$1/;
    97     #print "**$date**\n";
     97    #pb_log(2,"**$date**\n";
    9898    $ndate = UnixDate($date,"%a", "%b", "%d", "%Y");
    9999    $n2date = &UnixDate($date,"%a, %d %b %Y %H:%M:%S %z");
    100     #print "**$ndate**\n";
     100    #pb_log(2,"**$ndate**\n";
    101101
    102102    if (($dtype eq "rpm") || ($dtype eq "fc")) {
Note: See TracChangeset for help on using the changeset viewer.