summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThijs Kinkhorst <thijs@debian.org>2011-01-16 08:50:35 +0000
committerThijs Kinkhorst <thijs@debian.org>2011-01-16 08:50:35 +0000
commitfb38619ac91761259227ad9ac0a3338e7268ac4e (patch)
treef1b7d3ee849877ab8ae0d24f1f6987e4722ed1e9 /lib
parentb1725b78b979d324fedadaf15c85d818960e2140 (diff)
alpha also gone in squeeze
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@15900 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib')
-rw-r--r--lib/python/dist_config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/dist_config.py b/lib/python/dist_config.py
index 59280bb4b4..fa82dc7931 100644
--- a/lib/python/dist_config.py
+++ b/lib/python/dist_config.py
@@ -37,8 +37,8 @@ Each view is labeled by a purpose. Currently defined purposes are:
def apply_config():
# Invoked at the end of the file. Edit this to suit your needs.
- squeeze_archs = 'alpha,amd64,armel,hppa,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,sparc'.split(',')
- lenny_archs = squeeze_archs + ['arm',]
+ squeeze_archs = 'amd64,armel,hppa,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,sparc'.split(',')
+ lenny_archs = squeeze_archs + ['arm','alpha',]
add_release(name='lenny',
architectures=lenny_archs,

© 2014-2024 Faster IT GmbH | imprint | privacy policy