~milo/linaro-license-protection/bug1208756-configs

« back to all changes in this revision

Viewing changes to django/settings_snapshots.py

  • Committer: Georgy Redkozubov
  • Date: 2012-10-24 12:36:24 UTC
  • mfrom: (26.1.1 configs-remove-fallback)
  • Revision ID: georgy.redkozubov@linaro.org-20121024123624-xzvqkl4g2951in8e
RemovedĀ fallbackĀ support

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
               'HACKING',
30
30
               'FIRMWARE',
31
31
               'RTSM')
 
32
 
32
33
ANDROID_FILES = ('HOWTO_releasenotes.txt',
33
34
                 'HOWTO_install.txt',
34
35
                 'HOWTO_getsourceandbuild.txt',
35
36
                 'HOWTO_flashfirmware.txt',
36
37
                 'HOWTO_rtsm.txt')
37
38
 
38
 
MANDATORY_ANDROID_FILES = ('HOWTO_install.txt',
39
 
                           'HOWTO_getsourceandbuild.txt')
40
 
 
41
39
FILES_MAP = {'HOWTO_releasenotes.txt': 'Release Notes',
42
40
             'HOWTO_install.txt': 'Binary Image Installation',
43
41
             'HOWTO_getsourceandbuild.txt': 'Building From Source',