Add a cost to the media repo file.
This commit is contained in:
parent
7795c25583
commit
6119a75069
@ -1,3 +1,6 @@
|
||||
* Thu Oct 11 2007 Jesse Keating <jkeating@redhat.com>
|
||||
- Add a cost to the media repo file.
|
||||
|
||||
* Tue Oct 02 2007 Jesse Keating <jkeating@redhat.com>
|
||||
- Make sure we stuff a string value into ConfigParser.
|
||||
|
||||
|
@ -341,6 +341,7 @@ name=%s %s
|
||||
mediaid=%s
|
||||
metadata_expire=-1
|
||||
gpgcheck=0
|
||||
cost=500
|
||||
""" % (self.config.get('default', 'name'), self.config.get('default', 'version'), mediaid)
|
||||
|
||||
repofile.write(repocontent)
|
||||
|
Loading…
Reference in New Issue
Block a user