Author: thijs
Date: 2011-01-16 08:50:35 +0000 (Sun, 16 Jan 2011)
New Revision: 15900
Modified:
lib/python/dist_config.py
Log:
alpha also gone in squeeze
Modified: lib/python/dist_config.py
==================================================================---
lib/python/dist_config.py 2011-01-16 08:47:49 UTC (rev 15899)
+++ lib/python/dist_config.py 2011-01-16 08:50:35 UTC (rev 15900)
@@ -37,8 +37,8 @@
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,