Changeset 1032 in ProjectBuilder
- Timestamp:
- May 22, 2010, 8:41:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1030 r1032 1813 1813 } elsif ($verpmstyle eq "rpmbootstrap") { 1814 1814 my $rbsverb = ""; 1815 $rbsverb = "--verbose" if ($pbdebug gt 0); 1815 foreach my $i (1..$pbdebug) { 1816 $rbsverb .= " -v"; 1817 } 1816 1818 my $addpkgs = ""; 1817 1819 my $postparam = ""; … … 2435 2437 EOF 2436 2438 print SCRIPT << "EOF"; 2439 # Some distro force requiretty at compile time, so disable here 2440 print PBOUT "Defaults:$pbac->{$ENV{'PBPROJ'}} !requiretty\n"; 2437 2441 # This is needed in order to be able to halt the machine from the $pbac->{$ENV{'PBPROJ'}} account at least 2438 print PBOUT "Defaults: pbenv_keep += \\\"http_proxy ftp_proxy\\\"\n";2442 print PBOUT "Defaults:$pbac->{$ENV{'PBPROJ'}} env_keep += \\\"http_proxy ftp_proxy\\\"\n"; 2439 2443 print PBOUT "$pbac->{$ENV{'PBPROJ'}} ALL=(ALL) NOPASSWD:ALL\n"; 2440 2444 EOF
Note:
See TracChangeset
for help on using the changeset viewer.