Received: from spf5.us4.outblaze.com (spf5.us4.outblaze.com [205.158.62.27]) by sdf.lonestar.org (8.13.1/8.12.10) with ESMTP id j13Gk0IA025793 for ; Thu, 3 Feb 2005 16:46:01 GMT Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by spf5.us4.outblaze.com (Postfix) with ESMTP id 50BBD76E89 for ; Thu, 3 Feb 2005 16:46:46 +0000 (GMT) Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwkKi-0000xl-5T for migo@homemail.com; Thu, 03 Feb 2005 11:59:56 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CwkK9-0000sG-7p for gnu-arch-users@gnu.org; Thu, 03 Feb 2005 11:59:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CwkK5-0000pV-3U for gnu-arch-users@gnu.org; Thu, 03 Feb 2005 11:59:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwkK4-0000nI-5X for gnu-arch-users@gnu.org; Thu, 03 Feb 2005 11:59:16 -0500 Received: from [66.216.124.41] (helo=server4.panoramicfeedback.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Cwk58-0006Cl-PL for gnu-arch-users@gnu.org; Thu, 03 Feb 2005 11:43:51 -0500 Received: from [192.168.0.19] (server4.panoramicfeedback.com [66.216.124.41]) by server4.panoramicfeedback.com (8.12.3/8.12.3/Debian-6.6) with ESMTP id j13GhHil003717; Thu, 3 Feb 2005 11:43:17 -0500 Message-ID: <420254A5.9030402@panoramicfeedback.com> Date: Thu, 03 Feb 2005 11:43:17 -0500 From: Aaron Bentley User-Agent: Mozilla Thunderbird 0.6 (X11/20040530) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Arbash Meinel Subject: Re: [Gnu-arch-users] mirroring concepts/practice help References: <5a7d482af20133a0b03c35bd22319f92@desertsol.com> <420132B1.9040000@panoramicfeedback.com> <1c92b5e634b0fe98c1d9f2d36adfc8ab@desertsol.com> <2f4797b8f3c8328faac3df0af6406263@desertsol.com> <96108223673103d9feba0be06282e9b7@desertsol.com> <42024D16.3050303@arbash-meinel.com> In-Reply-To: <42024D16.3050303@arbash-meinel.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Panometrics-MailScanner: Found to be clean Cc: Gnu Arch Users X-BeenThere: gnu-arch-users@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: a discussion list for all things arch-ish List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: gnu-arch-users-bounces+migo=homemail.com@gnu.org Errors-To: gnu-arch-users-bounces+migo=homemail.com@gnu.org Status: RO Content-Length: 1400 Lines: 44 John Arbash Meinel wrote: > Actually, =meta-info/name should always contain the "real" name. It is a > mirror, but that is the archive it is a mirror of. I'm not really sure > what should go into =meta-info/mirror. I think it is actually not ever > read. It is always read when connecting to an archive. It is verified when mirroring. When it doesn't match, the error is the one Kevin Geiss got. See archive.c: if (want_mirror_of && str_cmp (want_mirror_of, answer->mirror_of)) { safe_printfmt (2, "arch_archive_connect: attempt to connect to wrong mirror\n archive: %s\n wanted mirror of: %s\n got mirror of: %s\n", (name ? name : location), want_mirror_of, (answer->mirror_of ? answer->mirror_of : (t_uchar *)"(not a mirror)")); exit (2); } return answer; > Just having the file means that the archive is treated as a mirror > (no committing). > > What *is* important is how you have registered the archives. There are > two possibilities for archive-mirror That is not the only important thing. The =meta-info/mirror contents is also important. Aaron -- Aaron Bentley Director of Technology Panometrics, Inc. _______________________________________________ Gnu-arch-users mailing list Gnu-arch-users@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/