don't expire metadata from the media.repo

This commit is contained in:
Jesse Keating 2007-09-26 14:58:34 -04:00 committed by Jesse Keating
parent 00487ea9c8
commit 51d96f80e1
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
* Wed Sep 26 2007 Jesse Keating <jkeating@redhat.com>
- Pull in all the optional Virt stuff
- Don't expire the metadata from Media repo.
* Tue Sep 25 2007 Jesse Keating <jkeating@redhat.com>
- Fix location of media.repo file.

View File

@ -339,6 +339,7 @@ class Pungi(pypungi.PungiBase):
repocontent = """[InstallMedia]
name=%s %s
mediaid=%s
metadata_expire=-1
gpgcheck=0
""" % (self.config.get('default', 'name'), self.config.get('default', 'version'), mediaid)