[Zope-CMF] Re: Eggified CMF 2.1.1 now available

2008-08-04 Thread Rob Miller

Maurits van Rees wrote:

Tres Seaver, on 2008-08-03:

I created "satellite" versions of the 2.1.1 eggs for the remaining CMF
products this morning:

 - CMFDefault

 - CMFTopic

 - CMFActionIcons

 - CMFCalendar

 - CMFUid

 - DCWorkflow

Source distributions for the 2.1.1 versions are now available on PyPI.


Great, thanks!

But I hit a problem when I try to make a checkout the CMFActionIcons tag:


$ svn co svn://svn.zope.org/repos/main/Products.CMFActionIcons/tags/2.1.1
A2.1.1/Products
A2.1.1/Products/EXTERNALS.txt
A2.1.1/Products/__init__.py
A2.1.1/setup.py
A2.1.1/README.txt
 U   2.1.1

Fetching external item into '2.1.1/Products/CMFActionIcons'
Permission denied (publickey,gssapi-with-mic).
svn: Connection closed unexpectedly


This is because EXTERNALS.txt points to:

CMFActionIcons svn+ssh://svn.zope.org/repos/main/CMF/tags/2.1.1/CMFActionIcons

Should that not be changed to just svn instead of svn+ssh?

I *do* have an ssh account for svn.zope.org, so a checkout of
svn+ssh://[EMAIL PROTECTED]/... works.  Am I missing some
trick so that svn+ssh://svn.zope.org/ works too, without having a
username in there?

Come to think of it, when my username on my laptop would have been
'mauritsvanrees' this checkout probably would have worked, so there is
probably an ssh config file somewhere that I can tweak.  Does anyone
know how to do that?


yes, b/c i just had to figure it out to check out the cmf-coredev buildout at
https://svn.plone.org/svn/plone/buildouts/cmf-coredev/trunk.  you have to 
include something like this in your ~/.ssh/config file:


Host svn.zope.org
User [USERNAME]

the "Host" directive means that all subsequent config options only apply to 
that host, at least until another Host directive is hit.  wildcards are 
supported, so "Host *" will match all hosts.


-r

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


[Zope-CMF] CMF Tests: 9 OK

2008-08-04 Thread CMF Tests Summarizer
Summary of messages to the cmf-tests list.
Period Sun Aug  3 11:00:00 2008 UTC to Mon Aug  4 11:00:00 2008 UTC.
There were 9 messages: 9 from CMF Tests.


Tests passed OK
---

Subject: OK : CMF-1.6 Zope-2.8 Python-2.3.6 : Linux
From: CMF Tests
Date: Sun Aug  3 21:34:27 EDT 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-August/009497.html

Subject: OK : CMF-1.6 Zope-2.9 Python-2.4.4 : Linux
From: CMF Tests
Date: Sun Aug  3 21:35:57 EDT 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-August/009498.html

Subject: OK : CMF-2.0 Zope-2.9 Python-2.4.4 : Linux
From: CMF Tests
Date: Sun Aug  3 21:37:27 EDT 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-August/009499.html

Subject: OK : CMF-2.0 Zope-2.10 Python-2.4.4 : Linux
From: CMF Tests
Date: Sun Aug  3 21:38:57 EDT 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-August/009500.html

Subject: OK : CMF-2.1 Zope-2.10 Python-2.4.4 : Linux
From: CMF Tests
Date: Sun Aug  3 21:40:27 EDT 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-August/009501.html

Subject: OK : CMF-2.1 Zope-2.11 Python-2.4.4 : Linux
From: CMF Tests
Date: Sun Aug  3 21:41:57 EDT 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-August/009502.html

Subject: OK : CMF-trunk Zope-2.10 Python-2.4.4 : Linux
From: CMF Tests
Date: Sun Aug  3 21:43:27 EDT 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-August/009503.html

Subject: OK : CMF-trunk Zope-2.11 Python-2.4.4 : Linux
From: CMF Tests
Date: Sun Aug  3 21:44:57 EDT 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-August/009504.html

Subject: OK : CMF-trunk Zope-trunk Python-2.4.4 : Linux
From: CMF Tests
Date: Sun Aug  3 21:46:28 EDT 2008
URL: http://mail.zope.org/pipermail/cmf-tests/2008-August/009505.html

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


[Zope-CMF] Re: Eggified CMF 2.1.1 now available

2008-08-04 Thread Maurits van Rees
Tres Seaver, on 2008-08-03:
>
> I created "satellite" versions of the 2.1.1 eggs for the remaining CMF
> products this morning:
>
>  - CMFDefault
>
>  - CMFTopic
>
>  - CMFActionIcons
>
>  - CMFCalendar
>
>  - CMFUid
>
>  - DCWorkflow
>
> Source distributions for the 2.1.1 versions are now available on PyPI.

Great, thanks!

But I hit a problem when I try to make a checkout the CMFActionIcons tag:


$ svn co svn://svn.zope.org/repos/main/Products.CMFActionIcons/tags/2.1.1
A2.1.1/Products
A2.1.1/Products/EXTERNALS.txt
A2.1.1/Products/__init__.py
A2.1.1/setup.py
A2.1.1/README.txt
 U   2.1.1

Fetching external item into '2.1.1/Products/CMFActionIcons'
Permission denied (publickey,gssapi-with-mic).
svn: Connection closed unexpectedly


This is because EXTERNALS.txt points to:

CMFActionIcons svn+ssh://svn.zope.org/repos/main/CMF/tags/2.1.1/CMFActionIcons

Should that not be changed to just svn instead of svn+ssh?

I *do* have an ssh account for svn.zope.org, so a checkout of
svn+ssh://[EMAIL PROTECTED]/... works.  Am I missing some
trick so that svn+ssh://svn.zope.org/ works too, without having a
username in there?

Come to think of it, when my username on my laptop would have been
'mauritsvanrees' this checkout probably would have worked, so there is
probably an ssh config file somewhere that I can tweak.  Does anyone
know how to do that?


BTW, I noticed this when making a checkout of the core development
buildout of Plone, branch 3.2:
https://svn.plone.org/svn/plone/buildouts/plone-coredev/branches/3.2
Not everyone using that checkout will have ssh access to svn.zope.org.


-- 
Maurits van Rees | http://maurits.vanrees.org/
Work | http://zestsoftware.nl/
"This is your day, don't let them take it away." [Barlow Girl]

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests