You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Eoghan Glynn <eg...@iona.com> on 2008/05/27 11:54:04 UTC

Deploying a new 2.0.7-SNAPSHOT

Hi folks,

What would I need to do to arrange for an up-to-date 2.0.7-SNAPSHOT to 
be be deployed to the maven repo?

Is this normally done regularly or on an ad-hoc basis?

The timestamps on the 2.0.7-SNAPSHOT dir[1] in the maven repo suggest 
approximately once a week, but with a gap last week.

Cheers,
Eoghan

[1] 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf/2.0.7-SNAPSHOT/

----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland

Re: Deploying a new 2.0.7-SNAPSHOT

Posted by Eoghan Glynn <eg...@iona.com>.
Benson Margulies wrote:
> PKI already works. Just put your ssh key into your people.apache.org .ssh
> dir.
>


Thanks Benson ... I was sure I'd copied over my public key ages ago, but 
   just checked my home dir on people.apache.org and I didn't even have 
a ~/.ssh dir, never mind an authorized_keys file.

Maybe my apache home dir was blown away at some point, or more likely I 
was thinking of some other host. Either way, all working now :)

Cheers,
Eoghan





----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland

Re: Deploying a new 2.0.7-SNAPSHOT

Posted by Benson Margulies <bi...@gmail.com>.
PKI already works. Just put your ssh key into your people.apache.org .ssh
dir.

On Tue, May 27, 2008 at 2:56 PM, Eoghan Glynn <eg...@iona.com> wrote:

> Daniel Kulp wrote:
>
>>
>> On May 27, 2008, at 12:26 PM, Eoghan Glynn wrote:
>>
>>
>>> Thanks Dan,
>>>
>>> Following the instructions on [1] I've run into an authentication failure
>>> after only a few modules are deployed to the repo.
>>>
>>> Is there a way of rolling back the partially deployed artifacts, do you
>>> know?
>>>
>>
>> Just redeploy.   Not a big deal.
>>
>> For the most part, follow the "HIGHLY RECOMMENDED" section on that page to
>> get the master mode stuff working.   By default, maven creates 3 connections
>> for each file being deployed which is:
>> 1) slow as it's got to authenticate each time
>> 2) unreliable - that many connections eats the entropy on both sides very
>> quickly and may be the source of the authentication issues.
>>
>
> Makes sense.
>
> BTW what's the deal on getting the PKI set up, to avoid keyboard
> interactive auth?
>
> Cheers,
> Eoghan
>
>  Another option is to change the protocol used from scpexe to just scp (top
>> level pom, just change in you working copy, deploy, and then reset back).
>> On some OS's, I've had better luck with scp instead of scpexe.   Windows
>> works best with scpexe.   Linux without master mode works best with scp.
>> I've only done scpexe+master mode on OSX so I'm not sure there.   However,
>> master mode with scpexe is the most reliable.
>>
>> Dan
>>
>>
>>
>>>
>>> Cheers,
>>> Eoghan
>>>
>>> [1] http://cxf.apache.org/release-management.html
>>>
>>> Daniel Kulp wrote:
>>>
>>>> Eoghan,
>>>> It's pretty much "ad hoc" when someone needs one or if one of us has a
>>>> fix in place that they want a user to test out.   If you need one, you
>>>> should feel free to deploy one.
>>>> That said, I'll try and get a new one out later tonight if you don't get
>>>> to it first.
>>>> Dan
>>>> On May 27, 2008, at 5:54 AM, Eoghan Glynn wrote:
>>>>
>>>>>
>>>>> Hi folks,
>>>>>
>>>>> What would I need to do to arrange for an up-to-date 2.0.7-SNAPSHOT to
>>>>> be be deployed to the maven repo?
>>>>>
>>>>> Is this normally done regularly or on an ad-hoc basis?
>>>>>
>>>>> The timestamps on the 2.0.7-SNAPSHOT dir[1] in the maven repo suggest
>>>>> approximately once a week, but with a gap last week.
>>>>>
>>>>> Cheers,
>>>>> Eoghan
>>>>>
>>>>> [1]
>>>>> http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf/2.0.7-SNAPSHOT/
>>>>>
>>>>> ----------------------------
>>>>> IONA Technologies PLC (registered in Ireland)
>>>>> Registered Number: 171387
>>>>> Registered Address: The IONA Building, Shelbourne Road, Dublin 4,
>>>>> Ireland
>>>>>
>>>> ---
>>>> Daniel Kulp
>>>> dkulp@apache.org
>>>> http://www.dankulp.com/blog
>>>>
>>>
>>> ----------------------------
>>> IONA Technologies PLC (registered in Ireland)
>>> Registered Number: 171387
>>> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
>>>
>>
>> ---
>> Daniel Kulp
>> dkulp@apache.org
>> http://www.dankulp.com/blog
>>
>>
>>
>>
> ----------------------------
> IONA Technologies PLC (registered in Ireland)
> Registered Number: 171387
> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
>

