Merge lp:~steve-mcintyre/linaro-chromiumos/remove_py_extension into lp:linaro-chromiumos

Proposed by Steve McIntyre
Status: Merged
Merged at revision: 16
Proposed branch: lp:~steve-mcintyre/linaro-chromiumos/remove_py_extension
Merge into: lp:linaro-chromiumos
Diff against target: 20 lines (+2/-2)
1 file modified
remote/setup_build (+2/-2)
To merge this branch: bzr merge lp:~steve-mcintyre/linaro-chromiumos/remove_py_extension
Reviewer Review Type Date Requested Status
Loïc Minier (community) Approve
Review via email: mp+54696@code.launchpad.net

Description of the change

Remove the last couple of .py extensions

To post a comment you must log in.
Revision history for this message
Loïc Minier (lool) wrote :

Ups, sorry for breaking the first part; thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'remote/setup_build'
2--- remote/setup_build 2011-03-23 17:17:05 +0000
3+++ remote/setup_build 2011-03-24 13:13:32 +0000
4@@ -21,14 +21,14 @@
5 #options['toolchain'] = 'default'
6 options['manifest'] = 'http://git.chromium.org/git/manifest'
7 options['nousepkg'] = False
8- options['build-script'] = 'run_build.py'
9+ options['build-script'] = 'run_build'
10 return options
11
12 def usage():
13 options = get_default_options()
14 print "%s\n" % sys.argv[0]
15 print "usage:\n"
16- print " setup_build.py [options] <command>\n"
17+ print " setup_build [options] <command>\n"
18 print " options include:\n"
19 print " --working-dir=<name>"
20 print " specify a base location for a working directory"

Subscribers

People subscribed via source and target branches