Run of fresh-releases for togl
Try this locally (using silver-platter):
debian-svp new-upstream togl
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 |
Processing: togl
/usr/lib/python3/dist-packages/dulwich/repo.py:393: UserWarning: ref refs/tags/upstream/2.0 points at non-present sha bfc298cb2bec2cddacbe9207aba52bfd9e4b4809
UserWarning)
upstream/2.0 does not point to a valid object
Total 0 (delta 0), reused 0 (delta 0)
Using version string /2.0/Togl2.0.
Using uscan to look for the upstream tarball.
Use of uninitialized value in string eq at /usr/share/perl5/Devscripts/MkOrigtargz.pm line 289.
tar: /home/janitor/tmp/tmp937kloty/togl_/2.0/Togl2.0.orig.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
uscan: error: tar --list --auto-compress --file /home/janitor/tmp/tmp937kloty/togl_/2.0/Togl2.0.orig.tar.gz subprocess returned exit status 2
uscan could not find the needed tarball.
Elapsed time: 0:00:31.288831
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/janitor/debian-janitor/janitor/worker.py", line 586, in <module>
sys.exit(main())
File "/home/janitor/debian-janitor/janitor/worker.py", line 554, in main
resume_subworker_result=resume_subworker_result)
File "/home/janitor/debian-janitor/janitor/worker.py", line 423, in process_package
resume_subworker_result)
File "/home/janitor/debian-janitor/janitor/worker.py", line 204, in make_changes
committer=self.committer, trust_package=TRUST_PACKAGE)
File "/home/janitor/debian-janitor/silver-platter/silver_platter/debian/upstream.py", line 335, in merge_upstream
components=[None])
File "/home/janitor/.config/breezy/plugins/debian/upstream/__init__.py", line 255, in fetch_tarballs
raise PackageVersionNotPresent(package, version, self)
breezy.plugins.debian.errors.PackageVersionNotPresent: togl /2.0/Togl2.0 was not found in <breezy.plugins.debian.upstream.UScanSource object at 0x7f7f17b27dd0>.
|