Changeset 2404 in ProjectBuilder


Ignore:
Timestamp:
Apr 3, 2019, 9:27:15 PM (5 years ago)
Author:
Bruno Cornec
Message:

Fix YAML errors in default setup when newproj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Env.pm

    r2334 r2404  
    55# which can be easily used by pbinit scripts
    66#
    7 # Copyright B. Cornec 2007-2016
     7# Copyright B. Cornec 2007-today
    88# Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard
    99# Provided under the GPL v2
     
    676676#
    677677# Filter for rpm build
     678  filter:
    678679#
    679680# PBGRP is replaced by the RPM group of apps
     
    12411242                open(CONF,"> $ENV{'PBROOTDIR'}/pbfilter/pkg.yml") || die "Unable to create $ENV{'PBROOTDIR'}/pbfilter/pkg.yml";
    12421243                print CONF << "EOF";
     1244---
    12431245#
    12441246# \$Id\$
     
    12471249#
    12481250# Solaris package name (VENDOR : 4 letters in uppercase, SOFT : 8 letters in lowercase)
    1249 filter PBSOLPKG = SUNWsoftware
     1251filter:
     1252  PBSOLPKG: SUNWsoftware
    12501253
    12511254EOF
     
    13001303        }
    13011304    }
    1302     # ALso setup the source tree
     1305    # Also setup the source tree
    13031306    if ($action =~ /^newproj/) {
    13041307        my ($scheme2,$uri) = pb_vcs_init($pbinit);
Note: See TracChangeset for help on using the changeset viewer.