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
=== modified file 'django/settings_releases.py'
--- django/settings_releases.py 2012-10-23 16:16:08 +0000
+++ django/settings_releases.py 2012-10-24 10:02:22 +0000
@@ -29,15 +29,13 @@
29 'HACKING.textile',29 'HACKING.textile',
30 'FIRMWARE.textile',30 'FIRMWARE.textile',
31 'RTSM.textile')31 'RTSM.textile')
32
32ANDROID_FILES = ('HOWTO_releasenotes.txt',33ANDROID_FILES = ('HOWTO_releasenotes.txt',
33 'HOWTO_install.txt',34 'HOWTO_install.txt',
34 'HOWTO_getsourceandbuild.txt',35 'HOWTO_getsourceandbuild.txt',
35 'HOWTO_flashfirmware.txt',36 'HOWTO_flashfirmware.txt',
36 'HOWTO_rtsm.txt')37 'HOWTO_rtsm.txt')
3738
38MANDATORY_ANDROID_FILES = ('HOWTO_install.txt',
39 'HOWTO_getsourceandbuild.txt')
40
41FILES_MAP = {'HOWTO_releasenotes.txt': 'Release Notes',39FILES_MAP = {'HOWTO_releasenotes.txt': 'Release Notes',
42 'HOWTO_install.txt': 'Binary Image Installation',40 'HOWTO_install.txt': 'Binary Image Installation',
43 'HOWTO_getsourceandbuild.txt': 'Building From Source',41 'HOWTO_getsourceandbuild.txt': 'Building From Source',
4442
=== modified file 'django/settings_snapshots.py'
--- django/settings_snapshots.py 2012-10-23 13:05:10 +0000
+++ django/settings_snapshots.py 2012-10-24 10:02:22 +0000
@@ -29,15 +29,13 @@
29 'HACKING',29 'HACKING',
30 'FIRMWARE',30 'FIRMWARE',
31 'RTSM')31 'RTSM')
32
32ANDROID_FILES = ('HOWTO_releasenotes.txt',33ANDROID_FILES = ('HOWTO_releasenotes.txt',
33 'HOWTO_install.txt',34 'HOWTO_install.txt',
34 'HOWTO_getsourceandbuild.txt',35 'HOWTO_getsourceandbuild.txt',
35 'HOWTO_flashfirmware.txt',36 'HOWTO_flashfirmware.txt',
36 'HOWTO_rtsm.txt')37 'HOWTO_rtsm.txt')
3738
38MANDATORY_ANDROID_FILES = ('HOWTO_install.txt',
39 'HOWTO_getsourceandbuild.txt')
40
41FILES_MAP = {'HOWTO_releasenotes.txt': 'Release Notes',39FILES_MAP = {'HOWTO_releasenotes.txt': 'Release Notes',
42 'HOWTO_install.txt': 'Binary Image Installation',40 'HOWTO_install.txt': 'Binary Image Installation',
43 'HOWTO_getsourceandbuild.txt': 'Building From Source',41 'HOWTO_getsourceandbuild.txt': 'Building From Source',

Subscribers

People subscribed via source and target branches