Run of fresh-releases for isr-evilgrade
Try this locally package):
debcheckout isr-evilgrade
cd isr-evilgrade
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 32 |
[2021-05-16 18:38:57] Running ['new-upstream', '--debian-revision=0kali1', '--require-uscan', '--refresh-patches']
[2021-05-16 18:38:57] Opening branch at https://gitlab.com/kalilinux/packages/isr-evilgrade.git/,branch=kali%2Fmaster
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 705, in process_package
cached_branch_url, possible_transports=possible_transports
File "/opt/debian-janitor/silver-platter/silver_platter/utils.py", line 269, in open_branch
raise e
File "/opt/debian-janitor/silver-platter/silver_platter/utils.py", line 264, in open_branch
return dir.open_branch(name=name)
File "/opt/debian-janitor/breezy/breezy/git/remote.py", line 559, in open_branch
if not nascent_ok and ref not in self.get_refs_container():
File "/opt/debian-janitor/breezy/breezy/git/remote.py", line 582, in get_refs_container
lambda x: trace.mutter("git: %s" % x))
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 2041, in fetch_pack
b"git-upload-pack", url
File "/opt/debian-janitor/dulwich/dulwich/client.py", line 1930, in _discover_references
return read_pkt_refs(proto) + (base_url,)
File "/opt/debian-janitor/dulwich/dulwich/client.py", line 223, in read_pkt_refs
for pkt in proto.read_pkt_seq():
File "/opt/debian-janitor/dulwich/dulwich/protocol.py", line 287, in read_pkt_seq
pkt = self.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.
|