Changeset 612 for trunk/technical/common/build/buildall.pl
- Timestamp:
- Sep 18, 2002, 2:36:56 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/technical/common/build/buildall.pl
r611 r612 2 2 # automatisches buildskript fuer smartclient 3 3 # liest die konfiguration aus der mit -b übergebenen Datei 4 # $Id: buildall.pl,v 1. 9 2002/09/17 10:03:24 pstorzExp $4 # $Id: buildall.pl,v 1.10 2002/09/18 12:36:56 ahuck Exp $ 5 5 # Philipp Storz, SuSE Linux AG 6 6 # pstorz@suse.de … … 59 59 write; 60 60 } 61 print "\n\n\n ATTENTION: the srpms from the directory external/SuSE must be builtbefore!\n";62 print " to build srpms, goto dir external/SuSE, execute build_srpms.sh script!\n\n\n";63 print 'Are the srpms builtand all options OK? (y/n)';61 print "\n\n\n ATTENTION: the srpms from the directory external/SuSE and external/cpan must have been extracted before!\n"; 62 print "To build srpms execute the extract_srpms.sh script in either directory!\n\n\n"; 63 print 'Are all the srpms extracted and all options OK? (y/n)'; 64 64 65 65 $answer =<STDIN>; … … 121 121 if ($retval == 0) 122 122 { 123 $ArrayofBuilds[$i][3]= "SUCESS $ArrayofBuilds[$i][0] :";123 $ArrayofBuilds[$i][3]= "SUCESS $ArrayofBuilds[$i][0]: OK"; 124 124 print"****** ******\n"; 125 print"****** building of $ArrayofBuilds[$i][0] SUCCESSFULL:\n" ;125 print"****** building of $ArrayofBuilds[$i][0]: OK \n" ; 126 126 print"****** ******\n"; 127 127 } 128 128 else 129 129 { 130 $ArrayofBuilds[$i][3]="ERROR $ArrayofBuilds[$i][0] UNSUCCESSFULL:\n";130 $ArrayofBuilds[$i][3]="ERROR $ArrayofBuilds[$i][0]: *FAILED*\n"; 131 131 print"****** ******\n"; 132 print"\n\n\nERROR: building of $ArrayofBuilds[$i][0] UNSUCCESSFULL\n";132 print"\n\n\nERROR: building of $ArrayofBuilds[$i][0]: *FAILED*\n"; 133 133 print"****** ******\n"; 134 134 }
Note:
See TracChangeset
for help on using the changeset viewer.