]> git.decadent.org.uk Git - dak.git/blobdiff - dak/control_suite.py
Remove lenny-r0 specials
[dak.git] / dak / control_suite.py
old mode 100644 (file)
new mode 100755 (executable)
index 4b704b9..c6084d8
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Manipulate suite tags
+""" Manipulate suite tags """
 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006  James Troup <james@nocrew.org>
 
 # This program is free software; you can redistribute it and/or modify
@@ -276,7 +276,7 @@ def main ():
 
     # Safety/Sanity check
     if action == "set" and suite not in ["testing", "etch-m68k"]:
-        utils.fubar("Will not reset a suite other than testing.")
+        utils.fubar("Will not reset suite %s" % (suite))
 
     if action == "list":
         get_list(suite)