Merge lp:~mikemc/ubuntuone-windows-installer/release-4-0-with-updater-for-real into lp:ubuntuone-windows-installer

Proposed by Mike McCracken
Status: Merged
Approved by: Mike McCracken
Approved revision: 155
Merged at revision: 153
Proposed branch: lp:~mikemc/ubuntuone-windows-installer/release-4-0-with-updater-for-real
Merge into: lp:ubuntuone-windows-installer
Diff against target: 35 lines (+6/-1)
2 files modified
scripts/data/macapp_template.plist (+1/-1)
scripts/setup-mac.py (+5/-0)
To merge this branch: bzr merge lp:~mikemc/ubuntuone-windows-installer/release-4-0-with-updater-for-real
Reviewer Review Type Date Requested Status
dobey (community) Approve
Brian Curtin (community) Approve
Review via email: mp+139062@code.launchpad.net

Commit message

- Darwin: Bump version to 4.0 and add updater as sub-app.

Description of the change

- Darwin: Bump version to 4.0 and add updater as sub-app.

To post a comment you must log in.
Revision history for this message
Brian Curtin (brian.curtin) wrote :

Looks ok to me.

review: Approve
155. By Mike McCracken

No changes. commit is to poke launchpad.

Revision history for this message
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/data/macapp_template.plist'
2--- scripts/data/macapp_template.plist 2012-11-20 22:37:34 +0000
3+++ scripts/data/macapp_template.plist 2012-12-10 18:49:20 +0000
4@@ -9,7 +9,7 @@
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleShortVersionString</key>
8- <string>4.0 beta 2</string>
9+ <string>4.0</string>
10 <key>CFBundleVersion</key>
11 <string>4.0</string>
12 </dict>
13
14=== modified file 'scripts/setup-mac.py'
15--- scripts/setup-mac.py 2012-11-21 00:10:36 +0000
16+++ scripts/setup-mac.py 2012-12-10 18:49:20 +0000
17@@ -68,6 +68,7 @@
18 'ubuntuone-syncdaemon': 'UbuntuOne Syncdaemon',
19 'ubuntuone-control-panel-qt': 'Ubuntu One',
20 'ubuntuone-proxy-tunnel': 'UbuntuOne Proxy Tunnel',
21+ 'ubuntuone-updater': 'UbuntuOne Updater',
22 'u1sdtool': 'U1SDTool'
23 }
24
25@@ -658,6 +659,10 @@
26 "com.ubuntu.one.u1sdtool",
27 "u1sdtool")
28
29+ updater_app_path = do_setup(True,
30+ "com.ubuntu.one.updater",
31+ "ubuntuone-updater")
32+
33 control_panel_app_path = do_setup(False,
34 "com.ubuntu.one.controlpanel",
35 "ubuntuone-control-panel-qt",

Subscribers

People subscribed via source and target branches