[pypy-svn] buildbot commit a7823765f22f: pull from the official bitbucket repo

Bitbucket commits-noreply at bitbucket.org
Mon Dec 13 18:05:28 CET 2010


# HG changeset patch -- Bitbucket.org
# Project buildbot
# URL http://bitbucket.org/pypy/buildbot/overview
# User Antonio Cuni <anto.cuni at gmail.com>
# Date 1292259921 -3600
# Node ID a7823765f22f7c3385b6392ab3744055d3eac61e
# Parent  1ea28ce0556aa3996303a6e6fdbf206218263f45
pull from the official bitbucket repo

--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -117,7 +117,7 @@ def setup_steps(platform, factory, workd
     ##                            defaultBranch="trunk",
     ##                            workdir=workdir))
     import getpass
-    repourl = 'https://bitbucket.org/pypy/pypy-tentative/'
+    repourl = 'https://bitbucket.org/pypy/pypy/'
     if getpass.getuser() == 'antocuni':
         # for debugging
         repourl = '/home/antocuni/pypy/pypy-hg'



More information about the Pypy-commit mailing list