Run of fresh-snapshots for hyperion
Try this locally package):
debcheckout hyperion
cd hyperion
DEB_UPDATE_CHANGELOG=auto deb-new-upstream --snapshot --debian-revision=0kali1 --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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
[2022-05-16 15:34:50] Opening branch at https://gitlab.com/kalilinux/packages/hyperion.git/,branch=kali%2Fmaster
[2022-05-16 15:34:51] Using cached branch https://janitor.kali.org/git/hyperion/,branch=kali%2Flatest
[2022-05-16 15:34:52] Total 3309 (delta 59), reused 3242 (delta 0)
[2022-05-16 15:34:52]
[2022-05-16 15:35:00] Total 3007 (delta 100), reused 2904 (delta 0)
[2022-05-16 15:35:08] Total 8 (delta 0), reused 8 (delta 0), pack-reused 0
[2022-05-16 15:35:11] Total 8 (delta 0), reused 8 (delta 0), pack-reused 0
[2022-05-16 15:35:14] 06/106), done.
[2022-05-16 15:35:14] (13/64)
[2022-05-16 15:35:14] Total 65 (delta 31), reused 8 (delta 0), pack-reused 0
[2022-05-16 15:35:14] Workspace ready - starting.
[2022-05-16 15:35:14] Running ['deb-new-upstream', '--snapshot', '--debian-revision=0kali1', '--refresh-patches']
[2022-05-16 15:35:14] Assuming changelog does not need to be updated, since there is a [dch] section in gbp.conf.
Using upstream branch https://github.com/nullsecuritynet/tools.git (from configuration)
Total 3211 (delta 55), reused 133 (delta 55), pack-reused 3050
Using version string 2.0+git20211027.1.ace30da.
No upstream upstream-revision format specified, trying tag:2.0
No upstream upstream-revision format specified, trying tag:hyperion-2.0
No upstream upstream-revision format specified, trying tag:v2.0
No upstream upstream-revision format specified, trying tag:v.2.0
No upstream upstream-revision format specified, trying tag:release-2.0
No upstream upstream-revision format specified, trying tag:2_0_release
No upstream upstream-revision format specified, trying tag:2_0
No upstream upstream-revision format specified, trying tag:version-2.0
No upstream upstream-revision format specified, trying tag:hyperion-2_0-release
No upstream upstream-revision format specified, trying tag:hyperion-v2.0
Old upstream version '2.0' is not present in upstream branch <UpstreamBranchSource for 'https://github.com/nullsecuritynet/tools.git/'>. Unable to determine whether upstream history is normally included. Assuming no.
Looking for upstream 2.0+git20211027.1.ace30da in upstream branch <RemoteGitBranch('https://github.com/nullsecuritynet/tools.git/', 'master')>.
Running dist command: SCHROOT=kali-dev-amd64-sbuild PYTHONPATH=/:/opt/janitor/ognibuild:/opt/janitor/buildlog-consultant:/opt/janitor/upstream-ontologist:/opt/janitor:/opt/janitor/lintian-brush:/opt/janitor/breezy:/opt/janitor/silver-platter:/opt/janitor/dulwich:/opt/janitor/python-debian/lib:/opt/janitor/debmutate:/home/janitor:/usr/lib/python37.zip:/usr/lib/python3.7:/usr/lib/python3.7/lib-dynload:/usr/local/lib/python3.7/dist-packages:/usr/lib/python3/dist-packages:/usr/lib/python3.7/dist-packages /usr/bin/python3 -m janitor.dist --packaging=/home/janitor/tmp/janitoramwazre8/hyperion/debian
Traceback (most recent call last):
File "/opt/janitor/breezy-debian/scripts/deb-new-upstream", line 1674, in <module>
sys.exit(asyncio.run(main()))
File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
return future.result()
File "/opt/janitor/breezy-debian/scripts/deb-new-upstream", line 1336, in main
require_uscan=args.require_uscan,
File "/opt/janitor/breezy-debian/scripts/deb-new-upstream", line 990, in merge_upstream
components=[None])
File "/opt/janitor/breezy-debian/upstream/branch.py", line 576, in fetch_tarballs
fn = self.create_dist(rev_tree, package, version, td)
File "/opt/janitor/breezy-debian/scripts/deb-new-upstream", line 1307, in create_dist
tree, package, version, target_dir, args.dist_command)
File "/opt/janitor/breezy-debian/upstream/branch.py", line 697, in run_dist_command
export_with_nested(rev_tree, package_dir, format='dir')
File "/opt/janitor/breezy-debian/util.py", line 894, in export_with_nested
return export(tree, dest, recurse_nested=True, **kwargs)
File "/opt/janitor/breezy/breezy/export.py", line 85, in export
recurse_nested=recurse_nested):
File "/opt/janitor/breezy/breezy/export.py", line 201, in dir_exporter_generator
tree, subdir, recurse_nested=recurse_nested):
File "/opt/janitor/breezy/breezy/export.py", line 147, in _export_iter_entries
for path, entry in entries:
File "/opt/janitor/breezy/breezy/git/tree.py", line 579, in iter_entries_by_dir
substore = self._get_submodule_store(child_path)
File "/opt/janitor/breezy/breezy/git/tree.py", line 361, in _get_submodule_store
return self._get_submodule_repository(relpath)._git.object_store
File "/opt/janitor/breezy/breezy/git/tree.py", line 357, in _get_submodule_repository
nested_repo_transport)
File "/opt/janitor/breezy/breezy/controldir.py", line 757, in open_from_transport
find_format, transport, redirected)
File "/opt/janitor/breezy/breezy/transport/__init__.py", line 1613, in do_catching_redirections
return action(transport)
File "/opt/janitor/breezy/breezy/controldir.py", line 745, in find_format
probers=probers)
File "/opt/janitor/breezy/breezy/controldir.py", line 1171, in find_format
raise errors.NotBranchError(path=transport.base)
breezy.errors.NotBranchError: Not a branch: "/home/janitor/tmp/janitoramwazre8/hyperion/automation/nullscan/source/.git/".
|