#from kojiweb import util #include "includes/header.chtml"
| Add $tag.name as parent of $child.name | |
|---|---|
| Name | $tag.name |
| ID | $tag.id |
| Arches | $tag.arches |
| Locked | #if $tag.locked then 'yes' else 'no'# |
| Permission | #if $tag.perm_id then $allPerms[$tag.perm_id] else 'none'# |
| Inheritance |
$tag.name
#set $numParents = $len($inheritance)
#set $iter = 0
#set $maxDepth = 0
#set $TRUNC_DEPTH = 7
|
| #if $all Show abbreviated tree #else Show full tree #end if | |
| Add parent | |
| Repo created | #if $repo then $util.formatTimeRSS($repo.creation_time) else ''# |
| Packages | $numPackages |
| Builds | $numBuilds |
| Targets building from this tag |
#if $len($srcTargets)
#for $target in $srcTargets
$target.name #end for #else No build targets #end if |
| Targets building to this tag |
#if $len($destTargets)
#for $target in $destTargets
$target.name #end for #else No build targets #end if |
| Edit tag | |
| Delete tag | |