prefix the buildroot name with /var/lib/mock/ for everything except vmExec tasks
This commit is contained in:
parent
fa977579ba
commit
25b806803b
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ $value
|
|||
<th>Buildroot#if $len($buildroots) > 1 then 's' else ''#</th>
|
||||
<td>
|
||||
#for $buildroot in $buildroots
|
||||
<a href="buildrootinfo?buildrootID=$buildroot.id">#if $task.method == 'buildArch' then '/var/lib/mock/' else ''#$buildroot.tag_name-$buildroot.id-$buildroot.repo_id</a><br/>
|
||||
<a href="buildrootinfo?buildrootID=$buildroot.id">#if $task.method == 'vmExec' then '' else '/var/lib/mock/'#$buildroot.tag_name-$buildroot.id-$buildroot.repo_id</a><br/>
|
||||
#end for
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue