lp:~mandel/ubuntuone-dev-tools/allow_txnamedpipes_reactor
Created by Manuel de la Peña and last modified
- Get this branch:
- bzr branch lp:~mandel/ubuntuone-dev-tools/allow_txnamedpipes_reactor
Only Manuel de la Peña can upload to this branch. If you are Manuel de la Peña please log in for upload directions.
Branch merges
Propose for merging
No branches dependent on this one.
- dobey (community): Disapprove
- Roberto Alsina (community): Approve
- Diff: 516 lines (+368/-49)9 files modifiedbin/u1trial (+12/-46)
man/u1trial.1 (+3/-2)
setup.py (+3/-1)
ubuntuone/devtools/plugins/__init__.py (+72/-0)
ubuntuone/devtools/plugins/reactors/__init__.py (+95/-0)
ubuntuone/devtools/plugins/reactors/glib.py (+32/-0)
ubuntuone/devtools/plugins/reactors/qtreactor.py (+58/-0)
ubuntuone/devtools/plugins/reactors/txnamedpipes.py (+42/-0)
ubuntuone/devtools/tests/test_plugins.py (+51/-0)
Branch information
Recent revisions
- 29. By dobey
-
Disable lint error in u1lint
Disable W0404 lint warnings, as they seem to be erroneous
Set the HOME and more XDG env vars, for cron, and to avoid user's $HOME - 28. By Manuel de la Peña
-
Added an extra option that allows to install the qtreactor (no matter which platform since it can be installed in all of them). This allows to run the test in two different modes:
* ui: Allows to instantiate widgets in the tests.
* no-ui: runs a non GUI Qt application.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntuone-dev-tools