[Secure-testing-commits] r15899 - lib/python
Thijs Kinkhorst
thijs at alioth.debian.org
Sun Jan 16 08:47:49 UTC 2011
Author: thijs
Date: 2011-01-16 08:47:49 +0000 (Sun, 16 Jan 2011)
New Revision: 15899
Modified:
lib/python/dist_config.py
Log:
arch list for squeeze; drop etch
Modified: lib/python/dist_config.py
===================================================================
--- lib/python/dist_config.py 2011-01-16 08:02:38 UTC (rev 15898)
+++ lib/python/dist_config.py 2011-01-16 08:47:49 UTC (rev 15899)
@@ -37,23 +37,19 @@
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',]
+ 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='etch',
- architectures=etch_archs,
- )
-
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,
)
######################################################################
More information about the Secure-testing-commits
mailing list