Skip to content

Commit a869f40

Browse files
authored
Merge pull request #3006 from native-api/xcode_12.4
Add xcode 12.4
2 parents ffd5b14 + ee37d22 commit a869f40

File tree

2 files changed

+87
-86
lines changed

2 files changed

+87
-86
lines changed

_data/snippets.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ghlimit: |
2020
> If your API or cron triggered builds run on the *same commit
2121
> or branch* over and over again, you will notice GitHub has a limit of
2222
> [1000 status updates](https://developer.github.com/v3/repos/statuses/#create-a-status)
23-
> *per commit*, which causes the Travis CI build status to display incorrectly
23+
> *per commit*, which causes the Travis CI build status to display incorrectly
2424
> on GitHub.
2525
> Avoid this problem by specifying a regularly updated branch for your automated builds.
2626
all_note: |
@@ -76,33 +76,33 @@ environment_variables: |
7676
- differ per repository.
7777
- contain sensitive data, such as third-party credentials.
7878
contact_enterprise_support: |
79-
To get in touch with us, please write a message to
80-
[[email protected]](mailto:[email protected]). If possible,
79+
To get in touch with us, please write a message to
80+
[[email protected]](mailto:[email protected]). If possible,
8181
please include as much of the following as you can:
82-
82+
8383
- Description of the problem - what are you observing?
8484
- Which steps did you try already?
8585
- A support bundle (see table below on how to obtain it)
8686
- Log files from all workers (They can be found at `/var/log/upstart/travis-worker.log` - please include as many as you can retrieve).
8787
- If a build failed or errored, a text file of the build log
8888
8989
| TCI Enterprise version | Support bundle |
90-
| :--- | :--- |
91-
| **3.x** | Run `kubectl kots admin-console -n [namespace]` to access admin console on `http://localhost:8800`<br />Support bundle generation instruction is available in ‘troubleshoot’ menu or directly at: `http://localhost:8800/app/tci-enterprise-kots/troubleshoot`<br /><br />A command for generating support bundle will appear after selecting: <br />`If you'd prefer, [click here]() to get a command to manually generate a support bundle.` |
92-
| **2.x+** | You can get it from `https://<your-travis-ci-enterprise-domain>:8800/support` |
93-
94-
Have you made any customizations to your setup? While we may be able to see some
95-
information (such as hostname, IaaS provider, and license expiration), there
96-
are many other things we cannot see which could lead to something not working.
97-
Therefore, we would like to ask you to also answer the questions below in your
90+
| :--- | :--- |
91+
| **3.x** | Run `kubectl kots admin-console -n [namespace]` to access admin console on `http://localhost:8800`<br />Support bundle generation instruction is available in ‘troubleshoot’ menu or directly at: `http://localhost:8800/app/tci-enterprise-kots/troubleshoot`<br /><br />A command for generating support bundle will appear after selecting: <br />`If you'd prefer, [click here]() to get a command to manually generate a support bundle.` |
92+
| **2.x+** | You can get it from `https://<your-travis-ci-enterprise-domain>:8800/support` |
93+
94+
Have you made any customizations to your setup? While we may be able to see some
95+
information (such as hostname, IaaS provider, and license expiration), there
96+
are many other things we cannot see which could lead to something not working.
97+
Therefore, we would like to ask you to also answer the questions below in your
9898
support request (if applicable):
99-
99+
100100
- How many machines are you using / what is your Kubernetes cluster setup?
101101
- Do you use configuration management tools (Chef, Puppet)?
102102
- Which other services do interface with Travis CI Enterprise?
103103
- Which Version Control system (VCS) do you use together with Travis CI Enterprise (e.g. github.com, GitHub Enterprise, or BitBucket Cloud)?
104104
- If you are using GitHub Enterprise, which version of it?
105-
105+
106106
We are looking forward to helping!
107107
enterprise_2_encryption_key_backup: |
108108
To make a backup of encryption keys in TCIE 2.x, please follow these steps:
@@ -114,29 +114,29 @@ enterprise_2_encryption_key_backup: |
114114
enterprise_3_encryption_key_backup: |
115115
To make a backup of encryption keys in TCIE 3.x, please follow these steps:
116116
117-
1. Make sure you have appropriate access to the kubernetes cluster: you need credentials for `kubectl` and connection to [travis-api-pod]
118-
2. Run `kubectl exec -it [travis-api-pod] cat /app/config/travis.yml |grep -A 2 encryption` (using Travis API pod is recommended).
117+
1. Make sure you have appropriate access to the kubernetes cluster: you need credentials for `kubectl` and connection to [travis-api-pod]
118+
2. Run `kubectl exec -it [travis-api-pod] cat /app/config/travis.yml |grep -A 2 encryption` (using Travis API pod is recommended).
119119
3. Create a backup of the value returned by that command by either writing it down on a piece of paper or storing it on a different computer.
120-
github_oauth_access_rights: |
120+
github_oauth_access_rights: |
121121
When you sign in to [travis-ci.com](https://travis-ci.com) using GitHub for the first time, you will receive a message from GitHub saying:
122-
122+
123123
> Travis CI by travis-pro wants to access your [account name] account.
124-
125-
and in the repositories section it will state:
126-
124+
125+
and in the repositories section it will state:
126+
127127
> This application will be able to read and write all public and private repository data.
128-
129-
This is not how Travis CI accesses your data, however we can explain it later in the process.
130-
128+
129+
This is not how Travis CI accesses your data, however we can explain it later in the process.
130+
131131
The warning is triggerred due to GitHub OAuth App permissions which Travis CI uses, and due to the available granularity of permission scopes (see GitHub [Scopes for OAuth Apps documentation](https://docs.github.com/en/developers/apps/scopes-for-oauth-apps) ).
132-
133-
**Travis CI does not access all your repositories by default**.
134-
132+
133+
**Travis CI does not access all your repositories by default**.
134+
135135
Once you acknowledge the access rights, you will see Travis CI OAuth application present in your GitHub [Authorized OAuth Apps list](https://github.com/settings/applications), however **you need to explicitly configure which repositories Travis CI has access to** within your [travis-ci.com](https://travis-ci.com) account. The configuration is done during the activation of Travis CI for your repositories. You can use either the 'All repositories' option or the 'Only select repositories' option during the activation process.
136-
136+
137137
When the Travis CI activation has completed, you will see the actual Travis CI GitHub Application installed in [Installed GitHub Apps](https://github.com/settings/installations) section.
138-
139-
Travis CI uses OAuth permissions in the following way:
138+
139+
Travis CI uses OAuth permissions in the following way:
140140
141141
1) Travis CI's system synchronizes certain metadata with GitHub. This metadata is required for proper service functioning. In particular, we sync users, orgs, memberships, repos, permissions and, (optionally) branches. This type of sync happens either once a day by schedule or per the user's request. You can find more information and source code [in this repository](https://github.com/travis-ci/travis-github-sync#syncs)
142142

0 commit comments

Comments
 (0)