Lines Matching refs:RPM
2001 Returns a list of infomation on the RPM packages found on koji
2023 Gets the names for the RPM packages specified in pkg
2034 return [rpm['name'] for rpm in rpms]
2039 Gets the file names for the RPM packages specified in pkg
2051 for rpm in rpms:
2052 arch_rpm_name = koji.pathinfo.rpm(rpm)
2071 for rpm in rpms:
2072 rpm_name = koji.pathinfo.rpm(rpm)
2194 the RPM packages generated by a given build
3123 if install_type == 'rpm':
3124 logging.info('Installing host kernel through rpm')
3144 utils.run('rpm -U --force %s' % " ".join(k_deps_rpm_file_names))