Rev 4611: Install ssl test certificate and key in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
v.ladeuil+lp at free.fr
Fri Aug 14 15:53:07 BST 2009
At http://bazaar.launchpad.net/~vila/bzr/integration
------------------------------------------------------------
revno: 4611 [merge]
revision-id: v.ladeuil+lp at free.fr-20090814145253-0e9mp3srnqcje6p2
parent: pqm at pqm.ubuntu.com-20090814121451-n3h9cp3c26mmpe9m
parent: denys.duchier at univ-orleans.fr-20090814143435-px9s14ime04g4u9l
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: integration
timestamp: Fri 2009-08-14 16:52:53 +0200
message:
Install ssl test certificate and key
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
setup.py setup.py-20050314065409-02f8a0a6e3f9bc70
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS 2009-08-14 02:19:38 +0000
+++ b/NEWS 2009-08-14 14:52:53 +0000
@@ -77,6 +77,9 @@
Testing
*******
+* Install the test ssl certificate and key so that installed bzr
+ can run the https tests. (Denys Duchier, #392401)
+
bzr 1.18
########
=== modified file 'setup.py'
--- a/setup.py 2009-08-04 15:21:43 +0000
+++ b/setup.py 2009-08-14 14:34:35 +0000
@@ -65,6 +65,9 @@
'package_data': {'bzrlib': ['doc/api/*.txt',
'tests/test_patches_data/*',
'help_topics/en/*.txt',
+ 'tests/ssl_certs/server_without_pass.key',
+ 'tests/ssl_certs/server_with_pass.key',
+ 'tests/ssl_certs/server.crt'
]},
}
More information about the bazaar-commits
mailing list