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

[dak/master] Finally kill m68k



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 config/debian/dak.conf |    5 ++---
 dak/ls.py              |    2 +-
 dak/rm.py              |    2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/config/debian/dak.conf b/config/debian/dak.conf
index 1411f62..2e1eb3b 100644
--- a/config/debian/dak.conf
+++ b/config/debian/dak.conf
@@ -69,12 +69,12 @@ Mirror-Split
   FTPPath "/srv/ftp-master.debian.org/ftp";
   TreeRootPath "/srv/ftp-master.debian.org/scratch/dsilvers/treeroots";
   TreeDatabasePath "/srv/ftp-master.debian.org/scratch/dsilvers/treedbs";
-  BasicTrees { alpha; arm; hppa; hurd-i386; i386; ia64; mips; mipsel; powerpc; s390; sparc; m68k };
+  BasicTrees { alpha; arm; hppa; hurd-i386; i386; ia64; mips; mipsel; powerpc; s390; sparc; };
   CombinationTrees
   {
     popular { i386; powerpc; all; source; };
     source { source; };
-    everything { source; all; alpha; arm; hppa; hurd-i386; i386; ia64; mips; mipsel; powerpc; s390; sparc; m68k; };
+    everything { source; all; alpha; arm; hppa; hurd-i386; i386; ia64; mips; mipsel; powerpc; s390; sparc; };
   };
 };
 
@@ -638,7 +638,6 @@ Architectures
   armel "ARM eabi";
   i386 "Intel ia32";
   ia64 "Intel ia64";
-  m68k "Motorola Mc680x0";
   mips "MIPS (Big Endian)";
   mipsel "MIPS (Little Endian)";
   powerpc "PowerPC";
diff --git a/dak/ls.py b/dak/ls.py
index 544d366..85ad490 100755
--- a/dak/ls.py
+++ b/dak/ls.py
@@ -56,7 +56,7 @@ Display information about PACKAGE(s).
   -S, --source-and-binary    show info for the binary children of source pkgs
 
 ARCH, COMPONENT and SUITE can be comma (or space) separated lists, e.g.
-    --architecture=m68k,i386"""
+    --architecture=amd64,i386"""
     sys.exit(exit_code)
 
 ################################################################################
diff --git a/dak/rm.py b/dak/rm.py
index 62c5f98..d7697fa 100755
--- a/dak/rm.py
+++ b/dak/rm.py
@@ -75,7 +75,7 @@ Remove PACKAGE(s) from suite(s).
   -S, --source-only          remove source only
 
 ARCH, BUG#, COMPONENT and SUITE can be comma (or space) separated lists, e.g.
-    --architecture=m68k,i386"""
+    --architecture=amd64,i386"""
 
     sys.exit(exit_code)
 
-- 
1.5.6.5


Reply to: