From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1149 invoked by alias); 28 Oct 2012 21:00:59 -0000 Received: (qmail 1132 invoked by uid 22791); 28 Oct 2012 21:00:58 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_50,HK_OBFDOM,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 28 Oct 2012 21:00:54 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id 4A8F52F78006; Sun, 28 Oct 2012 21:00:53 +0000 (GMT) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZCxBrN7s+6Yn; Sun, 28 Oct 2012 21:00:51 +0000 (GMT) Received: from lert.jifvik.org (jifvik.dyndns.org [85.158.45.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: jlarmour@ecoscentric.com) by mail.ecoscentric.com (Postfix) with ESMTP id 6DBEE2F78004; Sun, 28 Oct 2012 21:00:51 +0000 (GMT) Message-ID: <508D9D01.1070005@eCosCentric.com> Date: Sun, 28 Oct 2012 21:00:00 -0000 From: Jonathan Larmour Reply-To: eCos Discussion User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.10 MIME-Version: 1.0 To: eCos Announcements CC: eCos Discussion Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] sources.redhat.com no longer valid for eCos X-SW-Source: 2012-10/txt/msg00017.txt.bz2 For a long time now, we've been telling people to use ecos.sourceware.org for everything to do with the eCos project, whether for the mailing lists, website, CVS, and so on. Years ago, it used to be sources.redhat.com. But a recent change means that the sources.redhat.com name no longer points to ecos.sourceware.org (or sourceware.org). Anyone who has been using old address book entries for sending mail to the eCos mailing lists will find it won't work, and obviously you should update your address book to use ecos.sourceware.org instead. Also anyone who has had a CVS source tree checked out from when it was sources.redhat.com will find they can no longer update it. For anyone with an existing CVS tree, open a bash prompt (using cygwin if on Windows), change directory to the base of the checked out tree and type: cat CVS/Root and if the output is: :pserver:anoncvs@sources.redhat.com:/cvs/ecos then you will need to fix your CVS source tree with the following command from the same directory: find . -path \*/CVS/Root -exec sh -c "echo :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos > {}" \; (that must be all on one line). Contact ecos-discuss@ecos.sourceware.org if you have any problems. Jifl -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss