#86 fix up the list of tasks that you can watch logs on
Merged 8 years ago by mikem. Opened 8 years ago by ausil.
Unknown source kojiweb-fixes  into  master

file modified
+1 -1
@@ -417,7 +417,7 @@

          <br/>

          #end for

          #if $task.state not in ($koji.TASK_STATES.CLOSED, $koji.TASK_STATES.CANCELED, $koji.TASK_STATES.FAILED) and \

-             $task.method in ('buildSRPMFromSCM', 'buildArch', 'livecd', 'appliance', 'buildMaven', 'wrapperRPM', 'vmExec', 'createrepo')

+             $task.method in ('buildSRPMFromSCM', 'buildArch', 'createLiveMedia', 'buildMaven', 'wrapperRPM', 'vmExec', 'createrepo', 'runroot', 'createAppliance', 'createLiveCD')

          <br/>

          <a href="watchlogs?taskID=$task.id">Watch logs</a>

          #end if

Signed-off-by: Dennis Gilmore dennis@ausil.us

'livecd' and 'appliance' have not yet been removed

'livecd' and 'appliance' have not yet been removed

They have not, they are also the parent tasks and have no logs to watch, it is a bug in kojiweb that has been tehre for years, this fixes it so you can watch the child tasks logs

ah, yes, just realized, thanks for the clarification

Pull-Request has been merged by mikem

8 years ago
Metadata