Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676166 - net-im/poezio-9999 EGIT_REPO_URI changed
Summary: net-im/poezio-9999 EGIT_REPO_URI changed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andriy Utkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-24 15:00 UTC by Florian Schmaus
Modified: 2019-01-24 19:54 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 Florian Schmaus gentoo-dev 2019-01-24 15:00:04 UTC
Emerging net-im/poezio-9999 fails because the ebuild's current EGIT_REPO_URI returns a 403.

Poezio's main git repository is now at

https://lab.louiz.org/poezio/poezio.git
Comment 1 Andriy Utkin (RETIRED) gentoo-dev 2019-01-24 19:47:28 UTC
Thanks for your report Florian.

EGIT_REPO_URI used by the ebuild works now. And it is still advertised on the project's homepage. I guess this was some intermittent problem.
Comment 2 Andriy Utkin (RETIRED) gentoo-dev 2019-01-24 19:50:05 UTC
I think I will actually add this another URI as a fallback, as git-r3 eclass handles this:

EGIT_REPO_URI (REQUIRED)

URIs to the repository, e.g. https://foo. If multiple URIs are provided, the eclass will consider the remaining URIs as fallbacks to try if the  first  URI does not work. For supported URI syntaxes, read the manpage for git-clone(1).
Comment 3 Larry the Git Cow gentoo-dev 2019-01-24 19:54:15 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e26c41fd9d832a6686cec4ed51ddb91871b3a92

commit 9e26c41fd9d832a6686cec4ed51ddb91871b3a92
Author:     Andrey Utkin <andrey_utkin@gentoo.org>
AuthorDate: 2019-01-24 19:53:34 +0000
Commit:     Andrey Utkin <andrey_utkin@gentoo.org>
CommitDate: 2019-01-24 19:53:34 +0000

    net-im/poezio: 9999: add fallback URI
    
    Bug: https://bugs.gentoo.org/676166
    Package-Manager: Portage-2.3.49, Repoman-2.3.12
    Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>

 net-im/poezio/poezio-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)