[LOSTWAGES] service.cgi command change

Brian Vincent vinn at theshell.com
Mon Apr 19 11:43:46 CDT 2004


This patch supercedes the other one.

Chris got the GPG stuff working on the client side.  Now would be a 
good time to add in the actual verification.  

Changelog: 
   Send gpgverify command to clients and run winetest in quieter mode.

-Brian

Index: service.cgi
===================================================================
RCS file: /home/wine/tools/winetest/service.cgi,v
retrieving revision 1.9
diff -u -r1.9 service.cgi
--- service.cgi	8 Apr 2004 22:19:09 -0000	1.9
+++ service.cgi	19 Apr 2004 16:39:20 -0000
@@ -205,6 +205,7 @@
 
     print "download $local_filename $this_url\n";
     print "download $local_filename.sig $this_url.sig\n";
+    print "gpgverify $local_filename.sig\n";
 
     if ($_[0] eq "winrash") {
 	print "fork $local_filename\n";
@@ -216,7 +217,7 @@
 
     if (substr($local_filename, -4, 4) =~ ".zip") {
 	print "unzip $local_filename\n";
-        print "run $_[0].exe -t $data_received{\"id\"}\n";  # Guessing on name 
+        print "run $_[0].exe -c -t $data_received{\"id\"}\n";  # Guess on name 
     }
     else {
 	print "run $local_filename -t $data_received{\"id\"}\n";



More information about the wine-patches mailing list