Run of fresh-releases for eclipse-platform-ua
Try this locally (using silver-platter):
debian-svp new-upstream eclipse-platform-ua
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Elapsed time: 0:00:00.000040
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/janitor/debian-janitor/janitor/worker.py", line 653, in <module>
sys.exit(main())
File "/home/janitor/debian-janitor/janitor/worker.py", line 608, in main
with process_package(
File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/janitor/debian-janitor/janitor/worker.py", line 380, in process_package
subworker = subworker_cls(command[1:], env)
File "/home/janitor/debian-janitor/janitor/worker.py", line 148, in __init__
self.changer = self.changer_cls()
TypeError: __init__() missing 5 required positional arguments: 'snapshot', 'trust_package', 'refresh_patches', 'update_packaging', and 'dist_command'
|