/[qa]/trunk/pts/bin/pts-list
ViewVC logotype

Contents of /trunk/pts/bin/pts-list

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2738 - (hide annotations) (download)
Mon Apr 16 16:41:41 2012 UTC (13 months ago) by geissert
File size: 568 byte(s)
/org -> /srv
1 hertzog 283 #!/usr/bin/perl -w
2    
3     # Copyright 2002 Raphaël Hertzog <hertzog@debian.org>
4     # Available under the terms of the General Public License version 2
5     # or (at your option) any later version
6    
7 geissert 2738 use lib '/srv/packages.qa.debian.org/perl';
8 hertzog 283
9 hertzog 295 use DB_File;
10 hertzog 283 use strict;
11    
12     =head1 List of subscribers
13    
14     pts-list <package> returns the list of subscribers to a given package.
15    
16     =cut
17    
18 hertzog 295 require "common.pl";
19 hertzog 283
20     my $p = shift;
21     die "Usage: pts-list <package>\n" if (! defined $p);
22    
23     my ($package, @m) = map_package(lc($p));
24     print STDERR join("", @m);
25     print STDOUT join("\n", list($package)) . "\n";
26    

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.5