Merge #70 deprecate spin-livecd with spin-livemedia

This commit is contained in:
Michael Bonnet 2016-05-16 16:22:38 +00:00
commit 1febe4f7fe

View file

@ -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" +