diff options
author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-09-07 14:43:52 +0800 |
---|---|---|
committer | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-09-07 14:43:52 +0800 |
commit | f869d72a8ea36453abcaa16ed9bfd86f35ab2a10 (patch) | |
tree | 344b274eab9a6e83d9e63b47028cfa8724dbddc4 /jobs | |
parent | 6c9bcba2f278d28810f49b74d9507f0486fb5353 (diff) |
provider:checkbox add .gz extension to the corresponding attachment jobs
Add an .gz extension to those fwts attachment jobs that runs with gzip command, make user know what kind of attachment they're decoding.
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/firmware.txt.in | 4 | ||||
-rw-r--r-- | jobs/miscellanea.txt.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/jobs/firmware.txt.in b/jobs/firmware.txt.in index dc5d0b2..ac2188f 100644 --- a/jobs/firmware.txt.in +++ b/jobs/firmware.txt.in @@ -62,7 +62,7 @@ command: plugin: attachment estimated_duration: 0.5 -id: firmware/fwts_desktop_diagnosis_results.log +id: firmware/fwts_desktop_diagnosis_results.log.gz command: [ -f $PLAINBOX_SESSION_SHARE/fwts_desktop_diagnosis_results.log ] && gzip -c $PLAINBOX_SESSION_SHARE/fwts_desktop_diagnosis_results.log | base64 _description: Attaches the FWTS desktop diagnosis results log to the submission @@ -70,7 +70,7 @@ _summary: Attach FWTS desktop diagnosis log to submission plugin: attachment estimated_duration: 0.5 -id: firmware/fwts_desktop_diagnosis_results_hwe.log +id: firmware/fwts_desktop_diagnosis_results_hwe.log.gz command: [ -f $PLAINBOX_SESSION_SHARE/fwts_desktop_diagnosis_results_hwe.log ] && gzip -c $PLAINBOX_SESSION_SHARE/fwts_desktop_diagnosis_results_hwe.log | base64 _description: Attaches the FWTS desktop diagnosis results log to the submission (to HWE) diff --git a/jobs/miscellanea.txt.in b/jobs/miscellanea.txt.in index 63e940a..ac5dbcd 100644 --- a/jobs/miscellanea.txt.in +++ b/jobs/miscellanea.txt.in @@ -64,7 +64,7 @@ _description: Attaches the FWTS results log to the submission plugin: attachment estimated_duration: 0.5 -id: miscellanea/fwts_results_hwe.log +id: miscellanea/fwts_results_hwe.log.gz command: [ -f $PLAINBOX_SESSION_SHARE/fwts_results_hwe.log ] && gzip -c $PLAINBOX_SESSION_SHARE/fwts_results_hwe.log | base64 _description: Attaches the FWTS results log to the submission (to HWE) |