Changeset 1850 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Jan 28, 2014, 9:10:25 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Move pb_cms_compliant fundtion into VCS.pm and rename it pb_vcs_compliant, as it was used incorrectly in Env.pm which was lower in the tree. Detected by MondoRescue 3.2 update by Corey Wirun and reported on the ML.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1848 r1850  
    30883088
    30893089    pb_log(2,"Checkin $ENV{'PBCONFDIR'}/$newver\n");
    3090     pb_cms_checkin($scheme,"$ENV{'PBCONFDIR'}/$newver",undef);
     3090    pb_vcs_checkin($scheme,"$ENV{'PBCONFDIR'}/$newver","updated to $ENV{'PBCONFDIR'}");
    30913091}
    30923092
Note: See TracChangeset for help on using the changeset viewer.