Changeset 619 for trunk/technical/common/build/buildall.pl
- Timestamp:
- Oct 10, 2002, 5:01:08 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/technical/common/build/buildall.pl
r616 r619 2 2 # automatisches buildskript fuer smartclient 3 3 # liest die konfiguration aus der mit -b übergebenen Datei 4 # $Id: buildall.pl,v 1.1 3 2002/10/08 10:20:39 ahuckExp $4 # $Id: buildall.pl,v 1.14 2002/10/10 15:01:08 joergs Exp $ 5 5 # Philipp Storz, SuSE Linux AG 6 6 # pstorz@suse.de … … 83 83 84 84 85 # system "./test.sh";86 85 $_=$ArrayofBuilds[$i][0]; 87 86 print "$_ \n"; … … 104 103 system "xterm -T \"build log for PACKET: $mypath ARCH:$ArrayofBuilds[$i][1] \" -e less +F $workdir/$mypath/$logfilename &"; 105 104 print "++++++++++++++++++++++++++++++++++++++++++\n"; 106 $retval = system "cd $mypath ; $build >$logfilename 2>&1;";105 $retval = system "cd $mypath && $build >$logfilename 2>&1"; 107 106 } 108 107 else 109 108 { 110 $retval = system "cd $mypath ; $build |tee $logfilename";109 $retval = system "cd $mypath && $build | tee $logfilename"; 111 110 } 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;";119 111 120 112 121 113 if ($retval == 0) 122 114 { 123 $ArrayofBuilds[$i][3]= "SUC ESS $ArrayofBuilds[$i][0]: OK";115 $ArrayofBuilds[$i][3]= "SUCCESS $ArrayofBuilds[$i][0]: OK"; 124 116 print"****** ******\n"; 125 117 print"****** building of $ArrayofBuilds[$i][0]: OK \n" ; … … 150 142 $~="TABELLE"; 151 143 write; 152 #print("$ArrayofBuilds[$i][0]:Result: $ArrayofBuilds[$i][3]");144 # print("$ArrayofBuilds[$i][0]:Result: $ArrayofBuilds[$i][3]"); 153 145 } 154 146
Note:
See TracChangeset
for help on using the changeset viewer.