From e9c8891c4cf7cf8b53371e10ba43396e33d86e27 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: May 14 2016 03:02:50 +0000 Subject: deprecate spin-livecd with spin-livemedia Signed-off-by: Dennis Gilmore --- diff --git a/cli/koji b/cli/koji index 6b4361d..a45e830 100755 --- a/cli/koji +++ b/cli/koji @@ -5210,6 +5210,7 @@ def handle_spin_livecd(options, session, args): (task_options, args) = parser.parse_args(args) # Make sure the target and kickstart is specified. + print 'spin-livecd is deprecated and will be replaced with spin-livemedia' if len(args) != 5: parser.error(_("Five arguments are required: a name, a version, an" + " architecture, a build target, and a relative path to" +