Skip to content

Commit

Permalink
connect to remote repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocimier committed May 24, 2022
1 parent 8fe6b21 commit 63ce57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/buildmaster/templates/user_settings.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ machines = [
'hostdir': '{{ buildslave_zones[builder.zone].hostdir | default("/hostdir") }}',
'crosstarget': '{{ buildmaster_machmap[builder.mach].cross }}',
'subarch': '{{ buildmaster_machmap[builder.mach].subarch }}',
'BootstrapArgs': '{{ builder.bootstrapargs | default("-N") }}',
'BootstrapArgs': '{{ builder.bootstrapargs | default("") }}',
'slave_name': '{{ builder.sname | default(builder.name) }}',
'slave_pass': '{{ buildslave_credentials[builder.name] }}',
'admin': '{{ buildslave_zones[builder.zone].admin.nick }}'
Expand Down

0 comments on commit 63ce57a

Please sign in to comment.