Re: Tool to clean snapshots from the repo

2007-05-17 Thread Barrie Treloar
On 5/17/07, Brian E. Fox [EMAIL PROTECTED] wrote: I'll have to experiment with that. You don't have trouble with any proxies? If there's no unique version, it seems like it could cause problems somewhere downstream. How do you mean proxies? This is for internal company releases of snapshots

RE: Tool to clean snapshots from the repo

2007-05-17 Thread Brian E. Fox
Developers List Subject: Re: Tool to clean snapshots from the repo On 5/17/07, Brian E. Fox [EMAIL PROTECTED] wrote: I'll have to experiment with that. You don't have trouble with any proxies? If there's no unique version, it seems like it could cause problems somewhere downstream. How do you mean

Re: Tool to clean snapshots from the repo

2007-05-17 Thread Barrie Treloar
On 5/17/07, Brian E. Fox [EMAIL PROTECTED] wrote: We have several remote offices and are using maven-proxy (surprisingly it works perfect for the last 1.5 yrs). I'll have to test out if mp can handle this correctly. Maven-Proxy is aggregating all our repositories as well. (even our internal

RE: Tool to clean snapshots from the repo

2007-05-16 Thread Philippe Kernevez
Hi Evan, I'm very interested by your script. Would you send it to me or to the mailing list? Thanks, Philippe -Original Message- From: Evan Worley [mailto:[EMAIL PROTECTED] Sent: vendredi 11 mai 2007 20:08 To: Maven Developers List Subject: Re: Tool to clean snapshots from the repo

Re: Tool to clean snapshots from the repo

2007-05-16 Thread Damien Lecan
Hi Evan, If can publish it ... Thanks Damien 2007/5/11, Evan Worley [EMAIL PROTECTED]: HI Damien, While there might be a more elegant method, we used a scheduled task to delete all snapshot builds that were older than 7 days. We typically build 10-20 snapshots a day for a given component.

Re: Tool to clean snapshots from the repo

2007-05-16 Thread Evan Worley
Here is the original script that we tailored for our needs. http://lifehacker.com/software/geek-to-live/geek-to-live-hard-drive-janitor-133190.php On 5/16/07, Damien Lecan [EMAIL PROTECTED] wrote: Hi Evan, If can publish it ... Thanks Damien 2007/5/11, Evan Worley [EMAIL PROTECTED]: HI

RE: Tool to clean snapshots from the repo

2007-05-16 Thread Brian E. Fox
PROTECTED] Sent: Wednesday, May 16, 2007 1:53 PM To: Maven Developers List Subject: Re: Tool to clean snapshots from the repo Here is the original script that we tailored for our needs. http://lifehacker.com/software/geek-to-live/geek-to-live-hard-drive-jani tor-133190.php On 5/16/07, Damien

Re: Tool to clean snapshots from the repo

2007-05-16 Thread Evan Worley
behind the last one. -Original Message- From: Evan Worley [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 1:53 PM To: Maven Developers List Subject: Re: Tool to clean snapshots from the repo Here is the original script that we tailored for our needs. http://lifehacker.com/software

RE: Tool to clean snapshots from the repo

2007-05-16 Thread Brian E. Fox
To: Maven Developers List Subject: Re: Tool to clean snapshots from the repo Brian, We did not add any exclusion functionality, we have a cruisecontrol machine which is deploying snapshot artifacts to that repository roughly every 30 minutes, so we are not concerned about any files older than 7 days. I

Re: Tool to clean snapshots from the repo

2007-05-16 Thread Evan Worley
as is and see what happens. -Original Message- From: Evan Worley [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 6:26 PM To: Maven Developers List Subject: Re: Tool to clean snapshots from the repo Brian, We did not add any exclusion functionality, we have a cruisecontrol machine which

RE: Tool to clean snapshots from the repo

2007-05-16 Thread Brian E. Fox
it won't hurt to try as is and see what happens. -Original Message- From: Evan Worley [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 6:26 PM To: Maven Developers List Subject: Re: Tool to clean snapshots from the repo Brian, We did not add any exclusion functionality, we have

Re: Tool to clean snapshots from the repo

2007-05-16 Thread Barrie Treloar
On 5/17/07, Brian E. Fox [EMAIL PROTECTED] wrote: Heh. I fill up a 300gb disk every 3 weeks ;-) Our app build is 800Mb each build, in the end I set top level modules to include in the pom: distributionManagement snapshotRepository idinhouse_snapshot/id

RE: Tool to clean snapshots from the repo

2007-05-16 Thread Brian E. Fox
Developers List Subject: Re: Tool to clean snapshots from the repo On 5/17/07, Brian E. Fox [EMAIL PROTECTED] wrote: Heh. I fill up a 300gb disk every 3 weeks ;-) Our app build is 800Mb each build, in the end I set top level modules to include in the pom: distributionManagement snapshotRepository

Re: Tool to clean snapshots from the repo

2007-05-16 Thread Wendy Smoak
On 5/16/07, Brian E. Fox [EMAIL PROTECTED] wrote: I'll have to experiment with that. You don't have trouble with any proxies? If there's no unique version, it seems like it could cause problems somewhere downstream. It should be fine, the metadata file is still there with a last changed

Re: Tool to clean snapshots from the repo

2007-05-11 Thread Damien Lecan
Any idea of how to remove old artifact snapshot ? Can repositorytools be useful for that ? Thanks Damien Which goal specifically? I can only see: repositorytools:add-artifact repositorytools:add-plugin-group repositorytools:add-repository repositorytools:copy-artifact

Re: Tool to clean snapshots from the repo

2007-05-11 Thread Evan Worley
HI Damien, While there might be a more elegant method, we used a scheduled task to delete all snapshot builds that were older than 7 days. We typically build 10-20 snapshots a day for a given component. If you are interested in this method, I can point you to the script that does the cleaning.

Re: Tool to clean snapshots from the repo

2007-05-03 Thread Mark Hobson
On 02/05/07, Jason van Zyl [EMAIL PROTECTED] wrote: On 2 May 07, at 2:26 PM 2 May 07, Brian E. Fox wrote: Is there any tool or piece of tool in existence that can clean snapshots from a repo? Tom's repositorytools in the mojo sandbox. Which goal specifically? I can only see:

Tool to clean snapshots from the repo

2007-05-02 Thread Brian E. Fox
Is there any tool or piece of tool in existence that can clean snapshots from a repo? We have consumed over 370GB in a month in snapshots (talk about lots of large builds!). My only solution right now is to go hacking entire versions from the repo, leaving behind just the latest set. I need a tool

Re: Tool to clean snapshots from the repo

2007-05-02 Thread Wendy Smoak
On 5/2/07, Brian E. Fox [EMAIL PROTECTED] wrote: Is there any tool or piece of tool in existence that can clean snapshots from a repo? We have consumed over 370GB in a month in snapshots (talk about lots of large builds!). My only solution right now is to go hacking entire versions from the

Re: Tool to clean snapshots from the repo

2007-05-02 Thread Jason van Zyl
On 2 May 07, at 2:26 PM 2 May 07, Brian E. Fox wrote: Is there any tool or piece of tool in existence that can clean snapshots from a repo? Tom's repositorytools in the mojo sandbox. Jason. We have consumed over 370GB in a month in snapshots (talk about lots of large builds!). My only