Alexandre Julliard : winetest: Get rid of the support for CVS file revisions.

Alexandre Julliard julliard at winehq.org
Fri May 30 13:44:04 CDT 2008


Module: tools
Branch: master
Commit: 20e9a25c9a5d489722f154fb700b8c734bce9b23
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=20e9a25c9a5d489722f154fb700b8c734bce9b23

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri May 30 20:39:49 2008 +0200

winetest: Get rid of the support for CVS file revisions.

---

 winetest/gather |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/winetest/gather b/winetest/gather
index 95de917..4682237 100755
--- a/winetest/gather
+++ b/winetest/gather
@@ -153,17 +153,8 @@ foreach my $file (glob "$datadir/$build/*/summary.txt") {
             $source, $rev) = split;
         my $testname = "$dll:$unit";
 
-        if ($build =~ /^[0-9a-f]{40}$/) {
-		$alltests{$testname} = "http://source.winehq.org/git/wine.git/?a=history;f=$source;hb=$build"
-		    unless exists $alltests{$testname};
-        } elsif ($rev =~ /\./) {
-		$alltests{$testname} = "http://cvs.winehq.org/cvsweb/wine/$source#rev$rev"
-		    unless exists $alltests{$testname};
-	} else {
-		$alltests{$testname} = "http://source.winehq.org/git/wine.git/?a=blob;f=$source;" .
-					($rev ne "-" ? "h=$rev" : "hb=master")
-		    unless exists $alltests{$testname};
-	}
+        $alltests{$testname} = "http://source.winehq.org/git/wine.git/?a=history;f=$source;hb=$build"
+            unless exists $alltests{$testname};
 
         # Leave this in for older type reports
         if ($unit =~ /_dll_missing/ or




More information about the wine-cvs mailing list