Changeset 2278 in ProjectBuilder


Ignore:
Timestamp:
Aug 30, 2017, 5:08:01 PM (7 years ago)
Author:
Bruno Cornec
Message:

Fix Conf test for empty string and deb deps

Location:
devel/pb-modules
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/etc/pb.yml

    r2274 r2278  
    330330  redhat-6.2: ftp://ftp.pbone.net/mirror/archive.download.redhat.com/pub/redhat/linux/6.2/en/powertools/i386/i386/sudo-1.6.1-1.i386.rpm
    331331  default: perl-YAML,sudo,wget,tar,make,gzip
    332   deb: libyaml-libyaml-perl,sudo,wget,tar,make,gzip
     332  deb: libyaml-perl,sudo,wget,tar,make,gzip
    333333  rhel-7-x86_64: perl-Data-Dumper,sudo,wget,tar,make,gzip
    334334  centos-7-x86_64: perl-YAML,sudo,wget,tar,make,gzip
  • devel/pb-modules/lib/ProjectBuilder/Conf.pm

    r2267 r2278  
    319319=item B<pb_conf_write>
    320320
    321 This function writes in the file passed ias first parameter the hash of values passed as second parameter
     321This function writes in the file passed as first parameter the hash of values passed as second parameter
    322322
    323323=cut
  • devel/pb-modules/t/Conf.t

    r2276 r2278  
    5353    print FILE "  mageia-3-x86_64: tartampion\n";
    5454    print FILE "zz:\n";
    55     print FILE "  mageia-3-x86_64: !!str ''\n";
     55    print FILE "  mageia-3-x86_64: ''\n";
    5656}
    5757close(FILE);
Note: See TracChangeset for help on using the changeset viewer.