[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] replace the arch list with a command



not that i think its in use anywhere

Signed-off-by: Joerg Jaspert <joerg@debian.org>

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/vars |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/debian/vars b/config/debian/vars
index 4c3b07e..5907d28 100644
--- a/config/debian/vars
+++ b/config/debian/vars
@@ -6,7 +6,7 @@ bindir=$base/bin
 ftpdir=$base/ftp
 webdir=$public/web
 indices=$ftpdir/indices
-archs="alpha amd64 arm armel hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc kfreebsd-i386 kfreebsd-amd64 "
+archs=$(dak admin a list | tr '\n' ' ')
 
 scriptdir=$base/scripts
 masterdir=$base/dak/
-- 
1.5.6.5


Reply to: