projects
/
infobot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3171058
)
quote typo@18,default==unstable
author
dms
<dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 10 Jan 2001 14:54:40 +0000
(14:54 +0000)
committer
dms
<dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 10 Jan 2001 14:54:40 +0000
(14:54 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@234
c11ca15a
-4712-0410-83d8-
924469b57eb5
src/Modules/Debian.pl
patch
|
blob
|
history
diff --git
a/src/Modules/Debian.pl
b/src/Modules/Debian.pl
index 7652c8cf20be9c2933df57ab39bd40338b6a6996..646df02d1c787d14d3ee795e2f297394fa55ef03 100644
(file)
--- a/
src/Modules/Debian.pl
+++ b/
src/Modules/Debian.pl
@@
-11,10
+11,10
@@
use strict;
# format: "alias=real".
my $announce = 0;
-my $defaultdist = "
woody
";
+my $defaultdist = "
unstable
";
my %dists = (
"unstable" => "sid",
- "testing" => "woody
,
# new since 20001219.
+ "testing" => "woody
",
# new since 20001219.
"stable" => "potato",
"incoming" => "incoming",
### the following don't work. too much effort to get 3 types of distros