diff --git a/Changelog b/Changelog index 63880581..a92a0353 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +* Thu Oct 11 2007 Jesse Keating +- Add a cost to the media repo file. + * Tue Oct 02 2007 Jesse Keating - Make sure we stuff a string value into ConfigParser. diff --git a/pypungi/pungi.py b/pypungi/pungi.py index ae83132a..8416ba08 100755 --- a/pypungi/pungi.py +++ b/pypungi/pungi.py @@ -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)