- Timestamp:
- Apr 3, 2019, 9:27:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/Env.pm
r2334 r2404 5 5 # which can be easily used by pbinit scripts 6 6 # 7 # Copyright B. Cornec 2007- 20167 # Copyright B. Cornec 2007-today 8 8 # Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 9 9 # Provided under the GPL v2 … … 676 676 # 677 677 # Filter for rpm build 678 filter: 678 679 # 679 680 # PBGRP is replaced by the RPM group of apps … … 1241 1242 open(CONF,"> $ENV{'PBROOTDIR'}/pbfilter/pkg.yml") || die "Unable to create $ENV{'PBROOTDIR'}/pbfilter/pkg.yml"; 1242 1243 print CONF << "EOF"; 1244 --- 1243 1245 # 1244 1246 # \$Id\$ … … 1247 1249 # 1248 1250 # Solaris package name (VENDOR : 4 letters in uppercase, SOFT : 8 letters in lowercase) 1249 filter PBSOLPKG = SUNWsoftware 1251 filter: 1252 PBSOLPKG: SUNWsoftware 1250 1253 1251 1254 EOF … … 1300 1303 } 1301 1304 } 1302 # A Lso setup the source tree1305 # Also setup the source tree 1303 1306 if ($action =~ /^newproj/) { 1304 1307 my ($scheme2,$uri) = pb_vcs_init($pbinit);
Note:
See TracChangeset
for help on using the changeset viewer.