diff options
Diffstat (limited to 'nixops/modules/buildbot/projects/cryptoportfolio')
-rw-r--r-- | nixops/modules/buildbot/projects/cryptoportfolio/__init__.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nixops/modules/buildbot/projects/cryptoportfolio/__init__.py b/nixops/modules/buildbot/projects/cryptoportfolio/__init__.py index 1157b5c..5d70f95 100644 --- a/nixops/modules/buildbot/projects/cryptoportfolio/__init__.py +++ b/nixops/modules/buildbot/projects/cryptoportfolio/__init__.py | |||
@@ -8,10 +8,11 @@ class E(): | |||
8 | PROJECT = "cryptoportfolio" | 8 | PROJECT = "cryptoportfolio" |
9 | BUILDBOT_URL = "https://git.immae.eu/buildbot/{}/".format(PROJECT) | 9 | BUILDBOT_URL = "https://git.immae.eu/buildbot/{}/".format(PROJECT) |
10 | SOCKET = "unix:/run/buildbot/{}.sock".format(PROJECT) | 10 | SOCKET = "unix:/run/buildbot/{}.sock".format(PROJECT) |
11 | PB_SOCKET = "unix:address=/run/buildbot/{}_pb.sock".format(PROJECT) | ||
11 | RELEASE_PATH = "/var/lib/ftp/release.immae.eu/{}".format(PROJECT) | 12 | RELEASE_PATH = "/var/lib/ftp/release.immae.eu/{}".format(PROJECT) |
12 | RELEASE_URL = "https://release.immae.eu/{}".format(PROJECT) | 13 | RELEASE_URL = "https://release.immae.eu/{}".format(PROJECT) |
13 | GIT_URL = "https://git.immae.eu/perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/{0}.git" | 14 | GIT_URL = "https://git.immae.eu/perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/{0}.git" |
14 | SSH_KEY_PATH = "/var/lib/buildbot/puppet_notify" | 15 | SSH_KEY_PATH = "/var/lib/buildbot/buildbot_key" |
15 | LDAP_HOST = "ldap.immae.eu" | 16 | LDAP_HOST = "ldap.immae.eu" |
16 | LDAP_DN = "cn=buildbot,ou=services,dc=immae,dc=eu" | 17 | LDAP_DN = "cn=buildbot,ou=services,dc=immae,dc=eu" |
17 | LDAP_ROLES_BASE = "ou=roles,ou=hosts,dc=immae,dc=eu" | 18 | LDAP_ROLES_BASE = "ou=roles,ou=hosts,dc=immae,dc=eu" |
@@ -27,7 +28,7 @@ class E(): | |||
27 | LDAP_ADMIN_USER = "cn=buildbot,ou=services,dc=immae,dc=eu" | 28 | LDAP_ADMIN_USER = "cn=buildbot,ou=services,dc=immae,dc=eu" |
28 | LDAP_BASE = "dc=immae,dc=eu" | 29 | LDAP_BASE = "dc=immae,dc=eu" |
29 | LDAP_PATTERN = "(uid=%(username)s)" | 30 | LDAP_PATTERN = "(uid=%(username)s)" |
30 | LDAP_GROUP_PATTERN = "(&(memberOf=cn=groups,cn=buildbot,ou=services,dc=immae,dc=eu)(member=%(dn)s))" | 31 | LDAP_GROUP_PATTERN = "(&(memberOf=cn=groups,ou=cryptoportfolio,cn=buildbot,ou=services,dc=immae,dc=eu)(member=%(dn)s))" |
31 | TITLE_URL = "https://git.immae.eu" | 32 | TITLE_URL = "https://git.immae.eu" |
32 | TITLE = "Cryptoportfolio" | 33 | TITLE = "Cryptoportfolio" |
33 | 34 | ||