Rev 4612: (vila) Install ssl test certificate and key in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Fri Aug 14 17:46:02 BST 2009


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 4612 [merge]
revision-id: pqm at pqm.ubuntu.com-20090814164557-05bpjwxjr318ptaf
parent: pqm at pqm.ubuntu.com-20090814152239-m0ybwy7vfs32exeh
parent: v.ladeuil+lp at free.fr-20090814145253-0e9mp3srnqcje6p2
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2009-08-14 17:45:57 +0100
message:
  (vila) Install ssl test certificate and key
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  setup.py                       setup.py-20050314065409-02f8a0a6e3f9bc70
=== modified file 'NEWS'
--- a/NEWS	2009-08-14 13:56:24 +0000
+++ b/NEWS	2009-08-14 16:45:57 +0000
@@ -84,6 +84,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