Ignore:
Timestamp:
Oct 10, 2002, 5:01:08 PM (22 years ago)
Author:
joergs
Message:

Bugfixing: Pfade, return code, Anpassungen an 8.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/technical/common/build/buildall.pl

    r616 r619  
    22# automatisches buildskript fuer smartclient
    33# liest die konfiguration aus der mit -b übergebenen Datei
    4 # $Id: buildall.pl,v 1.13 2002/10/08 10:20:39 ahuck Exp $
     4# $Id: buildall.pl,v 1.14 2002/10/10 15:01:08 joergs Exp $
    55# Philipp Storz, SuSE Linux AG
    66# pstorz@suse.de
     
    8383
    8484 
    85 #  system "./test.sh";
    8685  $_=$ArrayofBuilds[$i][0];
    8786  print "$_ \n";
     
    104103  system "xterm -T \"build log for PACKET: $mypath    ARCH:$ArrayofBuilds[$i][1] \" -e less +F $workdir/$mypath/$logfilename &";
    105104  print "++++++++++++++++++++++++++++++++++++++++++\n";
    106   $retval = system "cd $mypath; $build >$logfilename 2>&1;";
     105  $retval = system "cd $mypath && $build >$logfilename 2>&1";
    107106  }
    108107  else
    109108  {
    110     $retval = system "cd $mypath; $build |tee $logfilename";
     109    $retval = system "cd $mypath && $build | tee $logfilename";
    111110  }
    112 
    113 
    114 
    115 #  system "xterm -T \"build log for PACKET: $mypath    ARCH:$ArrayofBuilds[$i][1] \" -e less +F $workdir/$mypath/$logfilename &";
    116 #  print "++++++++++++++++++++++++++++++++++++++++++\n";
    117 #  $retval = system "cd $mypath; $build >$logfilename 2>&1;";
    118 # $retval = system "./exit.sh 2>&1 > $logfilename;";
    119111
    120112
    121113 if ($retval == 0)
    122114   {
    123      $ArrayofBuilds[$i][3]= "SUCESS $ArrayofBuilds[$i][0]: OK";
     115     $ArrayofBuilds[$i][3]= "SUCCESS $ArrayofBuilds[$i][0]: OK";
    124116     print"******                                                      ******\n";
    125117     print"******   building of $ArrayofBuilds[$i][0]: OK                    \n" ;
     
    150142    $~="TABELLE";
    151143    write;
    152 #    print("$ArrayofBuilds[$i][0]:Result: $ArrayofBuilds[$i][3]");
     144        # print("$ArrayofBuilds[$i][0]:Result: $ArrayofBuilds[$i][3]");
    153145  }
    154146
Note: See TracChangeset for help on using the changeset viewer.