Re: Deploying a new 2.0.7-SNAPSHOT

Posted by Eoghan Glynn <eg...@iona.com>.
Daniel Kulp wrote:
> 
> On May 27, 2008, at 12:26 PM, Eoghan Glynn wrote:
> 
>>
>> Thanks Dan,
>>
>> Following the instructions on [1] I've run into an authentication 
>> failure after only a few modules are deployed to the repo.
>>
>> Is there a way of rolling back the partially deployed artifacts, do 
>> you know?
> 
> Just redeploy.   Not a big deal.
> 
> For the most part, follow the "HIGHLY RECOMMENDED" section on that page 
> to get the master mode stuff working.   By default, maven creates 3 
> connections for each file being deployed which is:
> 1) slow as it's got to authenticate each time
> 2) unreliable - that many connections eats the entropy on both sides 
> very quickly and may be the source of the authentication issues.

Makes sense.

BTW what's the deal on getting the PKI set up, to avoid keyboard 
interactive auth?

Cheers,
Eoghan

> Another option is to change the protocol used from scpexe to just scp 
> (top level pom, just change in you working copy, deploy, and then reset 
> back).   On some OS's, I've had better luck with scp instead of 
> scpexe.   Windows works best with scpexe.   Linux without master mode 
> works best with scp.   I've only done scpexe+master mode on OSX so I'm 
> not sure there.   However, master mode with scpexe is the most reliable.
> 
> Dan
> 
> 
>>
>>
>> Cheers,
>> Eoghan
>>
>> [1] http://cxf.apache.org/release-management.html
>>
>> Daniel Kulp wrote:
>>> Eoghan,
>>> It's pretty much "ad hoc" when someone needs one or if one of us has 
>>> a fix in place that they want a user to test out.   If you need one, 
>>> you should feel free to deploy one.
>>> That said, I'll try and get a new one out later tonight if you don't 
>>> get to it first.
>>> Dan
>>> On May 27, 2008, at 5:54 AM, Eoghan Glynn wrote:
>>>>
>>>> Hi folks,
>>>>
>>>> What would I need to do to arrange for an up-to-date 2.0.7-SNAPSHOT 
>>>> to be be deployed to the maven repo?
>>>>
>>>> Is this normally done regularly or on an ad-hoc basis?
>>>>
>>>> The timestamps on the 2.0.7-SNAPSHOT dir[1] in the maven repo 
>>>> suggest approximately once a week, but with a gap last week.
>>>>
>>>> Cheers,
>>>> Eoghan
>>>>
>>>> [1] 
>>>> http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf/2.0.7-SNAPSHOT/ 
>>>>
>>>>
>>>> ----------------------------
>>>> IONA Technologies PLC (registered in Ireland)
>>>> Registered Number: 171387
>>>> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, 
>>>> Ireland
>>> ---
>>> Daniel Kulp
>>> dkulp@apache.org
>>> http://www.dankulp.com/blog
>>
>> ----------------------------
>> IONA Technologies PLC (registered in Ireland)
>> Registered Number: 171387
>> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
> 
> ---
> Daniel Kulp
> dkulp@apache.org
> http://www.dankulp.com/blog
> 
> 
> 

----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland

Re: Deploying a new 2.0.7-SNAPSHOT

Posted by Daniel Kulp <dk...@apache.org>.
On May 27, 2008, at 12:26 PM, Eoghan Glynn wrote:

>
> Thanks Dan,
>
> Following the instructions on [1] I've run into an authentication  
> failure after only a few modules are deployed to the repo.
>
> Is there a way of rolling back the partially deployed artifacts, do  
> you know?

Just redeploy.   Not a big deal.

For the most part, follow the "HIGHLY RECOMMENDED" section on that  
page to get the master mode stuff working.   By default, maven creates  
3 connections for each file being deployed which is:
1) slow as it's got to authenticate each time
2) unreliable - that many connections eats the entropy on both sides  
very quickly and may be the source of the authentication issues.

Another option is to change the protocol used from scpexe to just scp  
(top level pom, just change in you working copy, deploy, and then  
reset back).   On some OS's, I've had better luck with scp instead of  
scpexe.   Windows works best with scpexe.   Linux without master mode  
works best with scp.   I've only done scpexe+master mode on OSX so I'm  
not sure there.   However, master mode with scpexe is the most reliable.

