fix problems with openqa_data in Docker
ClosedPublic

Authored by garretraziel on Oct 1 2015, 2:57 PM.

Details

Summary

These are actually two commits, but these are small changes on ~same place
so I put them into one DR.

First change is in Dockerfile - it removes unnecessary argument from package installation.
Second change is in set_openid script - it used sed and it hadn't escaped variable properly,
so I had to change it to AWK.
Third change is in config file - it sets httpsonly to 0, so we could use it locally via http
(to overcome problems with self-signed certificate).

Test Plan

build docker image, run set_openid script

Diff Detail

Repository
rOPENQA fedora_openqa
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
garretraziel retitled this revision from to fix problems with openqa_data in Docker.Oct 1 2015, 2:57 PM
garretraziel updated this object.
garretraziel edited the test plan for this revision. (Show Details)
garretraziel added reviewers: jskladan, adamwill.
jskladan accepted this revision.Oct 2 2015, 10:06 AM

K whatev'...

This revision is now accepted and ready to land.Oct 2 2015, 10:06 AM
This revision was automatically updated to reflect the committed changes.