Run of fresh-snapshots for node-ejs
Try this locally (using silver-platter):
debian-svp new-upstream --snapshot node-ejs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
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 98, in <module>
from .fix_build import build_incrementally
File "/home/janitor/debian-janitor/janitor/fix_build.py", line 66, in <module>
from .build import attempt_build
File "/home/janitor/debian-janitor/janitor/build.py", line 42, in <module>
from .sbuild_log import (
File "/home/janitor/debian-janitor/janitor/sbuild_log.py", line 1685, in <module>
perl_syntax_error),
NameError: name 'perl_syntax_error' is not defined
|