[csw-devel] SF.net SVN: gar:[22036] csw/mgar/pkg/opencsw-manual/trunk/files/ for-maintainers/buildfarm-setup.rst

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Sep 27 10:26:56 CEST 2013


Revision: 22036
          http://gar.svn.sourceforge.net/gar/?rev=22036&view=rev
Author:   wahwah
Date:     2013-09-27 08:26:55 +0000 (Fri, 27 Sep 2013)
Log Message:
-----------
opencsw-manual/trunk: More information about web apps and catalog generation

Modified Paths:
--------------
    csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst

Modified: csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst
===================================================================
--- csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst	2013-09-26 23:22:47 UTC (rev 22035)
+++ csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst	2013-09-27 08:26:55 UTC (rev 22036)
@@ -514,13 +514,34 @@
 pkgdb-web is a web app on which you can browse your package database and
 inspect package metadata without having to unpack and examine packages in the
 terminal. Information such as list of files, pkginfo content and information
-about binaries output are available on that page.
+about binaries are available on that page.
 
+The checkpkg database also holds information about catalogs.
+
+* Live app on the OpenCSW buildfarm http://buildfarm.opencsw.org/pkgdb/
+* Source code:
+  * Browse http://gar.svn.sourceforge.net/viewvc/gar/csw/mgar/gar/v2/lib/web
+  * Checkout:
+    http://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2/lib/web
+
+There are specifically two web apps: One is read-only (``pkgdb_web.py``) and
+one is read-write (``releases_web.py``).
+
+Catalog generation
+------------------
+
+Once you have the buildfarm database, you can generate your own package
+catalogs. The main entry point which you can add to cron is the
+``opencsw-future-update`` script.
+
+* Source code:
+  https://sourceforge.net/p/opencsw/code/HEAD/tree/buildfarm/bin/
+
 Catalog signing daemon
 ----------------------
 
-Catalog signing daemon is useful if you wish to build package catalogs locally
-and automatically sign them with a GPG key.
+Catalog signing daemon is useful if you wish to automatically sign your built
+catalogs with a GPG key.
 
 * `Catalog signing daemon source code`_
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list