Gentoo Archives: gentoo-catalyst

From: "W. Trevor King" <wking@×××××××.us>
To: gentoo-catalyst@l.g.o
Cc: "W. Trevor King" <wking@×××××××.us>
Subject: [gentoo-catalyst] [PATCH] Move bug-reporting and mailing list notes from TODO to README
Date: Fri, 01 Feb 2013 01:34:29
Message-Id: f226aa91ea25a61d07ee9721d47d3ef5143fa7d2.1359682421.git.wking@tremily.us
1 From: "W. Trevor King" <wking@×××××××.us>
2
3 This information is generally useful, and folks probably only read
4 TODO if they want to help but don't already have an idea of what to
5 help with ;). Having the contact information in the README should
6 raise its visibility.
7 ---
8 README | 8 ++++++++
9 TODO | 6 +-----
10 2 files changed, 9 insertions(+), 5 deletions(-)
11
12 diff --git a/README b/README
13 index ef41380..0674e07 100644
14 --- a/README
15 +++ b/README
16 @@ -60,3 +60,11 @@ There are many more options that can be set, but those defaults are good
17 for out of the box operation. For more documentation on what you can do
18 with catalyst, please check the man page or the online documentation at
19 http://www.gentoo.org/proj/en/releng/catalyst.
20 +
21 +Bugs
22 +========================
23 +
24 +If you have questions or wish to help with development, contact the
25 +gentoo-catalyst@l.g.o mailing list. Bug reports should be
26 +filed at http://tinyurl.com/79slrk (http://bugs.gentoo.org) under the
27 +"Catalyst" component of the "Gentoo Hosted Projects" product.
28 diff --git a/TODO b/TODO
29 index bebdec7..a868508 100644
30 --- a/TODO
31 +++ b/TODO
32 @@ -1,10 +1,6 @@
33 # $Id$
34
35 -This file is a rough list of changes that need to be made to catalyst. If you
36 -have questions about any of these items, or wish to help with development, send
37 -them to the gentoo-catalyst@l.g.o mailing list. Bug reports should
38 -be filed at http://tinyurl.com/79slrk (http://bugs.gentoo.org) under the
39 -Catalyst component.
40 +This file is a rough list of changes that need to be made to catalyst.
41
42 Global:
43 - Remove spec_prefix from all exported variables
44 --
45 1.8.1.336.g94702dd