Skip to content

Commit 5099e3c

Browse files
committed
Makefile: run make_ssl_certs.py at build time
This allows: - removing generated certificates from git - easier reviews of changes to their generation (previously maintainers had to go and check that generated data matches what is in the pull request) Signed-off-by: Alexander Kanavin <[email protected]>
1 parent c5f547c commit 5099e3c

37 files changed

+32
-1428
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Doc/.env/
6464
Include/pydtrace_probes.h
6565
Lib/site-packages/*
6666
!Lib/site-packages/README.txt
67+
Lib/test/certdata/
6768
Lib/test/data/*
6869
!Lib/test/data/README
6970
/_bootstrap_python
File renamed without changes.
File renamed without changes.
File renamed without changes.

Lib/test/certdata/allsans.pem

Lines changed: 0 additions & 167 deletions
This file was deleted.

Lib/test/certdata/capath/b1930218.0

Lines changed: 0 additions & 27 deletions
This file was deleted.

Lib/test/certdata/capath/ceff1710.0

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)