#set _PASSTHROUGH = ['archiveID', 'fileOrder', 'fileStart', 'buildrootOrder', 'buildrootStart']
#include "includes/header2.chtml"
| ID | {{ archive.id }} |
#if wininfo
| File Name | {{ koji.pathinfo.winfile(archive) }} |
#else
File Name | {{ archive.filename }} |
#endif
#if archive.metadata_only
| Metadata only | True (file not imported) |
#endif
| File Type | {{ archive_type.description }} |
| Build | {{ koji.buildLabel(build) }} |
#if maveninfo
| Maven groupId | {{ archive.group_id }} |
| Maven artifactId | {{ archive.artifact_id }} |
| Maven version | {{ archive.version }} |
#endif
| Size | {{ util.formatNatural(archive.size) }} |
| Checksum | {{ archive.checksum }} |
#if wininfo
| Platforms | {{ archive.platforms }} |
| Flags | {{ archive.flags }} |
#endif
#if builtInRoot
| Buildroot | {{ util.brLabel(builtInRoot) }} |
#endif
#if archive.get('extra')
| Extra | {{ archive.extra|pprint }} |
#endif
#if files
| Files |
|
#if (filePages |length) > 1
#endif
#if fileStart > 0
<<<
#endif
{{ fileStart + 1 }} through {{ fileStart + fileCount }} of {{ totalFiles }}
#if fileStart + fileCount < totalFiles
>>>
#endif
|
#for file in files
| {{ file.name }} | {{ util.formatNatural(file.size) }} |
#endfor
|
#endif
| Component of |
#if (buildroots |length) > 0
|
#if (buildrootPages |length) > 1
#endif
#if buildrootStart > 0
<<<
#endif
{{ buildrootStart + 1 }} through {{ buildrootStart + buildrootCount }} of {{ totalBuildroots }}
#if buildrootStart + buildrootCount < totalBuildroots
>>>
#endif
|
#for buildroot in buildroots
| {{ util.brLabel(buildroot) }} |
{{ util.formatTime(buildroot.create_event_time) }} |
{{ util.imageTag(util.brStateName(buildroot.state)) }} |
#endfor
#else
No buildroots
#endif
|
#if show_rpm_components
| RPM components |
#endif
#if show_archive_components
| Archive components |
#endif
#include "includes/footer2.chtml"