Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
delete the account of the buildbot
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 11 Oct 2007 09:13:08 +0000 (09:13 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 11 Oct 2007 09:13:08 +0000 (09:13 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4808 48e7efb5-ca39-0410-a469-dd3cf9ba447f

build/buildbot/account.py [deleted file]

diff --git a/build/buildbot/account.py b/build/buildbot/account.py
deleted file mode 100644 (file)
index 742efd4..0000000
+++ /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")]
-
-
-