r15967 - /scripts/qa/rss_upload.cgi
gregoa-guest at users.alioth.debian.org
gregoa-guest at users.alioth.debian.org
Fri Feb 29 16:27:50 UTC 2008
Author: gregoa-guest
Date: Fri Feb 29 16:27:49 2008
New Revision: 15967
URL: http://svn.debian.org/wsvn/?sc=1&rev=15967
Log:
use variable instead of hard coded name in channel description
Modified:
scripts/qa/rss_upload.cgi
Modified: scripts/qa/rss_upload.cgi
URL: http://svn.debian.org/wsvn/scripts/qa/rss_upload.cgi?rev=15967&op=diff
==============================================================================
--- scripts/qa/rss_upload.cgi (original)
+++ scripts/qa/rss_upload.cgi Fri Feb 29 16:27:49 2008
@@ -99,7 +99,7 @@
$rss->channel(
title => "$CFG{qareport_cgi}{group_name} -- ready for upload",
link => "$CFG{qareport_cgi}{group_url}",
- description => "Packages in the pkg-perl repository that need an upload",
+ description => "Packages in the $CFG{qareport_cgi}{group_name} repository that need an upload",
pubDate => POSIX::strftime("%a, %d %b %Y %T %z", localtime()),
language => "en",
webMaster => "$CFG{common}{group_email} ($CFG{qareport_cgi}{group_name})",
More information about the Pkg-perl-cvs-commits
mailing list