tuhi/tools
Benjamin Tissoires 9829fa6822 flatpak: ship tuhi-kete in the sandbox
To be able to run tuhi-kete, we need a tuhi server running. Provide a
script that spawns one if none is running.

Running simple 'python3 setup.py --install' started to go havoc by
complaining that /app/lib/python3.6/site-packages/easy-install.pth
was read-only.

The solution mentioned in https://github.com/flatpak/flatpak-builder/issues/5
didn't do the trick.

So using https://stackoverflow.com/questions/6301003/stopping-setup-py-from-installing-as-egg/27175492#27175492
as a trick to install the dependencies without the egg part

To start tuhi-kete:
$> flatpak run --command=tuhi-kete org.freedesktop.tuhi

Note that currently the fetched files are not available outside of the
sandbox

Related to #62
2018-02-06 09:03:47 +01:00
..
parse_log.py tools: add the parse_log script we used to dump the raw btsnoop logs 2018-02-02 08:00:41 +10:00
tuhi-kete-sandboxed.py flatpak: ship tuhi-kete in the sandbox 2018-02-06 09:03:47 +01:00
tuhi-kete.py Rename "pair" to "register" 2018-02-02 09:23:08 +01:00