Dan


>
>
> Cheers,
> Eoghan
>
> [1] http://cxf.apache.org/release-management.html
>
> Daniel Kulp wrote:
>> Eoghan,
>> It's pretty much "ad hoc" when someone needs one or if one of us  
>> has a fix in place that they want a user to test out.   If you need  
>> one, you should feel free to deploy one.
>> That said, I'll try and get a new one out later tonight if you  
>> don't get to it first.
>> Dan
>> On May 27, 2008, at 5:54 AM, Eoghan Glynn wrote:
>>>
>>> Hi folks,
>>>
>>> What would I need to do to arrange for an up-to-date 2.0.7- 
>>> SNAPSHOT to be be deployed to the maven repo?
>>>
>>> Is this normally done regularly or on an ad-hoc basis?
>>>
>>> The timestamps on the 2.0.7-SNAPSHOT dir[1] in the maven repo  
>>> suggest approximately once a week, but with a gap last week.
>>>
>>> Cheers,
>>> Eoghan
>>>
>>> [1] http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf/2.0.7-SNAPSHOT/
>>>
>>> ----------------------------
>>> IONA Technologies PLC (registered in Ireland)
>>> Registered Number: 171387
>>> Registered Address: The IONA Building, Shelbourne Road, Dublin 4,  
>>> Ireland
>> ---
>> Daniel Kulp
>> dkulp@apache.org
>> http://www.dankulp.com/blog
>
> ----------------------------
> IONA Technologies PLC (registered in Ireland)
> Registered Number: 171387
> Registered Address: The IONA Building, Shelbourne Road, Dublin 4,  
> Ireland

---
Daniel Kulp
dkulp@apache.org
http://www.dankulp.com/blog





Re: Deploying a new 2.0.7-SNAPSHOT

Posted by Eoghan Glynn <eg...@iona.com>.
Thanks Dan,

Following the instructions on [1] I've run into an authentication 
failure after only a few modules are deployed to the repo.

Is there a way of rolling back the partially deployed artifacts, do you 
know?

Cheers,
Eoghan

[1] http://cxf.apache.org/release-management.html

Daniel Kulp wrote:
> 
> Eoghan,
> 
> It's pretty much "ad hoc" when someone needs one or if one of us has a 
> fix in place that they want a user to test out.   If you need one, you 
> should feel free to deploy one.
> 
> That said, I'll try and get a new one out later tonight if you don't get 
> to it first.
> 
> Dan
> 
> 
> On May 27, 2008, at 5:54 AM, Eoghan Glynn wrote:
> 
>>
>> Hi folks,
>>
>> What would I need to do to arrange for an up-to-date 2.0.7-SNAPSHOT to 
>> be be deployed to the maven repo?
>>
>> Is this normally done regularly or on an ad-hoc basis?
>>
>> The timestamps on the 2.0.7-SNAPSHOT dir[1] in the maven repo suggest 
>> approximately once a week, but with a gap last week.
>>
>> Cheers,
>> Eoghan
>>
>> [1] 
>> http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf/2.0.7-SNAPSHOT/ 
>>
>>
>> ----------------------------
>> IONA Technologies PLC (registered in Ireland)
>> Registered Number: 171387
>> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
> 
> ---
> Daniel Kulp
> dkulp@apache.org
> http://www.dankulp.com/blog
> 
> 
> 

----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland

Re: Deploying a new 2.0.7-SNAPSHOT

Posted by Daniel Kulp <dk...@apache.org>.
Eoghan,

It's pretty much "ad hoc" when someone needs one or if one of us has a  
fix in place that they want a user to test out.   If you need one, you  
should feel free to deploy one.

That said, I'll try and get a new one out later tonight if you don't  
get to it first.

Dan


On May 27, 2008, at 5:54 AM, Eoghan Glynn wrote:

>
> Hi folks,
>
> What would I need to do to arrange for an up-to-date 2.0.7-SNAPSHOT  
> to be be deployed to the maven repo?
>
> Is this normally done regularly or on an ad-hoc basis?
>
> The timestamps on the 2.0.7-SNAPSHOT dir[1] in the maven repo  
> suggest approximately once a week, but with a gap last week.
>
> Cheers,
> Eoghan
>
> [1] http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf/2.0.7-SNAPSHOT/
>
> ----------------------------
> IONA Technologies PLC (registered in Ireland)
> Registered Number: 171387
> Registered Address: The IONA Building, Shelbourne Road, Dublin 4,  
> Ireland

---
Daniel Kulp
dkulp@apache.org
http://www.dankulp.com/blog