add detailed info about more task types to "koji taskinfo"

This commit is contained in:
Mike Bonnet 2010-09-21 15:02:06 -04:00
parent c0b34886d8
commit 1f2bb7c7e9
3 changed files with 65 additions and 20 deletions

View file

@ -144,7 +144,7 @@ $value
#end if
#elif $task.method == 'createLiveCD' or $task.method == 'createAppliance'
<strong>Arch:</strong> $params[0]<br/>
<strong>Target:</strong> <a href="buildtargetinfo?name=$params[1]">$params[1]</a><br/>
<strong>Build Target:</strong> <a href="buildtargetinfo?name=$params[1]">$params[1]</a><br/>
<strong>Kickstart File:</strong> $params[2]<br/>
#if $len($params) > 3
$printOpts($params[3])