[jhbuild] do not cache remote modulesets
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild] do not cache remote modulesets
- Date: Fri, 24 Apr 2009 05:44:13 -0400 (EDT)
commit e8c37eb2a896dbfd778e96f4dfd88d0df1eb0034
Author: Frederic Peters <fpeters 0d be>
Date: Fri Apr 24 11:43:38 2009 +0200
do not cache remote modulesets
---
jhbuild/moduleset.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/jhbuild/moduleset.py b/jhbuild/moduleset.py
index 556f496..7d6afe2 100644
--- a/jhbuild/moduleset.py
+++ b/jhbuild/moduleset.py
@@ -313,7 +313,7 @@ def _child_elements_matching(parent, names):
def _parse_module_set(config, uri):
try:
- filename = httpcache.load(uri, nonetwork=config.nonetwork)
+ filename = httpcache.load(uri, nonetwork=config.nonetwork, age=0)
except Exception, e:
raise FatalError(_('could not download %s: %s') % (uri, e))
filename = os.path.normpath(filename)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]