[pypy-svn] r58082 - pypy/build/bot

exarkun at codespeak.net exarkun at codespeak.net
Fri Sep 12 16:35:09 CEST 2008


Author: exarkun
Date: Fri Sep 12 16:35:07 2008
New Revision: 58082

Modified:
   pypy/build/bot/pypybuilders.py
Log:
disable FileUpload until it works

Modified: pypy/build/bot/pypybuilders.py
==============================================================================
--- pypy/build/bot/pypybuilders.py	(original)
+++ pypy/build/bot/pypybuilders.py	Fri Sep 12 16:35:07 2008
@@ -139,10 +139,10 @@
             translationArgs=translationArguments,
             targetArgs=targetArguments)
 
-        uploadSuffix = "".join(translationArguments + targetArguments)
-        self.addStep(FileUpload,
-                     slavesrc="pypy-src/pypy/translator/goal/" + self.executable,
-                     masterdest="public_html/builds/" + self.executable + "-" + uploadSuffix)
+#         uploadSuffix = "".join(translationArguments + targetArguments)
+#         self.addStep(FileUpload,
+#                      slavesrc="pypy-src/pypy/translator/goal/" + self.executable,
+#                      masterdest="public_html/builds/" + self.executable + "-" + uploadSuffix)
 
 #         if pytestArguments is not None:
 #             self.addStep(



More information about the Pypy-commit mailing list