commit: 4b57756242ba9bfcb6817bbba500edcc93607d0f Author: W. Trevor King <wking <AT> tremily <DOT> us> AuthorDate: Thu Jan 31 22:25:47 2013 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Thu Feb 26 19:15:20 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=4b577562
examples/README: Add a pointer to the releng Git repository 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. --- examples/README | 5 +++++ 1 file changed, 5 insertions(+) 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
