[zorg] r188822 - [llvmlab] Reloading the config file in PhasedBuilderUtils is causing some module loading issues. Removing for now.

Michael Gottesman mgottesman at apple.com
Tue Aug 20 13:39:53 PDT 2013


Author: mgottesman
Date: Tue Aug 20 15:39:53 2013
New Revision: 188822

URL: http://llvm.org/viewvc/llvm-project?rev=188822&view=rev
Log:
[llvmlab] Reloading the config file in PhasedBuilderUtils is causing some module loading issues. Removing for now.

Modified:
    zorg/trunk/zorg/buildbot/PhasedBuilderUtils.py

Modified: zorg/trunk/zorg/buildbot/PhasedBuilderUtils.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/PhasedBuilderUtils.py?rev=188822&r1=188821&r2=188822&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/PhasedBuilderUtils.py (original)
+++ zorg/trunk/zorg/buildbot/PhasedBuilderUtils.py Tue Aug 20 15:39:53 2013
@@ -12,7 +12,6 @@ from datetime import datetime, date, tim
 import zorg
 
 import config
-reload(config)
 
 class NamedTrigger(Trigger):
     """Trigger subclass which allows overriding the trigger name, and also





More information about the llvm-commits mailing list