Re: code.haskell.org vs darcs.haskell.org (was [Haskell-cafe] Enterprise Haskell AMQP library)

2008-01-29 Thread Alistair Bayley
On 29/01/2008, Henning Thielemann [EMAIL PROTECTED] wrote:

 Thanks for the clarification! I added it to
   http://www.haskell.org/haskellwiki/Haskell.org_domain
  Can you insert the link to the web-submission system?

I've done this.

I also tried to request an account on code.haskell.org, but the server
complains about my public key:

  500 Internal Server Error
  SSH key looks incorrect

I pasted the key from this path (I use Putty and Pagaent on WinXP):
  C:\bayleya\putty\putty\id_dsa_pub.txt

This folder also contains id_dsa.ppk (that's what Pagaent uses), which
contains the same key, and also the private bit. The public key looks
like this:

 BEGIN SSH2 PUBLIC KEY 
Comment: dsa-key-20040309
B3NzaC1kc3MAAACBAKs9yeNP35s4rSBDlJKQCC1nemVGd0zQAROFKeziCOGm
blah blah blah
W5zrOSga/U/Cfa2rIM8Ko/9QmjNCJKsJioC5OTZMwOF0+zBWFCNN73z5+Dz/+PL+
Xw==
 END SSH2 PUBLIC KEY 

and this is what I've pasted into the form. I've also tried trimming
it (removing the -- BEGIN and END, and the Comment) but no joy. Is
this the right thing to put into the form? If not, where can I find
it?

Thanks,
Alistair
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: code.haskell.org vs darcs.haskell.org (was [Haskell-cafe] Enterprise Haskell AMQP library)

2008-01-29 Thread Yitzchak Gale
Alistair Bayley wrote:
 ...the right thing to put into the form... where can I find it?

Load your PPK file in PuTTYgen. Copy the entire contents of
the Public key for pasting into OpenSSH authorized_keys file
text box onto the clipboard, and paste it into the form on the
web site.

Hope this helps,
Yitz
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: code.haskell.org vs darcs.haskell.org (was [Haskell-cafe] Enterprise Haskell AMQP library)

2008-01-28 Thread Duncan Coutts

On Mon, 2008-01-28 at 10:57 +, Bayley, Alistair wrote:

 I'm wondering what the relationship is (if any) between code.haskell.org
 and darcs.haskell.org.

darcs.haskell.org hosts ghc, the core libs and many others. The server
is maintained by Galois. Because it hosts the most central bits of the
haskell platform, security is fairly tight and getting an account there
is hard. There are very few community members with root privileges.

community.haskell.org was created precisely to provide hosting to the
wider community. It is hosted commercially, paid for by haskell.org's
Google Summer of Code funds. We have several community admins with root
privileges.

 A bunch o' questions:
  - should my project(s) be hosted at darcs or code ?

code.haskell.org

It's easy to get an account there via the web submission system.

  - is one more blessed/preferred over the other for community projects?

Yes, code.haskell.org is preferred.

  - if my project is currently on darcs, should I migrate to code?

You can if you like, there is no need to do so however. Accounts on
darcs.haskell.org are not going to be revoked as far as I know. The
community server is an addition, not a replacement.

  - if I have an account on darcs, will it work on code, or do I need to
 get a new account on code?

They are totally separate systems.

Duncan

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: code.haskell.org vs darcs.haskell.org (was [Haskell-cafe] Enterprise Haskell AMQP library)

2008-01-28 Thread Henning Thielemann

On Tue, 29 Jan 2008, Duncan Coutts wrote:

 On Mon, 2008-01-28 at 10:57 +, Bayley, Alistair wrote:

  I'm wondering what the relationship is (if any) between code.haskell.org
  and darcs.haskell.org.

 darcs.haskell.org hosts ghc, the core libs and many others. The server
 is maintained by Galois. Because it hosts the most central bits of the
 haskell platform, security is fairly tight and getting an account there
 is hard. There are very few community members with root privileges.

 community.haskell.org was created precisely to provide hosting to the
 wider community. It is hosted commercially, paid for by haskell.org's
 Google Summer of Code funds. We have several community admins with root
 privileges.

Thanks for the clarification! I added it to
  http://www.haskell.org/haskellwiki/Haskell.org_domain
 Can you insert the link to the web-submission system?
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe