#set _PASSTHROUGH = ['archiveID', 'fileOrder', 'fileStart', 'buildrootOrder', 'buildrootStart'] #include "includes/header2.chtml"

Information for archive {{ archive.filename }}

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