don't expire metadata from the media.repo
This commit is contained in:
parent
00487ea9c8
commit
51d96f80e1
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user