]> git.decadent.org.uk Git - dak.git/blobdiff - docs/README.first
Merge remote branch 'ftpmaster/master'
[dak.git] / docs / README.first
index 237d63cf6b54f0929a5c86bacab1556a31591c8e..86cb73cdfb03e9d0125a00d9fb43578a82a66ea3 100644 (file)
@@ -25,9 +25,8 @@ o To process queue/:
 
 o To generate indices files:
 
-  * dak make-suite-file-list - generates file lists for apt-ftparchive
-                               and removes obsolete packages from
-                               suites 
+  * dak dominate          - removes obsolete packages from suites
+  * dak generate-filelist - generates file lists for apt-ftparchive
   * dak generate-releases - generates Release
 
 o To clean things up:
@@ -42,6 +41,7 @@ o Information display:
   * dak ls - shows information about package(s)
   * dak queue-report - shows information about package(s) in queue/
   * dak override - can show you individual override entries
+  * dak graph - creates some pretty graphs of queue sizes over time
 
 Generic and useful, but only for those with existing archives
 -------------------------------------------------------------
@@ -114,11 +114,11 @@ o If you have an existing archive:
      which are needed for this.  After changing all occurences of "projectb"
      to the name of your database (as defined in DB::Name) you can run:
          psql <DB::Name> < init_pool.sql
+   * Create the following groups in postgres: ftpmaster ftpteam ftptrainee
    * Run 'dak update-db' to upgrade the database schema.
    * Run 'dak init-db': it will populate your database with the values from
      dak.conf and apt.conf.
    * Run 'psql <DB::Name> < add_constraints.sql'.
 o Copy all templates from the "templates" directory to to the directory
   specified in Dir::Templates, and adapt them to your distribution.
-o Create an 'ftpmaster' group in postgres.