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


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

Log when handling YAML conf files the filename

Fix also temp pbrc.yml generation in pb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r2259 r2261  
    16191619    open(PKG,"> $ENV{'PBDESTDIR'}/$ENV{'PBPROJVER'}-$ENV{'PBPROJTAG'}.yml") || die "Unable to create $ENV{'PBDESTDIR'}/$ENV{'PBPROJVER'}-$ENV{'PBPROJTAG'}.yml";
    16201620    print PKG "---\n";
     1621    print PKG "pbpkg:\n";
    16211622    foreach my $pbpkg (keys %pkgs) {
    1622         print PKG "pbpkg:\n";
    16231623        print PKG "  $pbpkg: $pkgs{$pbpkg}\n";
    16241624    }
Note: See TracChangeset for help on using the changeset viewer.