Philippe Poulard wrote: > hi folks, > > each time that I generate the source, it takes a long time before the > script skip the download step: > > ./generate.py source > > ============================================================================ > INITIALIZING: MEW > ============================================================================ > >>> Configuration: config.json > >>> Jobs: source > >>> Resolving jobs... > >>> Resolving macros... > >>> Resolving libs/manifests... > - Downloading contrib: SkeletonApplication/trunk > Could not conncet to the internet. Will use cached contributions. > - done > > > -is there any mean to set a short timeout ? >
Philippe, I'm afraid no, there is currently no surface construct to control the timeout. You might want to file a bug/enhancement to that end. > -why does it fail to connect to the internet (the first time it was run > there wasn't any problem) ? > This is strange. I presume you've checked your local Internet connection ok. It could be a problem on the sourceforge/ViewVC side. If you want to disable the revision check, just go to tool/pylib/generator/action/ContribLoader.py:46 and change the line "if True:" to "if False:". This way, the contribution is downloaded every time, which is hopefully faster than waiting for the ViewVC timeout. HTH, Thomas ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel