Use only etch/lenny/sid as Debian suite inside zsh completion
authorMichael Prokop <devnull@localhost>
Thu, 1 Nov 2007 14:00:50 +0000 (15:00 +0100)
committerMichael Prokop <devnull@localhost>
Thu, 1 Nov 2007 14:00:50 +0000 (15:00 +0100)
etc/zsh/completion.d/_grml-live

index 109f2e9..1ef09a1 100644 (file)
@@ -48,7 +48,6 @@ _grmllive_suites() { #{{{
   local -a suites
 
   suites=(
   local -a suites
 
   suites=(
-    stable  testing unstable
     etch    lenny   sid
   )
   _wanted list expl 'Debian suite' compadd ${expl} -- ${suites}
     etch    lenny   sid
   )
   _wanted list expl 'Debian suite' compadd ${expl} -- ${suites}