Author: neronus-guest Date: 2008-08-08 17:50:36 +0000 (Fri, 08 Aug 2008) New Revision: 1006
Modified: udd/doc/sources/packages udd/doc/sources/popcon udd/doc/sources/sources Log: Added documentation for the configurable table names Modified: udd/doc/sources/packages =================================================================== --- udd/doc/sources/packages 2008-08-08 17:40:02 UTC (rev 1005) +++ udd/doc/sources/packages 2008-08-08 17:50:36 UTC (rev 1006) @@ -47,3 +47,5 @@ distribution: The distribution these packages belong to release: The release these packages belong to archs: The list of architectures to handle. + packages-table: The name of the database table to be filled with the + data from Packages.gz files Modified: udd/doc/sources/popcon =================================================================== --- udd/doc/sources/popcon 2008-08-08 17:40:02 UTC (rev 1005) +++ udd/doc/sources/popcon 2008-08-08 17:50:36 UTC (rev 1006) @@ -14,6 +14,19 @@ Furthermore, we save the number of submissions in the row with package name '_submissions'. + From this data, three tables are filled: + * One table with the name specified by the 'table' node + * One table with '_src_max' appended to the first table + * One table with '_src_average' appended to the first table + + The first one contains the raw popcon data. For the other tables, + please see the source code of the gatherer. + +NOTES: + You have to have an existing packages table for th + CONFIGURATION: path: The path of the popcon raw data to be read - distribution: To which distribution does this popcon data belong? + table: The name of the database table + packages-table: The name of the table from a source of type packages, for the + same distribution Modified: udd/doc/sources/sources =================================================================== --- udd/doc/sources/sources 2008-08-08 17:40:02 UTC (rev 1005) +++ udd/doc/sources/sources 2008-08-08 17:50:36 UTC (rev 1006) @@ -54,3 +54,5 @@ components: The list components to handle. distribution: The distribution these packages belong to release: The release these packages belong to + sources-table: The name of the database table to be filled with the + data from Sources.gz files _______________________________________________ Collab-qa-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/collab-qa-commits
