aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStevan Radakovic <stevan.radakovic@linaro.org>2012-10-17 12:52:29 +0200
committerStevan Radakovic <stevan.radakovic@linaro.org>2012-10-17 12:52:29 +0200
commit263e2b1964a5c63f622fc065aa927e2996e9193b (patch)
treecb8fa830ee316ecdf58bbca689108283aeb42871 /scripts
parentb3a71985e58233234bcc534dee699b1c0ba55434 (diff)
Expand non-sanitanized file list.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/publish_to_snapshots.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/publish_to_snapshots.py b/scripts/publish_to_snapshots.py
index 8641542..5a599b5 100755
--- a/scripts/publish_to_snapshots.py
+++ b/scripts/publish_to_snapshots.py
@@ -68,6 +68,10 @@ class SnapshotsPublisher(object):
'EULA.txt',
'OPEN-EULA.txt',
'*.EULA.txt.*',
+ 'README',
+ 'INSTALL',
+ 'HACKING',
+ '*HOWTO_*.txt',
]
def __init__(self, argument_parser=None):