OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 04-Feb-2004 01:04:43
Branch: HEAD Handle: 2004020400044200
Modified files:
openpkg-re src2make.pl
Log:
ensure processing indicator disappears at the end of processing round
Summary:
Revision Changes Path
1.50 +1 -0 openpkg-re/src2make.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/src2make.pl
============================================================================
$ cvs diff -u -r1.49 -r1.50 src2make.pl
--- openpkg-re/src2make.pl 28 Jan 2004 08:20:21 -0000 1.49
+++ openpkg-re/src2make.pl 4 Feb 2004 00:04:42 -0000 1.50
@@ -674,6 +674,7 @@
$MF .= "[EMAIL PROTECTED] \$(SRC) && (echo \"Build Start: \`date\`\"; " .
"echo \"$pkg\" >\$(LOG)/processing.\$(HOSTNAME).\$(PLATFORM); " .
"\$(RPM_RD) --rebuild $pkg.src.rpm 2>&1; " .
+ ">\$(LOG)/processing.\$(HOSTNAME).\$(PLATFORM); " .
"echo \"Build End: \`date\`\") | " .
"tee \$(LOG)/$pkg.log.\$(HOSTNAME).\$(PLATFORM)\n";
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]