On 02/27/2013 03:58 PM, Ross Brattain wrote:
Hi, I ran into a problem with base_packages.GitFetcher. It looks like base_packages.BasePackageManager wants to grab a "packages.checksum" file to check to see if a dependency needs to be updated when it has already been installed. BasePackageManager.parse_tarball_name fails when passed "packages.checksum"
Yep, sorry about that problem, I haven't tried it much in the context of the autotest server.
I'm not sure of a good solution. I will probably look into just disabling the checksum feature for GitFetcher, since git archive --remote= probably won't be able to fetch a packages.checksum directly anyway.
Overriding all methods from the parent class to no ops seems a nice way out of this. I'd need to look more carefully, but that's the solution that strikes me right now.
_______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
