Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913318 - [schplaf] Repository URI unaccessible
Summary: [schplaf] Repository URI unaccessible
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: slash
URL: https://qa-reports.gentoo.org/output/...
Whiteboard:
Keywords:
Depends on:
Blocks: repository-qa-issues
  Show dependency tree
 
Reported: 2023-08-30 07:55 UTC by Thomas Bracht Laumann Jespersen
Modified: 2023-09-13 09:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Bracht Laumann Jespersen 2023-08-30 07:55:29 UTC
Our automated repository checks [1] have detected that the 'schplaf'
repository can not be synced.

The following URIs are listed for the repository:

  [     git] git@gitea.com:slash/schplaf-gentoo-overlay

  [     git] https://gitea.com/slash/schplaf-gentoo-overlay

Please verify that the server hosting the repository is working
correctly. If the repository has been moved to a new location or removed
altogether, please let us know to update the record appropriately.

We reserve the right to remove the repository if we do not receive any
reply within 2 weeks.

[1]:https://wiki.gentoo.org/wiki/Project:Repository_mirror_and_CI
Comment 1 slash 2023-08-30 12:51:07 UTC
Hello,

I can access the repository and I am able to clone it. The hosting service (gitea.com) looks OK. I am not sure to see what does not work.

slash
Comment 2 Thomas Bracht Laumann Jespersen 2023-09-03 11:40:57 UTC
Just tried cloning it and am getting this:

    $ git clone git@gitea.com:slash/schplaf-gentoo-overlay

    git@gitea.com: Permission denied (publickey).
    fatal: Could not read from remote repository.

    Please make sure you have the correct access rights
    and the repository exists.

Is the repo set to private?
Comment 3 slash 2023-09-11 07:13:19 UTC
(In reply to Thomas Bracht Laumann Jespersen from comment #2)
> Just tried cloning it and am getting this:
> 
>     $ git clone git@gitea.com:slash/schplaf-gentoo-overlay
> 
>     git@gitea.com: Permission denied (publickey).
>     fatal: Could not read from remote repository.
> 
>     Please make sure you have the correct access rights
>     and the repository exists.
> 
> Is the repo set to private?

Nope, public. But I got it: this URL uses ssh, therefore a key (and thus an account) is needed. We can remove the ssh URL and keep the HTTPS one.
Would it be ok?

/
Comment 4 Thomas Bracht Laumann Jespersen 2023-09-11 10:12:49 UTC
(In reply to slash from comment #3)
> Nope, public. But I got it: this URL uses ssh, therefore a key (and thus an
> account) is needed. We can remove the ssh URL and keep the HTTPS one.
> Would it be ok?
sounds good
Comment 5 slash 2023-09-13 09:35:28 UTC
(In reply to Thomas Bracht Laumann Jespersen from comment #4)
> (In reply to slash from comment #3)
> > Nope, public. But I got it: this URL uses ssh, therefore a key (and thus an
> > account) is needed. We can remove the ssh URL and keep the HTTPS one.
> > Would it be ok?
> sounds good

OK, done: https://github.com/gentoo/api-gentoo-org/pull/622

Thank you,

/
Comment 6 Larry the Git Cow gentoo-dev 2023-09-13 09:35:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/data/api.git/commit/?id=b9408d7f39eb931434147df7b4529728cff6fb21

commit b9408d7f39eb931434147df7b4529728cff6fb21
Author:     Jean-Christophe Bach <jc.bach@imt-atlantique.fr>
AuthorDate: 2023-09-13 09:23:21 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2023-09-13 09:34:47 +0000

    overlays: remove ssh URL for schlaf overlay
    
    Closes: https://bugs.gentoo.org/913318
    Closes: https://github.com/gentoo/api-gentoo-org/pull/622
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 files/overlays/repositories.xml | 1 -
 1 file changed, 1 deletion(-)