r8900 - /scripts/qa/DebianQA/Watch.pm

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Tue Nov 6 09:32:39 UTC 2007


Author: tincho-guest
Date: Tue Nov  6 09:32:39 2007
New Revision: 8900

URL: http://svn.debian.org/wsvn/?sc=1&rev=8900
Log:
Need to ignore /stamp

Modified:
    scripts/qa/DebianQA/Watch.pm

Modified: scripts/qa/DebianQA/Watch.pm
URL: http://svn.debian.org/wsvn/scripts/qa/DebianQA/Watch.pm?rev=8900&op=diff
==============================================================================
--- scripts/qa/DebianQA/Watch.pm (original)
+++ scripts/qa/DebianQA/Watch.pm Tue Nov  6 09:32:39 2007
@@ -47,6 +47,7 @@
     my $cdata = watch_get() unless($force);
     my(%watch, %watch2);
     foreach my $pkg (@pkglist) {
+        next if($pkg =~ /^\//);
         debug("Retrieving svn info for $pkg");
         my $svndata = svn_get(pkgname2svndir($pkg));
         if($svndata->{watch_error}) {




More information about the Pkg-perl-cvs-commits mailing list