Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set git type to git sources #1

Open
nlewo opened this issue Apr 3, 2020 · 1 comment
Open

Set git type to git sources #1

nlewo opened this issue Apr 3, 2020 · 1 comment

Comments

@nlewo
Copy link
Member

nlewo commented Apr 3, 2020

This source should have the type git:

{
  "outputHash": "04sr35fqz66i24lv7r2p9qfqxs55i8xpj7aam0v9yakcr33lf55a",
  "outputHashAlgo": "sha256",
  "outputHashMode": "recursive",
  "type": "url",
  "urls": [
    "https://github.com/albertlauncher/albert.git"
  ],
  "integrity": "sha256-qhRHx8hsKp82qEodeTuKpeiOHU5X5LMpEdGYj10ZWRM=",
  "inferredFetcher": "unclassified"
}
@ardumont
Copy link

ardumont commented Oct 6, 2022

thumbs up I noticed that too in the current new lister implementation ;)

And currently there is a workaround in the new swh lister [1]. But it's not perfect, as
some are not detected but some won't be detected with this nonetheless (that'd need a
more involved check).

So the best fix would be inside this manifest generation indeed.

Thanks in advance for a fix.

Cheers,

[1] https://forge.softwareheritage.org/source/swh-lister/browse/master/swh/lister/nixguix/lister.py$359-364

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants