Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
delete the account of the buildbot
[simgrid.git] / build / buildbot / account.py
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")]
-
-
-