wubloader/cutter
Mike Lang ecf58dfbfc cutter: Add ability to configure multiple upload locations
Cutter now takes a 'config' arg which is a json blob with detail
on each upload location. This is a bit nasty if you're trying to run it manually
but was the easiest way to transfer the config data from docker-compose.jsonnet
to the actual application.
..
cutter cutter: Add ability to configure multiple upload locations
Dockerfile cutter: Fix dockerfile, which was missing ffmpeg dependency
setup.py cutter: Add initial outline