[jhbuild] Do not require network for cleanone (GNOME bug 606658)



commit 7ed0b51cd1c982bd0ffeadf2f5065a6b58690226
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Feb 2 23:05:29 2010 +0100

    Do not require network for cleanone (GNOME bug 606658)

 jhbuild/commands/base.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/commands/base.py b/jhbuild/commands/base.py
index fa5e8ba..607eaf4 100644
--- a/jhbuild/commands/base.py
+++ b/jhbuild/commands/base.py
@@ -145,6 +145,7 @@ class cmd_cleanone(Command):
                     _('clean command called while makeclean is set to False, skipped.'))
             return 0
         config.build_targets = ['clean']
+        config.nonetwork = False
 
         build = jhbuild.frontends.get_buildscript(config, module_list)
         return build.build()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]