Skip to content

Commit

Permalink
Update community reference from master to main 🪄
Browse files Browse the repository at this point in the history
This updates any reference to tektoncd/community master branch to main
as we are renaming branches.

Related to #681

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Feb 9, 2021
1 parent ced0da7 commit 0294f92
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 21 deletions.
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Thank you for your interest in contributing!
**All contributors must comply with
[the code of conduct](./code-of-conduct.md).**

* To become an [OWNER](OWNER), see the requirements at [tektoncd/community](https://github.com/tektoncd/community/blob/master/process.md#requirements)
* To become an [OWNER](OWNER), see the requirements at [tektoncd/community](https://github.com/tektoncd/community/blob/main/process.md#requirements)
* This repo holds configuration for infrastructure that is used by projects in
https://github.com/tektoncd.
* [The README](README.md) describes components of this infrastructure and how to interact
Expand All @@ -14,11 +14,11 @@ Thank you for your interest in contributing!
In [the community repo](https://github.com/tektoncd/community) you'll
find info on:

* [Contacting other contributors](https://github.com/tektoncd/community/blob/master/contact.md)
* [Development standards](https://github.com/tektoncd/community/blob/master/standards.md) around
[principles](https://github.com/tektoncd/community/blob/master/standards.md#principles),
[commit messages](https://github.com/tektoncd/community/blob/master/standards.md#commit-messages)
and [code](https://github.com/tektoncd/community/blob/master/standards.md#coding-standards)
* [Processes](https://github.com/tektoncd/community/blob/master/process.md) like
[reviews](https://github.com/tektoncd/community/blob/master/process.md#reviews)
and [becoming an OWNER](https://github.com/tektoncd/community/blob/master/process.md#owners)
* [Contacting other contributors](https://github.com/tektoncd/community/blob/main/contact.md)
* [Development standards](https://github.com/tektoncd/community/blob/main/standards.md) around
[principles](https://github.com/tektoncd/community/blob/main/standards.md#principles),
[commit messages](https://github.com/tektoncd/community/blob/main/standards.md#commit-messages)
and [code](https://github.com/tektoncd/community/blob/main/standards.md#coding-standards)
* [Processes](https://github.com/tektoncd/community/blob/main/process.md) like
[reviews](https://github.com/tektoncd/community/blob/main/process.md#reviews)
and [becoming an OWNER](https://github.com/tektoncd/community/blob/main/process.md#owners)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ More details on the infrastructure are available in the [documentation](docs/REA

## Support

If you need support, reach out [in the tektoncd slack](https://github.com/tektoncd/community/blob/master/contact.md#slack)
If you need support, reach out [in the tektoncd slack](https://github.com/tektoncd/community/blob/main/contact.md#slack)
via the `#plumbing` channel.

[Members of the Tekton governing board](https://github.com/tektoncd/community/blob/master/governance.md)
[have access to the underlying resources](https://github.com/tektoncd/community/blob/master/governance.md#permissions-and-access).
[Members of the Tekton governing board](https://github.com/tektoncd/community/blob/main/governance.md)
[have access to the underlying resources](https://github.com/tektoncd/community/blob/main/governance.md#permissions-and-access).
3 changes: 1 addition & 2 deletions adjustpermissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
a project in the web console.
This script will add the permissions allowed to folks on the governing board
(https://github.com/tektoncd/community/blob/master/governance.md#permissions-and-access)
(https://github.com/tektoncd/community/blob/main/governance.md#permissions-and-access)
to all GCP projects. It can also be used to remove permissions if needed.
This script requires the `gcloud` command line tool and the python
Expand Down Expand Up @@ -80,4 +80,3 @@ def parse_boskos_projects() -> List[str]:
gcloud_required()
boskos_projects = parse_boskos_projects()
update_all_projects([u.strip() for u in args.users.split(",")], list(KNOWN_PROJECTS) + boskos_projects, args.remove)

4 changes: 2 additions & 2 deletions catlin/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# :cat: Catlin :cat:
# :cat: Catlin :cat:

Catlin is a command-line tool that Lints Tekton Resources and Catalogs.

Expand All @@ -20,4 +20,4 @@ This command validates
catlin validate <path-to-resource-file>
```

[tep]:https://github.com/tektoncd/community/blob/master/teps/0003-tekton-catalog-organization.md
[tep]:https://github.com/tektoncd/community/blob/main/teps/0003-tekton-catalog-organization.md
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ static and the rest are dynamic (provisioned on demand).
- [*robocat*](robocat.md): This cluster is our test bed for continuous
deployment of services and resources. Everything that runs in this cluster is
deployed automatically, which means it must be possible at any time to delete
the cluster and recreate it from scratch.
the cluster and recreate it from scratch.

## GCP projects

Automation for the `tektoncd` org runs in a GKE cluster which
[members of the governing board](https://github.com/tektoncd/community/blob/master/governance.md#permissions-and-access)
[members of the governing board](https://github.com/tektoncd/community/blob/main/governance.md#permissions-and-access)
have access to.

There are several GCP projects used by Tekton:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- name: GIT_REPOSITORY
value: github.com/tektoncd/community
- name: GIT_REVISION
value: master
value: main
- name: TARGET_IMAGE
value: gcr.io/tekton-releases/dogfooding/teps:latest
- name: CONTEXT_PATH
Expand Down
2 changes: 1 addition & 1 deletion tekton/resources/org-permissions/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Peribolos

The peribolos configurations are automatically applied via a Github trigger on merges to master in
The peribolos configurations are automatically applied via a Github trigger on merges to main in
the community repo.

If something goes wrong and you must run the sync manually, use:
Expand Down
2 changes: 1 addition & 1 deletion tekton/resources/org-permissions/peribolos-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
params:
- name: gitrevision
description: The git revision
default: master
default: main
- name: gitrepositoryurl
description: The git repository url
resourcetemplates:
Expand Down

0 comments on commit 0294f92

Please sign in to comment.