git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@356
c11ca15a-4712-0410-83d8-
924469b57eb5
* 60 * 60 * 24;
my %dists = (
- "unstable" => "sid",
- "testing" => "woody", # new since 20001219.
- "stable" => "potato",
+ "sid" => "unstable",
+ "woody" => "testing", # new since 20001219.
+ "potato" => "stable",
"incoming" => "incoming",
);
# Usage: &generateIndex();
sub generateIndex {
my (@dists) = @_;
- &::status("Debian: !!! generateIndex() called !!!");
+ &::status("Debian: !!! generateIndex($dists[0]) called !!!");
if (!scalar @dists or $dists[0] eq '') {
&::ERROR("gI: no dists to generate index.");
return 1;