[release-notes] updated README with ways to find new packages

Pete Travis immanetize at fedoraproject.org
Mon Oct 22 19:54:04 UTC 2012


commit 529f04fa329ef34ee6ca7adaa4a1ea7270fb410c
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Mon Oct 22 13:53:24 2012 -0600

    updated README with ways to find new packages

 README |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/README b/README
index fe0d6b2..ad0303f 100644
--- a/README
+++ b/README
@@ -40,3 +40,11 @@ Now rename all the language directories to Publican friendly names
 Then upate the OTHER_LANGS definition in the Makefile to include all
 languages, and remove the '#' comment symbol so that it is read by
 Publican.
+
+
+Some methods of finding new packages to write about:
+https://admin.fedoraproject.org/updates/list?release=F17&type_=newpackage
+https://admin.fedoraproject.org/updates/rss/rss2.0?release=F17&type=newpackage
+`bodhi -r f17 -t newpackage`
+#~/usr/bin/env python 
+from fedora.client import BodhiClient; BodhiClient().query(release="F17", type_="newpackage")
\ No newline at end of file


More information about the docs-commits mailing list