Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 015b616

Browse files
committed
Merge pull request #8 from barosl/homu-key-to-secret
Rename homu_key to homu_secret
2 parents 11b1546 + 08071cd commit 015b616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ else:
17951795
push_url = "http://54.176.156.253/homu/buildbot"
17961796
c['status'].append(HttpStatusPush(
17971797
serverUrl=push_url,
1798-
extra_post_params={'key': master_config['homu_key']},
1798+
extra_post_params={'secret': master_config['homu_secret']},
17991799
))
18001800

18011801

0 commit comments

Comments
 (0)