Merge branch 'master' into stevenGravy-oidc-debugoutput-patch-2

This commit is contained in:
Steven Martin 2020-04-07 14:13:49 -04:00 committed by GitHub
commit ac5d427b7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

16
.github/CODEOWNERS vendored
View file

@ -13,14 +13,14 @@
/docs/ @benarent @webvictim /docs/ @benarent @webvictim
# Backend Engineering. # Backend Engineering.
/e/ @klizhentas @russjones @fspmarshall @webvictim /e/ @klizhentas @russjones @fspmarshall @webvictim @awly
/fixtures/ @klizhentas @russjones @fspmarshall @webvictim /fixtures/ @klizhentas @russjones @fspmarshall @webvictim @awly
/integration/ @klizhentas @russjones @fspmarshall @webvictim /integration/ @klizhentas @russjones @fspmarshall @webvictim @awly
/lib/ @klizhentas @russjones @fspmarshall @webvictim /lib/ @klizhentas @russjones @fspmarshall @webvictim @awly
/modules/ @klizhentas @russjones @fspmarshall @webvictim /modules/ @klizhentas @russjones @fspmarshall @webvictim @awly
/tool/ @klizhentas @russjones @fspmarshall @webvictim /tool/ @klizhentas @russjones @fspmarshall @webvictim @awly
/vendor/ @klizhentas @russjones @fspmarshall @webvictim /vendor/ @klizhentas @russjones @fspmarshall @webvictim @awly
# Frontend Engineering. # Frontend Engineering.
/lib/web/ @alex-kovoy @russjones @fspmarshall @webvictim /lib/web/ @alex-kovoy @russjones @fspmarshall @webvictim @awly
/web/ @alex-kovoy /web/ @alex-kovoy

View file

@ -55,7 +55,7 @@ $ which teleport
**Tarball** **Tarball**
```bash ```bash
$ curl https://get.gravitational.com/teleport-v{{ teleport.version }}linux-amd64-bin.tar.gz.sha256 $ curl https://get.gravitational.com/teleport-v{{ teleport.version }}-linux-amd64-bin.tar.gz.sha256
# <checksum> <filename> # <checksum> <filename>
$ curl -O https://get.gravitational.com/teleport-v{{ teleport.version }}-linux-amd64-bin.tar.gz $ curl -O https://get.gravitational.com/teleport-v{{ teleport.version }}-linux-amd64-bin.tar.gz
$ shasum -a 256 teleport-v{{ teleport.version }}-linux-amd64-bin.tar.gz $ shasum -a 256 teleport-v{{ teleport.version }}-linux-amd64-bin.tar.gz
@ -166,4 +166,4 @@ $ sudo chown $USER /var/lib/teleport
If the build succeeds, the binaries `teleport, tsh`, and `tctl` are now in the If the build succeeds, the binaries `teleport, tsh`, and `tctl` are now in the
directory `$GOPATH/src/github.com/gravitational/teleport/build` directory `$GOPATH/src/github.com/gravitational/teleport/build`
<!--Notes on what to do if the build does not succeed, troubleshooting--> <!--Notes on what to do if the build does not succeed, troubleshooting-->