move $nvrpath further out
This commit is contained in:
parent
75079cb9f5
commit
6f2714c044
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#from kojiweb import util
|
||||
|
||||
#include "includes/header.chtml"
|
||||
#set $nvrpath = '%(name)s/%(version)s/%(release)s' % $build
|
||||
|
||||
<h4>Information for build <a href="buildinfo?buildID=$build.id">$koji.buildLabel($build)</a></h4>
|
||||
|
||||
|
|
@ -76,7 +77,6 @@
|
|||
<td class="container">
|
||||
#if $len($rpmsByArch) > 0
|
||||
<table class="nested">
|
||||
#set $nvrpath = '%(name)s/%(version)s/%(release)s' % $build
|
||||
#if $rpmsByArch.has_key('src')
|
||||
<tr><th>src</th><th></th></tr>
|
||||
#for $rpm in $rpmsByArch['src']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue