From 490dc1e958953ad4dc2c221e7ec6674722014ccc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Dec 17 2015 20:06:19 +0000 Subject: allow filtering runroot tasks Signed-off-by: Dennis Gilmore --- diff --git a/www/kojiweb/index.py b/www/kojiweb/index.py index 433d943..5d7b09e 100644 --- a/www/kojiweb/index.py +++ b/www/kojiweb/index.py @@ -432,7 +432,8 @@ _TASKS = ['build', 'appliance', 'createAppliance', 'image', - 'createImage'] + 'createImage', + 'runroot'] # Tasks that can exist without a parent _TOPLEVEL_TASKS = ['build', 'buildNotification', 'chainbuild', 'maven', 'chainmaven', 'wrapperRPM', 'winbuild', 'newRepo', 'tagBuild', 'tagNotification', 'waitrepo', 'livecd', 'appliance', 'image'] # Tasks that can have children