[Debtags-commits] [svn] r2084 - in debtags/1.6.0: . tools
Enrico Zini
enrico at alioth.debian.org
Sat Nov 18 13:44:40 CET 2006
Author: enrico
Date: Sat Nov 18 13:44:40 2006
New Revision: 2084
Modified:
debtags/1.6.0/ (props changed)
debtags/1.6.0/tools/debtags-updatecontrol
Log:
r3665 at viaza: enrico | 2006-11-18 13:43:33 +0100
Fixed tag retrieval address
Modified: debtags/1.6.0/tools/debtags-updatecontrol
==============================================================================
--- debtags/1.6.0/tools/debtags-updatecontrol (original)
+++ debtags/1.6.0/tools/debtags-updatecontrol Sat Nov 18 13:44:40 2006
@@ -188,7 +188,7 @@
if not defined $package;
my @tags = split(/,\s*/, $1);
my @origtags = sort @tags;
- my $newtags = `$WGET -q -O- http://debtags.alioth.debian.org/cgi-bin/taglist.cgi/$package`;
+ my $newtags = `$WGET -q -O- http://debtags.alioth.debian.org/cgi-bin/taglist/$package`;
die "wget failed downloading the tag list for $package" if $? != 0;
my @newtags = sort split("\n", $newtags);
my @diff = tagdiff(@origtags, @newtags);
More information about the Debtags-commits
mailing list