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

Add brew scripts to nightly #460

Merged
merged 1 commit into from Aug 17, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add brew scripts to nightly

  • Loading branch information
paulrouget committed Aug 17, 2016
commit d76de1d6047a0e2234bd190af1de2e4197d75bfe
@@ -1,6 +1,6 @@
import copy

from passwords import GITHUB_DOC_TOKEN
from passwords import GITHUB_DOC_TOKEN, GITHUB_HOMEBREW_TOKEN
from passwords import S3_UPLOAD_ACCESS_KEY_ID, S3_UPLOAD_SECRET_ACCESS_KEY


@@ -136,4 +136,5 @@ def without(self, to_unset):
upload_nightly = Environment({
'AWS_ACCESS_KEY_ID': S3_UPLOAD_ACCESS_KEY_ID,
'AWS_SECRET_ACCESS_KEY': S3_UPLOAD_SECRET_ACCESS_KEY,
'TOKEN': GITHUB_HOMEBREW_TOKEN,
})
@@ -3,6 +3,7 @@
SLAVE_PASSWORD = "{{ buildbot_credentials['slave-pass'] }}"
CHANGE_PASSWORD = "{{ buildbot_credentials['change-pass'] }}"
GITHUB_DOC_TOKEN = "{{ buildbot_credentials['gh-doc-token'] }}"
GITHUB_HOMEBREW_TOKEN = "{{ buildbot_credentials['gh-homebrew-token'] }}"
HOMU_BUILDBOT_SECRET = "{{ buildbot_credentials['homu-secret'] }}"
S3_UPLOAD_ACCESS_KEY_ID = \
"{{ buildbot_credentials['s3-upload-access-key-id'] }}"
@@ -26,6 +26,8 @@ mac-nightly:
- ./mach build --release
- ./mach package --release
- ./etc/ci/upload_nightly.sh mac
- ./etc/ci/upload_nightly.sh macbrew
- ./etc/ci/update_brew.sh

linux-dev:
- ./mach test-tidy --no-progress --all
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.