Author: miguel
Date: 2005-03-31 15:06:10 -0500 (Thu, 31 Mar 2005)
New Revision: 42444

Modified:
   trunk/release/packaging/build
Log:
Add new files

Modified: trunk/release/packaging/build
===================================================================
--- trunk/release/packaging/build       2005-03-31 20:05:08 UTC (rev 42443)
+++ trunk/release/packaging/build       2005-03-31 20:06:10 UTC (rev 42444)
@@ -29,9 +29,9 @@
 . conf/$1
 package=$2
 
-scp do-build $target_host:$jaildir/tmp >& logs/$1
+scp do-build $target_host:$jaildir/tmp 
 remote_cmd="$chroot $jaildir sh -x /tmp/do-build $package"
-(echo > status/$1; ssh $target_host "sudo $remote_cmd" >& logs/$1; rm 
status/$1)
+(echo > status/$1; ssh $target_host "sudo $remote_cmd" >& logs/$package-$1; rm 
status/$1)
 scp $target_host:$jaildir/tmp/status /tmp/status-$1-$2
 if grep -q failure /tmp/status-$1-$2; then
    echo Build failed, see log in logs/$1 for details

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to