Merge lp:~zyga/checkbox/touch-app into lp:checkbox

Proposed by Zygmunt Krynicki
Status: Merged
Approved by: Maciej Kisielewski
Approved revision: 3207
Merged at revision: 3207
Proposed branch: lp:~zyga/checkbox/touch-app
Merge into: lp:checkbox
Diff against target: 12 lines (+1/-1)
1 file modified
checkbox-touch/get-libs (+1/-1)
To merge this branch: bzr merge lp:~zyga/checkbox/touch-app
Reviewer Review Type Date Requested Status
Maciej Kisielewski Approve
Review via email: mp+231691@code.launchpad.net

Description of the change

3fd7e3d checkbox-touch: fix get-libs arch triplet

To post a comment you must log in.
Revision history for this message
Maciej Kisielewski (kissiel) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'checkbox-touch/get-libs'
--- checkbox-touch/get-libs 2014-08-20 20:33:50 +0000
+++ checkbox-touch/get-libs 2014-08-21 08:55:43 +0000
@@ -30,7 +30,7 @@
30from distutils.dir_util import copy_tree30from distutils.dir_util import copy_tree
3131
3232
33ARCH_LIST = ["i386-linux-gnu", "x86_64-linux-gnu", "armhf-linux-gnu"]33ARCH_LIST = ["i386-linux-gnu", "x86_64-linux-gnu", "arm-linux-gnueabihf"]
3434
35repo_1 = 'http://archive.ubuntu.com/ubuntu/pool/'35repo_1 = 'http://archive.ubuntu.com/ubuntu/pool/'
36repo_2 = 'http://ports.ubuntu.com/ubuntu-ports/pool/'36repo_2 = 'http://ports.ubuntu.com/ubuntu-ports/pool/'

Subscribers

People subscribed via source and target branches