Changeset 434


Ignore:
Timestamp:
05/08/08 02:48:19 (5 years ago)
Author:
bruno
Message:

remobes pbscript at the end of execution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r433 r434  
    971971    #pb_system("cd $cptarget ; sudo chown -R $sshlogin->{$ENV{'PBPROJ'}} .","$cmt chown in $cptarget to $sshlogin->{$ENV{'PBPROJ'}}"); 
    972972    #} 
    973     pb_system("$shcmd \"echo \'cd $tdir ; if [ -f pbscript ]; then ./pbscript; fi\' | bash\"","Executing pbscript on $cptarget if needed"); 
     973    pb_system("$shcmd \"echo \'cd $tdir ; if [ -f pbscript ]; then ./pbscript; fi ; rm -f ./pbscript\' | bash\"","Executing pbscript on $cptarget if needed"); 
    974974    if (($cmt eq "vm") || ($cmt eq "ve")) { 
    975975        # Get back info on pkg produced, compute their name and get them from the VM 
Note: See TracChangeset for help on using the changeset viewer.