Merge lp:~fboudra/linaro-license-protection/fast-models-tab into lp:~linaro-automation/linaro-license-protection/trunk

Proposed by Fathi Boudra
Status: Merged
Approved by: Stevan Radaković
Approved revision: 219
Merged at revision: 219
Proposed branch: lp:~fboudra/linaro-license-protection/fast-models-tab
Merge into: lp:~linaro-automation/linaro-license-protection/trunk
Diff against target: 35 lines (+6/-3)
1 file modified
settings.py (+6/-3)
To merge this branch: bzr merge lp:~fboudra/linaro-license-protection/fast-models-tab
Reviewer Review Type Date Requested Status
Stevan Radaković Approve
Review via email: mp+187695@code.launchpad.net

Description of the change

Add Fast Models tab and rename Firmware Update to Firmware

To post a comment you must log in.
Revision history for this message
Stevan Radaković (stevanr) wrote :

Looks good to me.
Approve +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'settings.py'
2--- settings.py 2013-09-17 14:43:13 +0000
3+++ settings.py 2013-09-26 09:17:28 +0000
4@@ -194,6 +194,7 @@
5 'INSTALL',
6 'HACKING',
7 'FIRMWARE',
8+ 'FASTMODELS',
9 'RTSM')
10
11 ANDROID_FILES = ('HOWTO_releasenotes.txt',
12@@ -205,18 +206,20 @@
13 FILES_MAP = {'HOWTO_releasenotes.txt': 'Release Notes',
14 'HOWTO_install.txt': 'Binary Image Installation',
15 'HOWTO_getsourceandbuild.txt': 'Building From Source',
16- 'HOWTO_flashfirmware.txt': 'Firmware Update',
17+ 'HOWTO_flashfirmware.txt': 'Firmware',
18 'HOWTO_rtsm.txt': 'RTSM',
19 'README': 'Release Notes',
20 'INSTALL': 'Binary Image Installation',
21 'HACKING': 'Building From Source',
22- 'FIRMWARE': 'Firmware Update',
23+ 'FIRMWARE': 'Firmware',
24+ 'FASTMODELS': 'Fast Models',
25 'RTSM': 'RTSM'}
26
27 TAB_PRIORITY = ['Release Notes',
28 'Binary Image Installation',
29 'Building From Source',
30- 'Firmware Update',
31+ 'Firmware',
32+ 'Fast Models',
33 'RTSM']
34
35 SUPPORTED_REMOTE_STATIC_FILES = {

Subscribers

People subscribed via source and target branches