Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Comments

Update README cert generation instructions#1550

Merged
gdbelvin merged 2 commits intogoogle:masterfrom
gdbelvin:docs
May 27, 2020
Merged

Update README cert generation instructions#1550
gdbelvin merged 2 commits intogoogle:masterfrom
gdbelvin:docs

Conversation

@gdbelvin
Copy link
Contributor

@gdbelvin gdbelvin commented May 26, 2020

scripts/preare_server.sh was replaced with $(go env GOROOT)/src/crypto/tls/generate_cert.go in #1447

@gdbelvin gdbelvin requested a review from a team as a code owner May 26, 2020 14:15
@gdbelvin gdbelvin requested review from mhutchinson and removed request for a team May 26, 2020 14:15
@codecov
Copy link

codecov bot commented May 26, 2020

Codecov Report

Merging #1550 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1550      +/-   ##
==========================================
- Coverage   68.62%   68.59%   -0.03%     
==========================================
  Files          57       57              
  Lines        4159     4159              
==========================================
- Hits         2854     2853       -1     
  Misses        885      885              
- Partials      420      421       +1     
Impacted Files Coverage Δ
core/client/mutations.go 81.08% <0.00%> (-2.71%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d891e42...b26840e. Read the comment docs.

`scripts/preare_server` was replaced with  `$(go env
GOROOT)/src/crypto/tls/generate_cert.go` in google#1447
Comment on lines +181 to +183
pushd genfiles
go run "$(go env GOROOT)/src/crypto/tls/generate_cert.go" --host localhost,127.0.0.1,::
popd
Copy link
Contributor

@mhutchinson mhutchinson May 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pushd and popd are not standard bash commands. I think they are standard for zsh, but I'd prefer to stick to standard built-ins for this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would cd dir && cd - be preferable?

btw -- I think pushd is part of bash.
https://linux.die.net/man/1/pushd

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right. TIL.

@mhutchinson
Copy link
Contributor

LGTM.

@gdbelvin gdbelvin merged commit 8409fdc into google:master May 27, 2020
@gdbelvin gdbelvin deleted the docs branch May 27, 2020 16:07
gdbelvin added a commit to gdbelvin/keytransparency that referenced this pull request May 28, 2020
…pan_mut

* 'span_mut' of github.com:gdbelvin/keytransparency:
  Update README cert gen instructions (google#1550)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants