summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThijs Kinkhorst <thijs@debian.org>2011-01-16 08:47:49 +0000
committerThijs Kinkhorst <thijs@debian.org>2011-01-16 08:47:49 +0000
commitb1725b78b979d324fedadaf15c85d818960e2140 (patch)
treebb406a857261bdf209d4fa62e94f16cdc7cd1e23 /lib
parent336d2b8d65583450c906bb05453e1de50388f6df (diff)
arch list for squeeze; drop etch
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@15899 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib')
-rw-r--r--lib/python/dist_config.py12
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/python/dist_config.py b/lib/python/dist_config.py
index 7bd292a685..59280bb4b4 100644
--- a/lib/python/dist_config.py
+++ b/lib/python/dist_config.py
@@ -37,23 +37,19 @@ 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.
- etch_archs = 'alpha,amd64,arm,hppa,i386,ia64,mips,mipsel,powerpc,s390,sparc'.split(',')
- lenny_archs = etch_archs + ['armel',]
-
- add_release(name='etch',
- architectures=etch_archs,
- )
+ squeeze_archs = 'alpha,amd64,armel,hppa,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,sparc'.split(',')
+ lenny_archs = squeeze_archs + ['arm',]
add_release(name='lenny',
architectures=lenny_archs,
)
add_release(name='squeeze',
- architectures=lenny_archs,
+ architectures=squeeze_archs,
)
add_release(name='sid',
- architectures=lenny_archs,
+ architectures=squeeze_archs,
)
######################################################################

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