From: cherierm Date: Thu, 11 Oct 2007 09:13:08 +0000 (+0000) Subject: delete the account of the buildbot X-Git-Tag: v3.3~983 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d608f2d7f30ce7bdd821c8ca6a33d50e8d85d46b delete the account of the buildbot git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4808 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/build/buildbot/account.py b/build/buildbot/account.py deleted file mode 100644 index 742efd4e2a..0000000000 --- a/build/buildbot/account.py +++ /dev/null @@ -1,17 +0,0 @@ -# -*- python -*- -# ex: set syntax=python: - -# This file defines all the slave bots, and the password used to connect to them - -bots = [("bob_pthreads", "maxwell"), - ("bob_ucontext", "maxwell"), - ("blaise_pthreads", "maxwell"), - ("blaise_ucontext", "maxwell"), - ("windows_slave", "maxwell"), - ("artimon_pthreads", "maxwell"), - ("artimon_ucontext", "maxwell"), - ("fastnet_pthreads","maxwell"), - ("fastnet_ucontext","maxwell")] - - -