- Timestamp:
- Mar 12, 2013, 5:24:42 AM (12 years ago)
- Location:
- devel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/etc/pb.conf
r1715 r1716 251 251 osins opensuse = sudo /usr/bin/zypper --gpg-auto-import-keys -n install --auto-agree-with-licenses 252 252 osins redhat = sudo /bin/rpm -i --ignorearch 253 osins sol = sudo pkgadd -d253 osins sol = sudo /usr/sbin/pkgadd -d 254 254 osins lsb = /bin/true 255 255 -
devel/pb-modules/etc/pb.conf.pod
r1714 r1716 424 424 Example: ossha fedora-10 = sha1 425 425 426 =item B<ossudoersmode> 427 428 Nature: Mandatory 429 Key: OS (could be from the most generic up to the most specific from ostype, osfamily, os, os-ver, os-ver-arch). 430 Value: suffix that will be used in the name of the packages created. By default, concatenation of OS name and version. 431 Conffile: pb 432 Example: ossudoersmode novell = 640 433 426 434 =item B<ossuffix> 427 435 -
devel/pb/bin/pb
r1715 r1716 2832 2832 2833 2833 print SCRIPT "echo ... Execution needed\n"; 2834 print SCRIPT "echo '==== Start of script $$ for $vtype $v =====\n";2834 print SCRIPT "echo ==== Start of script $$ for $vtype $v =====\n"; 2835 2835 print SCRIPT "# This is in directory delivery\n"; 2836 2836 print SCRIPT "# Setup the variables required for building\n"; … … 2856 2856 print SCRIPT "echo setting up date with $ntpline\n"; 2857 2857 print SCRIPT "$ntpline\n"; 2858 print SCRIPT 'if [ $? -ne 0 ]; then\n';2858 print SCRIPT "if [ \$\? -ne 0 ]; then\n"; 2859 2859 # Force if bad status a trick using date 2860 2860 $ntpline = pb_date2v($vtype,$pbos, 1); … … 2912 2912 } 2913 2913 2914 print SCRIPT "echo '==== End of script $$ for $vtype $v =====\n";2914 print SCRIPT "echo ==== End of script $$ for $vtype $v =====\n"; 2915 2915 close(SCRIPT); 2916 2916 chmod 0755,"$ENV{'PBDESTDIR'}/pbscript.$$";
Note:
See TracChangeset
for help on using the changeset viewer.