Merge lp:~brian.curtin/ubuntuone-windows-installer/include-installer into lp:ubuntuone-windows-installer

Proposed by Brian Curtin
Status: Merged
Approved by: Brian Curtin
Approved revision: 157
Merged at revision: 157
Proposed branch: lp:~brian.curtin/ubuntuone-windows-installer/include-installer
Merge into: lp:ubuntuone-windows-installer
Diff against target: 26 lines (+9/-0)
1 file modified
scripts/setup.py (+9/-0)
To merge this branch: bzr merge lp:~brian.curtin/ubuntuone-windows-installer/include-installer
Reviewer Review Type Date Requested Status
Mike McCracken (community) Approve
dobey (community) Approve
Review via email: mp+145035@code.launchpad.net

Commit message

- Add ubuntuone-updater to setup.py so it gets built and included in installers. (lp:1105472)

Description of the change

Include the ubuntuone-updater script in setup.py so it gets py2exe'd and included in installers.

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve
Revision history for this message
Mike McCracken (mikemc) :
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-11-02 13:48:22 +0000
3+++ scripts/setup.py 2013-01-25 22:00:34 +0000
4@@ -205,6 +205,11 @@
5 "ubuntuone-control-panel", "bin",
6 "ubuntuone-control-panel-qt"),
7 os.path.join("bin", "ubuntuone-control-panel-qt"))
8+ shutil.copyfile(os.path.join("sources",
9+ "ubuntuone-control-panel", "bin",
10+ "ubuntuone-updater"),
11+ os.path.join("bin", "ubuntuone-updater"))
12+
13
14 # Remove "installed" copy
15 try:
16@@ -321,6 +326,10 @@
17 'icon_resources': [(0, 'ubuntuone.ico')]
18 },
19 {
20+ 'script': 'bin/ubuntuone-updater',
21+ 'icon_resources': [(0, 'ubuntuone.ico')]
22+ },
23+ {
24 'script': 'bin/ubuntuone-control-panel-qt',
25 'icon_resources': [(0, 'ubuntuone.ico')]
26 },

Subscribers

People subscribed via source and target branches