X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=c6084d8bb2bf3e958714acff62cd9897b096f4eb;hb=c85fbd74d65ed0c0878d9ba1125186ec151cbe4e;hp=4b704b97b9aaf133b18e5894013e2d2cb1ddb728;hpb=f8996e240d9d0278bce098e23be63db0bcc6fbee;p=dak.git diff --git a/dak/control_suite.py b/dak/control_suite.py old mode 100644 new mode 100755 index 4b704b97..c6084d8b --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -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 # 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)