Add multiple output support
This requires turning the outPath columns in the Builds and BuildSteps tables into separate tables, and so requires a schema upgrade.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<a name="runtime"></a>
|
||||
[% IF available %]
|
||||
<h1>Runtime dependencies for [% build.outpath %]</h1>
|
||||
<h1>Runtime dependencies</h1>
|
||||
<ul>
|
||||
[% FOREACH dep IN runtimedeps -%]
|
||||
<li>
|
||||
@@ -26,7 +26,7 @@ Path not available anymore!<br />
|
||||
|
||||
<a name="buildtime"></a>
|
||||
[% IF drvAvailable %]
|
||||
<h1>Build time dependencies for [% build.drvpath %]</h1>
|
||||
<h1>Build time dependencies</h1>
|
||||
<ul>
|
||||
[% FOREACH dep IN buildtimedeps -%]
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user