Return-Path: Delivered-To: apmail-repository-archive@www.apache.org Received: (qmail 42274 invoked from network); 18 Dec 2009 14:22:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Dec 2009 14:22:23 -0000 Received: (qmail 28883 invoked by uid 500); 18 Dec 2009 14:22:23 -0000 Delivered-To: apmail-repository-archive@apache.org Received: (qmail 28781 invoked by uid 500); 18 Dec 2009 14:22:23 -0000 Mailing-List: contact repository-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: repository@apache.org List-Id: Delivered-To: mailing list repository@apache.org Received: (qmail 28773 invoked by uid 99); 18 Dec 2009 14:22:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2009 14:22:23 +0000 X-ASF-Spam-Status: No, hits=-6.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received-SPF: unknown (athena.apache.org: error in processing during lookup of brianf@sonatype.com) Received: from [64.18.2.20] (HELO exprod7og121.obsmtp.com) (64.18.2.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 18 Dec 2009 14:22:12 +0000 Received: from source ([209.85.210.203]) by exprod7ob121.postini.com ([64.18.6.12]) with SMTP ID DSNKSyuP/23t5/aS6Mw5V4nGTBqY6exeqFea@postini.com; Fri, 18 Dec 2009 06:21:52 PST Received: by mail-yx0-f203.google.com with SMTP id 41so9759501yxe.30 for ; Fri, 18 Dec 2009 06:21:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.101.189.27 with SMTP id r27mr6154057anp.162.1261146111499; Fri, 18 Dec 2009 06:21:51 -0800 (PST) In-Reply-To: References: <67a6ab030912171801w25bc2ccds60e899182e75578@mail.gmail.com> Date: Fri, 18 Dec 2009 09:21:51 -0500 Message-ID: Subject: Re: Merge two staging repos From: Brian Fox To: repository Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable It looks like you have two separate builds here? (it's the only explanation for you having multiple user agents) Each build should be staged independently anyway, at least that was the original intent, to capture the output from a single mvn execution into a separate repo. It is possible to work around that and stage things together, but keeping them separate is generally easier. Note that all staging repos are added to the same staging group so you don't have to add multiple repos to your system for testing (if that's a concern) On Fri, Dec 18, 2009 at 9:18 AM, Damian Bradicich wrote: > Hi Gert, I dug into this and found why the 2 staging repos were created. > First a little detail, we use 3 criteria to define=A0which staging repo > artifacts will go into: > > #1: userId or remote request > #2: ip address of remote request > #3: user agent of remote request > > In your case the userId and ip address were the same for both staging rep= os, > but seems some part of your build used a different user agent, thus causi= ng > a new staging repo to get created > > Apache-Maven/2.2 (Java 1.6.0_16; Linux 2.6.31-16-generic) > maven-artifact/2.2.1 > Apache-Maven/2.2 (Java 1.5.0_18; Linux 2.6.31-16-generic) > maven-artifact/2.2.1 > > Note that you cannot merge these staging repositories ( actually there is > really no need to merge these staging repositories together), you can sim= ply > perform actions on them together, when you close one, close the other, dr= op > one, drop the other etc. > > Hope that helps > > Damian > > On Thu, Dec 17, 2009 at 9:01 PM, Gert Vanthienen > wrote: >> >> L.S., >> >> While doing a fairly large set of releases this evening, I noticed >> that the artifacts have been put in two separate staging repos: >> - >> https://repository.apache.org/content/repositories/orgapacheservicemix-0= 58/ >> - >> https://repository.apache.org/content/repositories/orgapacheservicemix-0= 61/ >> >> Not entirely sure what caused the creation of the second staging repo >> (user id and ip address didn't change). =A0Is it possible to somehow >> merge these two staging repos into a single staging repo? =A0For now, I >> haven't closed the staging repos because I guess it would definitely >> be impossible once they're closed. >> >> Regards, >> >> Gert Vanthienen >> ------------------------ >> Open Source SOA: http://fusesource.com >> Blog: http://gertvanthienen.blogspot.com/ > >