#82 Source are downloaded twice
Closed: Fixed None Opened 11 years ago by misc.

On devel branch, I noticed that source are downloaded twice :
1 time on line 92 of FedoraReview/review_helper.py
{{{
def __run_checks(self, spec, srpm):
self.checks = Checks(spec, srpm )
}}}

the other on line 99

{{{
rc = self.__download_sources()
}}}

this could be annoying if a tarball is big enough, so I guess this should be fixed.


Login to comment on this ticket.

Metadata