Skip to content

Commit

Permalink
Fix broken OWNER links in sig-etcd README
Browse files Browse the repository at this point in the history
Fixed active projects' OWNER link only, mainly by changing file name 
from MAINTAINERS to OWNERS and updating branch name from master to main.

Notice that for a repo that doesn't have a MAINTAINER or OWNER file, 
the link is left as-is, the `dbtester` repo.

References:
- etcd-io/bbolt#578
  • Loading branch information
henrybear327 committed Mar 25, 2024
1 parent 2d7a5b0 commit 5edd163
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions sig-etcd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Directly access data objects stored in etcd by kubernetes.
### bbolt
An embedded key/value database for Go.
- **Owners:**
- [etcd-io/bbolt/MAINTAINERS](https://github.com/etcd-io/bbolt/blob/master/MAINTAINERS)
- [etcd-io/bbolt](https://github.com/etcd-io/bbolt/blob/main/OWNERS)
### cetcd
Serve Consul with etcd
- **Owners:**
Expand All @@ -65,15 +65,15 @@ Distributed database benchmark tester
### discovery.etcd.io
Kubernetes manifests powering discovery.etcd.io
- **Owners:**
- [etcd-io/discovery.etcd.io/MAINTAINERS](https://github.com/etcd-io/discovery.etcd.io/blob/master/MAINTAINERS)
- [etcd-io/discovery.etcd.io](https://github.com/etcd-io/discovery.etcd.io/blob/master/OWNERS)
### discoveryserver
Public etcd Discovery Service
- **Owners:**
- [etcd-io/discoveryserver/MAINTAINERS](https://github.com/etcd-io/discoveryserver/blob/master/MAINTAINERS)
- [etcd-io/discoveryserver](https://github.com/etcd-io/discoveryserver/blob/master/OWNERS)
### etcd
Distributed reliable key-value store for the most critical data of a distributed system
- **Owners:**
- [etcd-io/etcd/MAINTAINERS](https://github.com/etcd-io/etcd/blob/master/MAINTAINERS)
- [etcd-io/etcd](https://github.com/etcd-io/etcd/blob/main/OWNERS)
### etcd-play
etcd playground
- **Owners:**
Expand All @@ -85,31 +85,31 @@ etcd playground
### gofail
failpoints for go
- **Owners:**
- [etcd-io/gofail/MAINTAINERS](https://github.com/etcd-io/gofail/blob/master/MAINTAINERS)
- [etcd-io/gofail](https://github.com/etcd-io/gofail/blob/master/OWNERS)
### govanityurls
Use a custom domain in your Go import path
- **Owners:**
- [etcd-io/govanityurls/MAINTAINERS](https://github.com/etcd-io/govanityurls/blob/master/MAINTAINERS)
- [etcd-io/govanityurls](https://github.com/etcd-io/govanityurls/blob/master/OWNERS)
### jetcd
etcd java client
- **Owners:**
- [etcd-io/jetcd/MAINTAINERS](https://github.com/etcd-io/jetcd/blob/master/MAINTAINERS)
- [etcd-io/jetcd](https://github.com/etcd-io/jetcd/blob/main/OWNERS)
### maintainers
issue tracking for project wide non-code concerns
- **Owners:**
- [etcd-io/maintainers/MAINTAINERS](https://github.com/etcd-io/maintainers/blob/master/MAINTAINERS)
### protodoc
protodoc generates Protocol Buffer documentation.
- **Owners:**
- [etcd-io/protodoc/MAINTAINERS](https://github.com/etcd-io/protodoc/blob/master/MAINTAINERS)
- [etcd-io/protodoc](https://github.com/etcd-io/protodoc/blob/master/OWNERS)
### raft
Raft library for maintaining a replicated state machine
- **Owners:**
- [etcd-io/raft/MAINTAINERS](https://github.com/etcd-io/raft/blob/master/MAINTAINERS)
- [etcd-io/raft](https://github.com/etcd-io/raft/blob/main/OWNERS)
### website
etcd-io
- **Owners:**
- [etcd-io/website/MAINTAINERS](https://github.com/etcd-io/website/blob/master/MAINTAINERS)
- [etcd-io/website](https://github.com/etcd-io/website/blob/main/OWNERS)
### zetcd
Serve the Apache Zookeeper API but back it with an etcd cluster
- **Owners:**
Expand Down
20 changes: 10 additions & 10 deletions sigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ sigs:
- name: bbolt
description: An embedded key/value database for Go.
owners:
- https://raw.githubusercontent.com/etcd-io/bbolt/master/MAINTAINERS
- https://raw.githubusercontent.com/etcd-io/bbolt/main/OWNERS
- name: cetcd
description: Serve Consul with etcd
owners:
Expand All @@ -1741,16 +1741,16 @@ sigs:
- name: discovery.etcd.io
description: Kubernetes manifests powering discovery.etcd.io
owners:
- https://raw.githubusercontent.com/etcd-io/discovery.etcd.io/master/MAINTAINERS
- https://raw.githubusercontent.com/etcd-io/discovery.etcd.io/master/OWNERS
- name: discoveryserver
description: Public etcd Discovery Service
owners:
- https://raw.githubusercontent.com/etcd-io/discoveryserver/master/MAINTAINERS
- https://raw.githubusercontent.com/etcd-io/discoveryserver/master/OWNERS
- name: etcd
description: Distributed reliable key-value store for the most critical data of
a distributed system
owners:
- https://raw.githubusercontent.com/etcd-io/etcd/master/MAINTAINERS
- https://raw.githubusercontent.com/etcd-io/etcd/main/OWNERS
- name: etcd-play
description: etcd playground
owners:
Expand All @@ -1762,31 +1762,31 @@ sigs:
- name: gofail
description: failpoints for go
owners:
- https://raw.githubusercontent.com/etcd-io/gofail/master/MAINTAINERS
- https://raw.githubusercontent.com/etcd-io/gofail/master/OWNERS
- name: govanityurls
description: Use a custom domain in your Go import path
owners:
- https://raw.githubusercontent.com/etcd-io/govanityurls/master/MAINTAINERS
- https://raw.githubusercontent.com/etcd-io/govanityurls/master/OWNERS
- name: jetcd
description: etcd java client
owners:
- https://raw.githubusercontent.com/etcd-io/jetcd/master/MAINTAINERS
- https://raw.githubusercontent.com/etcd-io/jetcd/main/OWNERS
- name: maintainers
description: issue tracking for project wide non-code concerns
owners:
- https://raw.githubusercontent.com/etcd-io/maintainers/master/MAINTAINERS
- name: protodoc
description: protodoc generates Protocol Buffer documentation.
owners:
- https://raw.githubusercontent.com/etcd-io/protodoc/master/MAINTAINERS
- https://raw.githubusercontent.com/etcd-io/protodoc/master/OWNERS
- name: raft
description: Raft library for maintaining a replicated state machine
owners:
- https://raw.githubusercontent.com/etcd-io/raft/master/MAINTAINERS
- https://raw.githubusercontent.com/etcd-io/raft/main/OWNERS
- name: website
description: etcd-io
owners:
- https://raw.githubusercontent.com/etcd-io/website/master/MAINTAINERS
- https://raw.githubusercontent.com/etcd-io/website/main/OWNERS
- name: zetcd
description: Serve the Apache Zookeeper API but back it with an etcd cluster
owners:
Expand Down

0 comments on commit 5edd163

Please sign in to comment.