summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:01:09 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:01:09 +0000
commit8835c5d00d1cfb47ad29d4cfd0c80e4f03a58478 (patch)
tree65c97be896cf1a14ebff6efcb06f58c190fc6d9f /dselect
parentde7f0f23ec5f0748bf6b018367126ff9a6d9ed43 (diff)
Change frozen to testing everywhere.
Author: doogie Date: 2003-04-26 23:26:13 GMT Change frozen to testing everywhere.
Diffstat (limited to 'dselect')
-rwxr-xr-xdselect/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/setup b/dselect/setup
index 8386d9000..4c56e01ea 100755
--- a/dselect/setup
+++ b/dselect/setup
@@ -30,7 +30,7 @@ my $boldoff=`setterm -bold off`;
my @known_types = ('deb');
my @known_access = ('http', 'ftp', 'file');
-my @typical_distributions = ('stable', 'unstable', 'frozen', 'non-US');
+my @typical_distributions = ('stable', 'unstable', 'testing', 'non-US');
my @typical_components = ('main', 'contrib', 'non-free');
my %known_access = map {($_,$_)} @known_access;