aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-11-26 17:41:22 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-11-26 17:41:22 +0200
commit4e6abc7cfaace40d1f6006c7490a4cd03d8fb38e (patch)
tree6b21da2f9b9b9416ddae011b52af48cadb893dfb /scripts
parent29e77f8d3b90819f7eecd9b3dde7d43eee664393 (diff)
lp:1255116: Cut down list of force-to-be-open published files.
For private builds, we don't want to publish details on repo structure, build settings, etc.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/publish_to_snapshots.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/publish_to_snapshots.py b/scripts/publish_to_snapshots.py
index 624e1ba..706ce75 100755
--- a/scripts/publish_to_snapshots.py
+++ b/scripts/publish_to_snapshots.py
@@ -35,10 +35,7 @@ acceptable_job_types = [
]
open_buildinfo_files = [
'MANIFEST',
- '*manifest*.xml',
'MD5SUMS',
- '*build_cmds.sh',
- 'kernel_config',
'HOWTO_*',
'lava-job-info*'
]