Merge lp:~gesha/linaro-license-protection/configs-remove-fallback into lp:linaro-license-protection/configs

Proposed by Georgy Redkozubov
Status: Merged
Merged at revision: 27
Proposed branch: lp:~gesha/linaro-license-protection/configs-remove-fallback
Merge into: lp:linaro-license-protection/configs
Diff against target: 41 lines (+2/-6)
2 files modified
django/settings_releases.py (+1/-3)
django/settings_snapshots.py (+1/-3)
To merge this branch: bzr merge lp:~gesha/linaro-license-protection/configs-remove-fallback
Reviewer Review Type Date Requested Status
Данило Шеган (community) Approve
Review via email: mp+131154@code.launchpad.net

Description of the change

This branch removes fallback support for HOWTOs.

To post a comment you must log in.
Revision history for this message
Данило Шеган (danilo) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'django/settings_releases.py'
2--- django/settings_releases.py 2012-10-23 16:16:08 +0000
3+++ django/settings_releases.py 2012-10-24 10:02:22 +0000
4@@ -29,15 +29,13 @@
5 'HACKING.textile',
6 'FIRMWARE.textile',
7 'RTSM.textile')
8+
9 ANDROID_FILES = ('HOWTO_releasenotes.txt',
10 'HOWTO_install.txt',
11 'HOWTO_getsourceandbuild.txt',
12 'HOWTO_flashfirmware.txt',
13 'HOWTO_rtsm.txt')
14
15-MANDATORY_ANDROID_FILES = ('HOWTO_install.txt',
16- 'HOWTO_getsourceandbuild.txt')
17-
18 FILES_MAP = {'HOWTO_releasenotes.txt': 'Release Notes',
19 'HOWTO_install.txt': 'Binary Image Installation',
20 'HOWTO_getsourceandbuild.txt': 'Building From Source',
21
22=== modified file 'django/settings_snapshots.py'
23--- django/settings_snapshots.py 2012-10-23 13:05:10 +0000
24+++ django/settings_snapshots.py 2012-10-24 10:02:22 +0000
25@@ -29,15 +29,13 @@
26 'HACKING',
27 'FIRMWARE',
28 'RTSM')
29+
30 ANDROID_FILES = ('HOWTO_releasenotes.txt',
31 'HOWTO_install.txt',
32 'HOWTO_getsourceandbuild.txt',
33 'HOWTO_flashfirmware.txt',
34 'HOWTO_rtsm.txt')
35
36-MANDATORY_ANDROID_FILES = ('HOWTO_install.txt',
37- 'HOWTO_getsourceandbuild.txt')
38-
39 FILES_MAP = {'HOWTO_releasenotes.txt': 'Release Notes',
40 'HOWTO_install.txt': 'Binary Image Installation',
41 'HOWTO_getsourceandbuild.txt': 'Building From Source',

Subscribers

People subscribed via source and target branches