checkbox-certification-client cannot be started due to the location of whitelist
Bug #1282009 reported by
Po-Hsu Lin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
checkbox-satellite |
Fix Released
|
High
|
Daniel Manrique |
Bug Description
We've the new whitelist location of our binaries modified.
But for checkbox-
I can find the "checkbox-
description: | updated |
Changed in checkbox-satellite: | |
status: | In Progress → Fix Committed |
Changed in checkbox-satellite: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The default is encoded in the "binary" itself. checkbox- certification- client is a shell script, look at it with:
less `which checkbox- certification- client`
You'll see this line setting the default whitelist:
export CHECKBOX_ OPTIONS= ${CHECKBOX_ OPTIONS: ---log= $CHECKBOX_ DATA/checkbox- certification. log --whitelist- file=$CHECKBOX_ SHARE/data/ whitelists/ client- selftest. whitelist $OPTIONS}
To update this, modify the binaries (shell scripts) in lp:checkbox-certification, they're in bin/ directly.
I'll set the bug to triaged since we know what needs to happen.