From: "W. Trevor King" <[email protected]> Thanks to Dustin C. Hatch for pointing this out, because I wasn't able to find it on my own. Having a pointer distributed with Catalyst should help other newcomers find example spec files written by folks who know what they're doing ;). The current examples lack a full stage1-through-stage3 progression. --- On Thu, Jan 31, 2013 at 02:48:33PM -0600, Dustin C. Hatch wrote: > http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=tree;f=releases/weekly/specs
Wonderful, thanks. This patch adds the pointers to Catalyst, so other folks can find them without emailing the list for assistance ;). examples/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/README diff --git a/examples/README b/examples/README new file mode 100644 index 0000000..bfd517a --- /dev/null +++ b/examples/README @@ -0,0 +1,5 @@ +For further examples, see the releases/weekly/specs directory [1] in +the releng Git repository [2]. + +[1]: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=tree;f=releases/weekly/specs;hb=HEAD +[2]: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=summary -- 1.8.1.336.g94702dd
