Changeset 16888 for debian

Show
Ignore:
Timestamp:
07/07/07 23:29:54 (17 months ago)
Author:
Darren_Duncan
Message:

the config file you make to get credit for smokes is now named 'smoker.yml' rather than '.smoker.yml' ... you will need to rename your copy of this file if you have it to avoid 'make smoke' breakage

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • debian/patches/10smoker.dpatch

    r6801 r16888  
    1414 use File::Spec; 
    1515 our @ISA = qw(Test::TAP::Model); 
    16 -our $SMOKERFILE = ".smoker.yml"; 
     16-our $SMOKERFILE = "smoker.yml"; 
    1717+our $SMOKERFILE = "debian/smoker.yml"; 
    1818