Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 450032 - gentoo-haskell overlay doesn't specify access via http/https protocol.
Summary: gentoo-haskell overlay doesn't specify access via http/https protocol.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 17:32 UTC by Alexey Sarychev
Modified: 2013-01-04 16:46 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 Alexey Sarychev 2013-01-03 17:32:19 UTC
I am behind firewall and only can connect to the overlay via http/https protocol.
I suggest adding the following lines to the overlay description:

<source type="git">https://github.com/gentoo-haskell/gentoo-haskell.git</source>
<source type="git">http://github.com/gentoo-haskell/gentoo-haskell.git</source>

Reproducible: Always

Steps to Reproduce:
1. Be behind firewall/http proxy
2. layman -a haskell

Actual Results:  
Cloning into '/var/lib/layman/haskell'...
fatal: unable to connect to github.com:
github.com[0: 207.97.227.239]: errno=Connection timed out
Comment 1 Matt Turner gentoo-dev 2013-01-03 19:10:31 UTC
No clue why this was assigned to catalyst@. Guessing that it should be assigned to haskell@.
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2013-01-03 19:51:01 UTC
Please try the change:

Index: repositories.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/overlays/repositories.xml,v
retrieving revision 1.397
diff -u -u -r1.397 repositories.xml
--- repositories.xml    24 Dec 2012 00:37:28 -0000      1.397
+++ repositories.xml    3 Jan 2013 19:49:38 -0000
@@ -1729,6 +1729,8 @@
       <email>haskell@gentoo.org</email>
     </owner>
     <source type="git">git://github.com/gentoo-haskell/gentoo-haskell.git</source>
+    <source type="git">https://github.com/gentoo-haskell/gentoo-haskell.git</source>
+    <source type="git">http://github.com/gentoo-haskell/gentoo-haskell.git</source>
     <feed>http://github.com/gentoo-haskell/gentoo-haskell/commits/master.atom</feed>
   </repo>
   <repo quality="experimental" status="unofficial">
Comment 3 Alexey Sarychev 2013-01-04 16:46:40 UTC
(In reply to comment #1)
> No clue why this was assigned to catalyst@. Guessing that it should be
> assigned to haskell@.

The reason is very simple - there where no haskell listed in the components field, all choices were equally irrelevant and catalist@ was the first choice available. So it became my first choice. :)

Sorry for confusion, I should have mentioned it in the description.