Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial WASM/Cross build factory code #322

Merged
merged 18 commits into from
Jun 17, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add environment variable to set settings path (#328)
Co-authored-by: Zachary Ware <[email protected]>

Co-authored-by: Zachary Ware <[email protected]>
emmatyping and zware committed Jun 13, 2022
commit dbee5378cde6b858feeeb500af2d0c86b7551038
1 change: 1 addition & 0 deletions master/master.cfg
Original file line number Diff line number Diff line change
@@ -80,6 +80,7 @@ def set_up_sentry():
log.addObserver(logToSentry)

settings_path = os.path.join('/etc', 'buildbot', 'settings.yaml')
settings_path = os.environ.get('PYBUILDBOT_SETTINGS_PATH', settings_path)

try:
settings = Settings.from_file(settings_path)