Skip to content

Commit 63ce57a

Browse files
committed
connect to remote repos
1 parent 8fe6b21 commit 63ce57a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/buildmaster/templates/user_settings.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ machines = [
77
'hostdir': '{{ buildslave_zones[builder.zone].hostdir | default("/hostdir") }}',
88
'crosstarget': '{{ buildmaster_machmap[builder.mach].cross }}',
99
'subarch': '{{ buildmaster_machmap[builder.mach].subarch }}',
10-
'BootstrapArgs': '{{ builder.bootstrapargs | default("-N") }}',
10+
'BootstrapArgs': '{{ builder.bootstrapargs | default("") }}',
1111
'slave_name': '{{ builder.sname | default(builder.name) }}',
1212
'slave_pass': '{{ buildslave_credentials[builder.name] }}',
1313
'admin': '{{ buildslave_zones[builder.zone].admin.nick }}'

0 commit comments

Comments
 (0)