[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#777119: marked as done (vcswatch: should also index contrib and non-free)



Your message dated Thu, 05 Feb 2015 10:55:25 +0000
with message-id <E1YJK5l-0003Yv-Pq@moszumanska.debian.org>
and subject line qa.debian.org bug fixed in revision 3325
has caused the Debian Bug report #777119,
regarding vcswatch: should also index contrib and non-free
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
777119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777119
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qa.debian.org
Severity: wishlist
Tags: patch

Hi,

vcswatch seems to only index "main" and not "contrib" and "non-free".
The attached patch just merges the existing two Sources files with those
for "contrib" and "non-free" for "sid" and "experimental", respectively.

I do not think that it is important to distinguish between the component
the source packages come from, for probably similar reasons as no
distinction was done for the suites the source packages come from.

I hope that the attached patch is correct as I had no way to test it.

Thanks!

cheers, josch
Index: data/vcswatch/vcsimport
===================================================================
--- data/vcswatch/vcsimport	(revision 3324)
+++ data/vcswatch/vcsimport	(working copy)
@@ -56,7 +56,12 @@
 	return 0;
 }
 
-my $sources = "zcat /srv/mirrors/debian/dists/sid/main/source/Sources.gz /srv/mirrors/debian/dists/experimental/main/source/Sources.gz |";
+my $sources = "zcat /srv/mirrors/debian/dists/sid/main/source/Sources.gz " .
+                   "/srv/mirrors/debian/dists/experimental/main/source/Sources.gz " .
+                   "/srv/mirrors/debian/dists/sid/contrib/source/Sources.gz " .
+                   "/srv/mirrors/debian/dists/experimental/contrib/source/Sources.gz " .
+                   "/srv/mirrors/debian/dists/sid/non-free/source/Sources.gz " .
+                   "/srv/mirrors/debian/dists/experimental/non-free/source/Sources.gz |";
 my $dir = "/srv/scratch/qa.debian.org/vcswatch";
 
 my $dbh = DBI->connect("dbi:Pg:service=qa", 'qa', '', {AutoCommit => 0, RaiseError => 1});

--- End Message ---
--- Begin Message ---
Version: 3325

This bug was closed by Christoph Berg (myon) in SVN revision 3325.
Note that it might take some time until the qa.debian.org code has
been updated and cronjobs have picked up changed data.

Commit message:

Support contrib and non-free as well. Thanks to Johannes Schauer for the patch! (Closes: #777119)

--- End Message ---

Reply to: