* hydra_update_gc_roots.pl registers build outputs that should be kept

as GC roots and removes GC roots to build outputs that should no
  longer be kept.
This commit is contained in:
Eelco Dolstra
2009-01-13 14:02:07 +00:00
parent 7d2e5c8206
commit 14960d6c53
4 changed files with 86 additions and 2 deletions

View File

@ -241,6 +241,10 @@
<h2>Build products</h2>
[% IF !available %]
<p class="error">Note: this build is no longer available.</p>
[% END %]
[% PROCESS renderProductList %]
[% END %]