public inbox for ecos-announce@sourceware.org
 help / color / mirror / Atom feed
From: Jonathan Larmour <jifl@eCosCentric.com>
To: eCos Announcements <ecos-announce@ecos.sourceware.org>
Cc: eCos Discussion <ecos-discuss@ecos.sourceware.org>
Subject: sources.redhat.com no longer valid for eCos
Date: Sun, 28 Oct 2012 21:02:00 -0000	[thread overview]
Message-ID: <508D9D01.1070005@eCosCentric.com> (raw)

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

                 reply	other threads:[~2012-10-28 21:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=508D9D01.1070005@eCosCentric.com \
    --to=jifl@ecoscentric.com \
    --cc=ecos-announce@ecos.sourceware.org \
    --cc=ecos-discuss@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).