Merge lp:~ahayzen/ubuntu-calculator-app/autopilot-move-py3 into lp:~ubuntu-calculator-dev/ubuntu-calculator-app/old_trunk

Proposed by Andrew Hayzen
Status: Merged
Approved by: Nicholas Skaggs
Approved revision: 326
Merged at revision: 328
Proposed branch: lp:~ahayzen/ubuntu-calculator-app/autopilot-move-py3
Merge into: lp:~ubuntu-calculator-dev/ubuntu-calculator-app/old_trunk
Diff against target: 46 lines (+4/-4)
4 files modified
debian/control (+1/-1)
debian/rules (+1/-1)
images/generate.py (+1/-1)
tests/autopilot/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~ahayzen/ubuntu-calculator-app/autopilot-move-py3
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Nicholas Skaggs (community) Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Needs Fixing
Review via email: mp+233799@code.launchpad.net

Commit message

* Use python3 for autopilot in all cases

Description of the change

* Use python3 for autopilot in all cases

This allows jenkins to use python 3 as well as devices.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
324. By Andrew Hayzen

* Fix for missing py3 conversions

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
325. By Andrew Hayzen

* Fix for tabbing issue

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Nicholas Skaggs (nskaggs) wrote :
326. By Andrew Hayzen

* Merge of trunk

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Nicholas Skaggs (nskaggs) wrote :
Revision history for this message
Nicholas Skaggs (nskaggs) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2014-05-16 20:21:54 +0000
+++ debian/control 2014-09-09 13:34:01 +0000
@@ -5,7 +5,7 @@
5 cmake,5 cmake,
6 gettext,6 gettext,
7 intltool,7 intltool,
8 python:any (>= 2.7),8 python3:any,
9Standards-Version: 3.9.59Standards-Version: 3.9.5
10Section: misc10Section: misc
11Homepage: https://launchpad.net/ubuntu-calculator-app11Homepage: https://launchpad.net/ubuntu-calculator-app
1212
=== modified file 'debian/rules'
--- debian/rules 2014-09-08 10:12:57 +0000
+++ debian/rules 2014-09-09 13:34:01 +0000
@@ -7,7 +7,7 @@
7export DPKG_GENSYMBOLS_CHECK_LEVEL=47export DPKG_GENSYMBOLS_CHECK_LEVEL=4
88
9%:9%:
10 dh $@ --parallel --fail-missing --with python210 dh $@ --parallel --fail-missing --with python3
1111
12override_dh_auto_configure:12override_dh_auto_configure:
13 dh_auto_configure -- -DCLICK_MODE=OFF13 dh_auto_configure -- -DCLICK_MODE=OFF
1414
=== modified file 'images/generate.py'
--- images/generate.py 2013-08-09 18:37:04 +0000
+++ images/generate.py 2014-09-09 13:34:01 +0000
@@ -1,4 +1,4 @@
1#!/usr/bin/env python1#!/usr/bin/env python3
22
3import subprocess3import subprocess
4import os4import os
55
=== modified file 'tests/autopilot/CMakeLists.txt'
--- tests/autopilot/CMakeLists.txt 2014-01-17 20:50:29 +0000
+++ tests/autopilot/CMakeLists.txt 2014-09-09 13:34:01 +0000
@@ -1,5 +1,5 @@
1if(INSTALL_TESTS)1if(INSTALL_TESTS)
2execute_process(COMMAND python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"2execute_process(COMMAND python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
3 OUTPUT_VARIABLE PYTHON_PACKAGE_DIR OUTPUT_STRIP_TRAILING_WHITESPACE)3 OUTPUT_VARIABLE PYTHON_PACKAGE_DIR OUTPUT_STRIP_TRAILING_WHITESPACE)
44
5install(DIRECTORY ${AUTOPILOT_DIR}5install(DIRECTORY ${AUTOPILOT_DIR}

Subscribers

People subscribed via source and target branches