Commit 541cf289 authored by Jérome Perrin's avatar Jérome Perrin

Revert "component/firefox: compatibility for testnodes running too old erp5.util"

This reverts commit 80673c8c.

All testnodes should have been updated by now, so this commit is no
longer needed.
parent c9dfe06b
......@@ -171,15 +171,3 @@ script =
url, md5sum = self.options[guessPlatform()].split()
extract_dir = self.extract(self.download(url, md5sum))
shutil.copy(extract_dir + '/geckodriver', %(location)r)
### BBB
# testnodes are still using erp5-util.0.4.50 and are not looking for firefox in path
# To be removed once testnode are updated to
# https://lab.node.vifib.com/nexedi/slapos/raw/1.0.73/software/erp5testnode/software.cfg
# or later
[firefox-wrapper]
location = ${firefox:location}/firefox-slapos
[geckodriver]
location = ${firefox:location}/geckodriver
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment