Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gisobuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,9 +912,9 @@ def filter_cisco_rpms_by_platform(self, platform):
if platform_missmatch_tp_rpms:
logger.info("Skipped %s TP RPMS not matching platform %s"
% (len(platform_missmatch_tp_rpms), platform))
logger.debug('Found %s TP RPMs' % self.csc_rpm_count)
logger.debug('Found %s TP RPMs' % self.tp_rpm_count)
list(map(lambda rpm_inst: logger.debug("\t\t%s" % rpm_inst.file_name),
self.csc_rpm_list))
self.tp_rpm_list))

#
# Filter and discard cnbng Cisco rpm if both bng and cnbng rpm present.
Expand Down