Skip to content

Commit

Permalink
Misc fixes to tool and @dazuma review
Browse files Browse the repository at this point in the history
Just minor typos that @dazmua found in cloudevents#737 that I missed.
See if sleeping help the curl in the tool.

Signed-off-by: Doug Davis <[email protected]>
  • Loading branch information
Doug Davis committed Dec 5, 2020
1 parent 63c6a0a commit 223f996
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions community/SDK-GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ projects. The purpose of these requirements are to demonstrate the person's
expertise and regular commitment to the project - not simply to achieve a
certain level of activity.

Each sdk project may define in their `CONTRIBUTING.md` file stricter
Each sdk project may define in its `CONTRIBUTING.md` file stricter
requirements, in order to meet the community demands, e.g. _we require that
the contributor submitted at least 20 PRs_.

Expand Down Expand Up @@ -80,7 +80,7 @@ discussions". However, if the SDK is stable and does not need to be update then
it might be determined that it current state is acceptable.

To prevent the project from becoming _not actively maintained_, the community
may takes the following actions:
may take the following actions:

- Temporary security patches delivered by an _sdk maintainer_ not part of
`sdk-x-maintainers` group
Expand Down Expand Up @@ -109,7 +109,7 @@ enhancements.
### Handover to a new maintainer/group of maintainers

If a project is not meeting the criteria 1, 2, 4, 5, 6, 7, the community may
decides to handover the project to a new maintainer/group of maintainers. The
decide to hand over the project to a new maintainer/group of maintainers. The
community can perform the handover to a new maintainer if all the following
conditions are met:

Expand Down Expand Up @@ -141,7 +141,7 @@ The voting criteria are:
### Archive a project

If a project is not following the criteria 1, 2, 4, 5, 6, 7, the community may
decides to archive the project. Prior to archiving, the community should first
decide to archive the project. Prior to archiving, the community should first
consider performing a search for a new maintainer to
[handover the project](#handover-to-a-new-maintainergroup-of-maintainers).

Expand Down
1 change: 1 addition & 0 deletions tools/verify-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ for file in ${mdFiles}; do
if curl -f -s -k --connect-timeout 10 ${ref} > /dev/null 2>&1 ; then
break
fi
sleep 3
let try=try+1
if [ ${try} -eq ${maxRetries} ]; then
extra=""
Expand Down

0 comments on commit 223f996

Please sign in to comment.