Bug 1223670

Summary: build.log is gzipped
Product: [Community] Copr Reporter: Michal Srb <msrb>
Component: backendAssignee: Valentin Gologuzov <vgologuz>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: dvratil, jberan, mhroncok, msuchy, nalimilan, nlminhtl, projects.rg, pspacek, vgologuz
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-22 14:50:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michal Srb 2015-05-21 07:57:02 UTC
Description of problem:

https://copr-be.cloud.fedoraproject.org/results/msrb/jruby/fedora-rawhide-x86_64/rubygem-jruby-openssl-0.9.7-1.fc23/

build.log is gzipped. This is a bit confusing, because the directory also contains build.log.gz - which is, this time rightfully, also gzipped.

Comment 1 Valentin Gologuzov 2015-06-01 12:12:28 UTC
*** Bug 1226461 has been marked as a duplicate of this bug. ***

Comment 2 Valentin Gologuzov 2015-06-01 12:18:45 UTC
Expected behaviour is to present build.log.gz in lighttpd index. When you open it in the browser it should be sent as a gziped plain text and rendered directly in your browser. If you download it with wget it should be saved as gzip file.

build.log is wrongly shown due to some experiment with copr-backend, and will not appear for the new build after new version of copr-backend deployed.

Comment 3 Petr Spacek 2015-06-02 09:32:26 UTC
BTW the links in e-mail from COPR should be updated as well:

Logs:
  Build:     https://copr-be.cloud.fedoraproject.org/results/mkosek/freeipa-master/fedora-22-x86_64/softhsm-2.0.0rc1-1.fc23/build.log

Comment 4 Milan Bouchet-Valat 2015-06-07 13:00:41 UTC
*** Bug 1229004 has been marked as a duplicate of this bug. ***

Comment 5 Miroslav Suchý 2015-06-22 14:50:44 UTC
@pspacek Copr does not send any emails. It just emmits fedmsg messages.

This issue is fixed and only .log.gz files are present. Browser should know it is gzipped and when clicked on the file should be unzipped on the fly.