[Secure-testing-commits] r16051 - / lib/python
Thijs Kinkhorst
thijs at alioth.debian.org
Thu Feb 3 20:09:12 UTC 2011
Author: thijs
Date: 2011-02-03 20:08:55 +0000 (Thu, 03 Feb 2011)
New Revision: 16051
Modified:
Makefile
lib/python/dist_config.py
Log:
no hppa in squeeze
Modified: Makefile
===================================================================
--- Makefile 2011-02-03 14:07:54 UTC (rev 16050)
+++ Makefile 2011-02-03 20:08:55 UTC (rev 16051)
@@ -7,7 +7,7 @@
MIRROR = http://ftp.de.debian.org/debian/
LENNY_ARCHS = alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
-SQUEEZE_ARCHS = amd64 armel hppa i386 ia64 mips mipsel powerpc s390 sparc
+SQUEEZE_ARCHS = amd64 armel i386 ia64 mips mipsel powerpc s390 sparc
SID_ARCHS = alpha amd64 armel hppa i386 ia64 kfreebsd-i386 kfreebsd-amd64 mips mipsel powerpc s390 sparc
STABLE = lenny
Modified: lib/python/dist_config.py
===================================================================
--- lib/python/dist_config.py 2011-02-03 14:07:54 UTC (rev 16050)
+++ lib/python/dist_config.py 2011-02-03 20:08:55 UTC (rev 16051)
@@ -37,7 +37,7 @@
def apply_config():
# Invoked at the end of the file. Edit this to suit your needs.
- squeeze_archs = 'amd64,armel,hppa,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,sparc'.split(',')
+ squeeze_archs = 'amd64,armel,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,sparc'.split(',')
lenny_archs = squeeze_archs + ['arm','alpha',]
add_release(name='lenny',
More information about the Secure-testing-commits
mailing list