[pypy-commit] buildbot default: typo (arigato)

mattip pypy.commits at gmail.com
Wed Nov 22 16:10:29 EST 2017


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r1041:b9268dadd68a
Date: 2017-11-22 23:10 +0200
http://bitbucket.org/pypy/buildbot/changeset/b9268dadd68a/

Log:	typo (arigato)

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -472,7 +472,7 @@
             clean = 'rmdir /s /q pypy-venv'
         else:
             virt_pypy = '../venv/pypy-venv/bin/python'
-            clean = 'rm -rf pypy-env'
+            clean = 'rm -rf pypy-venv'
         target = Property('target_path')
         factory.addStep(ShellCmd(
             description="clean old virtualenv",


More information about the pypy-commit mailing list