At some point the sys.platform == "linux2" check may no longer work on linux 3
Bug #803062 reported by
Eric Casteleijn
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu One Client |
Fix Released
|
Medium
|
Eric Casteleijn | ||
Ubuntu One Control Panel |
Fix Released
|
Medium
|
Eric Casteleijn | ||
desktopcouch |
Fix Released
|
Medium
|
Eric Casteleijn |
Bug Description
On Oneiric and later, which is linux 3, the sys.platform == "linux2" check may cease to work. We need to change all occurrences of this to sys.platform.
Related branches
lp://staging/~thisfred/ubuntuone-client/fix-linux-detection
- Natalia Bidart (community): Approve
-
Diff: 121 lines (+17/-17)7 files modifiedtests/platform/__init__.py (+10/-10)
tests/platform/linux/eventlog/test_zg_listener.py (+1/-1)
tests/platform/linux/test_dbus.py (+1/-1)
tests/platform/linux/test_filesystem_notifications.py (+1/-1)
tests/platform/test_platform.py (+2/-2)
ubuntuone/platform/linux/__init__.py (+1/-1)
ubuntuone/platform/linux/vm_helper.py (+1/-1)
lp://staging/~thisfred/ubuntuone-control-panel/fix-linux-detection
- dobey (community): Approve
-
Diff: 10 lines (+1/-1)1 file modifiedubuntuone/controlpanel/sd_client/__init__.py (+1/-1)
lp://staging/~thisfred/desktopcouch/fix-linux-detection
- dobey (community): Approve
-
Diff: 12 lines (+1/-1)1 file modifieddesktopcouch/application/platform/linux/tests/test_keyring.py (+1/-1)
lp://staging/~cmiller/ubuntu/oneiric/desktopcouch/1.0.8-0u1
- Ubuntu branches: Pending requested
-
Diff: 1660 lines (+521/-554)29 files modifiedMANIFEST (+126/-0)
PKG-INFO (+21/-2)
config/desktop-couch/default.ini (+3/-0)
data/epydoc.conf (+25/-0)
debian/changelog (+21/-0)
debian/control (+2/-2)
debian/patches/5-defer-dbus-service-for-plugins.patch (+0/-249)
debian/python-desktopcouch-application.install (+6/-2)
debian/python-desktopcouch-recordtypes.install (+4/-1)
debian/rules (+0/-1)
desktopcouch.egg-info/PKG-INFO (+0/-10)
desktopcouch.egg-info/SOURCES.txt (+0/-126)
desktopcouch.egg-info/dependency_links.txt (+0/-1)
desktopcouch.egg-info/top_level.txt (+0/-1)
desktopcouch/application/local_files.py (+5/-2)
desktopcouch/application/platform/linux/tests/test_keyring.py (+1/-1)
desktopcouch/application/platform/windows/tests/test_base_dirs.py (+2/-2)
desktopcouch/application/plugins/__init__.py (+13/-3)
desktopcouch/application/plugins/tests/test_plugins.py (+3/-1)
desktopcouch/application/plugins/tests/test_ubuntuone_pairing.py (+36/-8)
desktopcouch/application/plugins/ubuntuone_pairing.py (+75/-44)
desktopcouch/application/replication.py (+1/-1)
desktopcouch/application/service.py (+51/-11)
desktopcouch/application/start_local_couchdb.py (+1/-1)
desktopcouch/application/tests/test_service.py (+96/-62)
desktopcouch/records/tests/test_mocked_server.py (+4/-3)
desktopcouch/recordtypes/contacts/tests/test_view.py (+8/-8)
setup.cfg (+4/-4)
setup.py (+13/-8)
Changed in ubuntuone-control-panel: | |
importance: | Undecided → High |
status: | New → Triaged |
assignee: | nobody → Eric Casteleijn (thisfred) |
Changed in ubuntuone-client: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Eric Casteleijn (thisfred) |
importance: | High → Medium |
Changed in ubuntuone-control-panel: | |
importance: | High → Medium |
Changed in desktopcouch: | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Eric Casteleijn (thisfred) |
Changed in ubuntuone-control-panel: | |
status: | Triaged → Fix Committed |
Changed in desktopcouch: | |
status: | Triaged → Fix Committed |
tags: | added: funniest-bug-titles |
summary: |
- Unsurprisingly, sys.platform == "linux2" check no longer works on linux - 3 + At some point the sys.platform == "linux2" check may no longer work on + linux 3 |
description: | updated |
Changed in ubuntuone-client: | |
status: | Triaged → In Progress |
Changed in ubuntuone-client: | |
status: | In Progress → Fix Committed |
Changed in ubuntuone-control-panel: | |
milestone: | none → 1.1.1 |
status: | Fix Committed → Fix Released |
Changed in ubuntuone-client: | |
milestone: | none → 1.7.1 |
Changed in ubuntuone-client: | |
status: | Fix Committed → Fix Released |
Changed in desktopcouch: | |
milestone: | none → 1.0.8 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.