remove references to the runroot task

This commit is contained in:
Mike Bonnet 2007-03-26 12:49:04 -04:00
parent 4071f4db58
commit 4b5df841c8
6 changed files with 6 additions and 97 deletions

View file

@ -108,7 +108,6 @@ All
<option value="buildNotification" #if $method == 'buildNotification' then 'selected="selected"' else ''#>buildNotification</option>
<option value="tagBuild" #if $method == 'tagBuild' then 'selected="selected"' else ''#>tagBuild</option>
<option value="tagNotification" #if $method == 'tagNotification' then 'selected="selected"' else ''#>tagNotification</option>
<option value="runroot" #if $method == 'runroot' then 'selected="selected"' else ''#>runroot</option>
<option value="newRepo" #if $method == 'newRepo' then 'selected="selected"' else ''#>newRepo</option>
<option value="prepRepo" #if $method == 'prepRepo' then 'selected="selected"' else ''#>prepRepo</option>
<option value="createrepo" #if $method == 'createrepo' then 'selected="selected"' else ''#>createrepo</option>