Issue 1468: MSI installer does not include SSL test .pem files (original ) (raw ) This issue has been migrated to GitHub: https://github.com/python/cpython/issues/45809
classification
process
Created on 2007-11-19 21:15 by paul.moore , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Files
File name
Uploaded
Description
Edit
msi.patch
paul.moore,2007-11-19 21:54
Messages (6)
msg57666 - (view)
Author: Paul Moore (paul.moore) *
Date: 2007-11-19 21:15
The latest MSI daily snapshot installer for Python 2.6 (19 Nov) does not include the .pem files for the SSL tests from the Lib\test directory.
msg57668 - (view)
Author: Martin v. Löwis (loewis) *
Date: 2007-11-19 21:35
Thanks for pointing that out. The MSI build needs to be taught to pick them up. If I seemingly don't find the time, feel free to contribute a patch.
msg57669 - (view)
Author: Paul Moore (paul.moore) *
Date: 2007-11-19 21:54
The following looks like it may be OK. I have no way of testing it, unfortunately, as I don't currently have a working build environment, and I've no idea how to build the MSI even if I did...
msg57685 - (view)
Author: Martin v. Löwis (loewis) *
Date: 2007-11-20 02:47
Thanks for the patch. It looked good, so I committed it as r59066 . Let's see whether the buildbot picks it up correctly.
msg57711 - (view)
Author: Bill Janssen (janssen) *
Date: 2007-11-20 21:40
Looks good to me, too.
msg57826 - (view)
Author: Martin v. Löwis (loewis) *
Date: 2007-11-25 10:32
I verified the installer; this problem is now fixed.
History
Date
User
Action
Args
2022-04-11 14:56:28
admin
set
github: 45809
2007-11-25 10:32:38
loewis
set
status: open -> closedresolution: fixedmessages: +
2007-11-20 21:40:05
janssen
set
nosy: + janssen messages: +
2007-11-20 02:47:42
loewis
set
messages: +
2007-11-19 21:54:43
paul.moore
set
files: + msi.patch messages: +
2007-11-19 21:35:13
loewis
set
assignee: loewis messages: + nosy: + loewis
2007-11-19 21:15:46
paul.moore
create