Description |
<%- description %> |
Valid |
<%- valid %> |
Path |
<%- path %> |
Expected Time |
<%- expected_time %> |
Creation Date |
<%- creation_date %> |
Updated Date |
<%- update_date %> |
Owner |
<%- owner %> |
<% if (uploading_user) { %>
Uploader |
<%= uploading_user.toHTML() %> |
<% } %>
Version |
<%- version %> |
License |
<%- license %> |
RPM |
<%-rpm %> |
<% if (!_.isEmpty(needs)) { %>
Needs |
<% _.each(needs, function(elem) { %>
- <%- elem %>
<% }) %>
|
<% } %>
<% if (!_.isEmpty(bugzillas)) { %>
Bugzillas |
<% _.each(bugzillas, function(elem) { %>
-
<%- elem %>
<% }) %>
|
<% } %>
<% if (!_.isEmpty(types)) { %>
Types |
<% _.each(types, function(elem) { %>
- <%- elem %>
<% }) %>
|
<% } %>
<% if (!_.isEmpty(runfor)) { %>
Run For |
<% _.each(runfor, function(elem) { %>
- <%- elem %>
<% }) %>
|
<% } %>
Priority |
<%- priority %> |
Destructive |
<%- destructive %> |
<% if (!_.isEmpty(required)) { %>
Requires |
<% _.each(required, function(elem) { %>
- <%- elem %>
<% }) %>
|
<% } %>
<% if (!_.isEmpty(excluded_osmajor)) { %>
Excluded OSMajors |
<% _.each(excluded_osmajor, function(elem) { %>
- <%- elem %>
<% }) %>
|
<% } %>
<% if (!_.isEmpty(excluded_arch)) { %>
Excluded Arches |
<% _.each(excluded_arch, function(elem) { %>
- <%- elem %>
<% }) %>
|
<% } %>