Changeset 2261 in ProjectBuilder
- Timestamp:
- Aug 30, 2017, 5:07:42 PM (7 years ago)
- Location:
- devel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/Conf.pm
r2257 r2261 229 229 } 230 230 231 pb_log(1,"Loading YAML conf file $cf\n"); 231 232 $lh = $ldfunc->($cf); 232 233 } … … 353 354 } 354 355 356 pb_log(1,"Writing YAML conf file $conffile\n"); 355 357 print CONF $dpfunc->($h); 356 358 } -
devel/pb-modules/lib/ProjectBuilder/Distribution.pm
r2241 r2261 546 546 my $pbos = shift; 547 547 548 return(pb_distro_setuprepo_gen_conf($pbos,"$ENV{'PBDESTDIR'}/pbrc ","addrepo"));548 return(pb_distro_setuprepo_gen_conf($pbos,"$ENV{'PBDESTDIR'}/pbrc.yml","addrepo")); 549 549 } 550 550 -
devel/pb/bin/pb
r2259 r2261 1619 1619 open(PKG,"> $ENV{'PBDESTDIR'}/$ENV{'PBPROJVER'}-$ENV{'PBPROJTAG'}.yml") || die "Unable to create $ENV{'PBDESTDIR'}/$ENV{'PBPROJVER'}-$ENV{'PBPROJTAG'}.yml"; 1620 1620 print PKG "---\n"; 1621 print PKG "pbpkg:\n"; 1621 1622 foreach my $pbpkg (keys %pkgs) { 1622 print PKG "pbpkg:\n";1623 1623 print PKG " $pbpkg: $pkgs{$pbpkg}\n"; 1624 1624 }
Note:
See TracChangeset
for help on using the changeset viewer.