Merge lp:~alecu/ubuntuone-windows-installer/include-valicert into lp:ubuntuone-windows-installer

Proposed by Alejandro J. Cura on 2012-06-12
Status: Merged
Approved by: dobey on 2012-06-12
Approved revision: 120
Merged at revision: 120
Proposed branch: lp:~alecu/ubuntuone-windows-installer/include-valicert
Merge into: lp:ubuntuone-windows-installer
Diff against target: 29 lines (+8/-0)
2 files modified
scripts/setup.py (+4/-0)
scripts/ubuntuone.xml (+4/-0)
To merge this branch: bzr merge lp:~alecu/ubuntuone-windows-installer/include-valicert
Reviewer Review Type Date Requested Status
dobey (community) Approve on 2012-06-12
Roberto Alsina (community) 2012-06-12 Approve on 2012-06-12
Review via email: mp+109889@code.launchpad.net

Commit Message

- Include the ValiCert certificate in the packaging (LP: #882062).

Description of the Change

To post a comment you must log in.
Roberto Alsina (ralsina) :
review: Approve
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/setup.py'
2--- scripts/setup.py 2012-06-01 04:08:03 +0000
3+++ scripts/setup.py 2012-06-12 17:12:21 +0000
4@@ -267,6 +267,10 @@
5 "ubuntuone-storage-protocol", "data",
6 "UbuntuOne-Go_Daddy_Class_2_CA.pem"),
7 os.path.join("data", "UbuntuOne-Go_Daddy_Class_2_CA.pem"))
8+ shutil.copyfile(os.path.join("sources",
9+ "ubuntuone-storage-protocol", "data",
10+ "ValiCert_Class_2_VA.pem"),
11+ os.path.join("data", "ValiCert_Class_2_VA.pem"))
12
13 # Copy syncdaemon config data
14 shutil.copyfile(os.path.join("sources",
15
16=== modified file 'scripts/ubuntuone.xml'
17--- scripts/ubuntuone.xml 2012-05-10 17:47:47 +0000
18+++ scripts/ubuntuone.xml 2012-06-12 17:12:21 +0000
19@@ -296,6 +296,10 @@
20 <destination>${windows_folder_common_appdata}\ubuntuone-storageprotocol</destination>
21 <origin>${installdir}\data\UbuntuOne-Go_Daddy_Class_2_CA.pem</origin>
22 </copyFile>
23+ <copyFile>
24+ <destination>${windows_folder_common_appdata}\ubuntuone-storageprotocol</destination>
25+ <origin>${installdir}\data\ValiCert_Class_2_VA.pem</origin>
26+ </copyFile>
27 <deleteFile>
28 <path>c:\install.exe</path>
29 </deleteFile>

Subscribers

People subscribed via source and target branches