[PATCH 03/10] remove: configureAddOnRepo from the Payload interface.

Ales Kozumplik akozumpl at redhat.com
Wed Aug 21 10:18:39 UTC 2013


On 08/20/2013 05:20 PM, Chris Lumens wrote:
>> diff --git a/pyanaconda/packaging/__init__.py b/pyanaconda/packaging/__init__.py
>> index de827f0..b5ecdde 100644
>> --- a/pyanaconda/packaging/__init__.py
>> +++ b/pyanaconda/packaging/__init__.py
>> @@ -207,10 +207,6 @@ class Payload(object):
>>           """ Update the base repository from ksdata.method. """
>>           pass
>>
>> -    def configureAddOnRepo(self, repo):
>> -        """ Set up an addon repo as defined in ksdata Repo repo. """
>> -        pass
>> -
>>       def gatherRepoMetadata(self):
>>           pass
>
> If you're going to do this, I'd also like to see configureAddOnRepo in
> yumpayload.py get an underscore in its name.

Yep good idea.



More information about the anaconda-patches mailing list