Run of fresh-releases for cisco-torch
Try this locally package):
debcheckout cisco-torch
cd cisco-torch
new-upstream --debian-revision=0kali1 --require-uscan --refresh-patches
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
[2021-05-16 18:36:26] Running ['new-upstream', '--debian-revision=0kali1', '--require-uscan', '--refresh-patches']
[2021-05-16 18:36:26] Opening branch at https://gitlab.com/kalilinux/packages/cisco-torch.git/,branch=kali%2Fmaster
[2021-05-16 18:36:27] Using cached branch https://janitor.kali.org/git/cisco-torch/,branch=kali%2Flatest
Traceback (most recent call last):
File "/opt/debian-janitor/janitor/pull_worker.py", line 230, in run_worker
possible_transports=possible_transports,
File "/usr/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/opt/debian-janitor/janitor/worker.py", line 749, in process_package
[n for (f, n) in extra_resume_branches] if extra_resume_branches else None
File "/opt/debian-janitor/silver-platter/silver_platter/workspace.py", line 135, in __enter__
path=self._path,
File "/opt/debian-janitor/silver-platter/silver_platter/utils.py", line 95, in create_temp_sprout
raise e
File "/opt/debian-janitor/silver-platter/silver_platter/utils.py", line 80, in create_temp_sprout
stacked=use_stacking,
File "/opt/debian-janitor/breezy/breezy/git/dir.py", line 182, in sprout
mapping=source_branch.mapping)
File "/opt/debian-janitor/breezy/breezy/git/interrepo.py", line 779, in fetch_objects
determine_wants, graphwalker, f.write)
File "/opt/debian-janitor/breezy/breezy/git/remote.py", line 467, in fetch_pack
raise parse_git_hangup(self.transport.external_url(), e)
File "/opt/debian-janitor/breezy/breezy/git/remote.py", line 460, in fetch_pack
progress)
File "/opt/debian-janitor/dulwich/dulwich/client.py", line 2080, in fetch_pack
progress,
File "/opt/debian-janitor/dulwich/dulwich/client.py", line 813, in _handle_upload_pack_tail
pkt = proto.read_pkt_line()
File "/opt/debian-janitor/dulwich/dulwich/protocol.py", line 232, in read_pkt_line
raise HangupException()
dulwich.errors.HangupException: The remote server unexpectedly closed the connection.
|