aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGeorgy Redkozubov <georgy.redkozubov@linaro.org>2013-04-29 22:07:04 +0400
committerGeorgy Redkozubov <georgy.redkozubov@linaro.org>2013-04-29 22:07:04 +0400
commit17d1afa07908176a5d9eaf1530d203dc241902fb (patch)
treedd8d12514bc9ef07b6d2b664939aa54fb548f252 /scripts
parentd581d37f7b71e0cf6679fa9d2ce545e15a60ab6d (diff)
Add lava-job-info to BUILD-INFO.txt
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/publish_to_snapshots.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/publish_to_snapshots.py b/scripts/publish_to_snapshots.py
index cce7344..f13a689 100755
--- a/scripts/publish_to_snapshots.py
+++ b/scripts/publish_to_snapshots.py
@@ -39,7 +39,8 @@ open_buildinfo_files = [
'MD5SUMS',
'*build_cmds.sh',
'kernel_config',
- 'HOWTO_*'
+ 'HOWTO_*',
+ 'lava-job-info*'
]
open_buildinfo = 'Files-Pattern: %s\nLicense-Type: open\n'