[Collab-qa-commits] r1501 - ddpo-by-mail

Raphael Geissert atomo64-guest at alioth.debian.org
Mon Jul 6 01:05:50 UTC 2009


Author: atomo64-guest
Date: 2009-07-06 01:05:49 +0000 (Mon, 06 Jul 2009)
New Revision: 1501

Modified:
   ddpo-by-mail/ddpo-config.rb
Log:
Add list of user tags used for the dependency-based init system goal


Modified: ddpo-by-mail/ddpo-config.rb
===================================================================
--- ddpo-by-mail/ddpo-config.rb	2009-07-01 19:56:30 UTC (rev 1500)
+++ ddpo-by-mail/ddpo-config.rb	2009-07-06 01:05:49 UTC (rev 1501)
@@ -89,7 +89,7 @@
 MAIL_DIR = "archives/" + d.year.to_s + d.month.to_s + d.day.to_s
 
 # Release Goals
-# FIXME missing tags: i18n-debconf goal-enriched-chroot dep-init ftbfs-gcc
+# FIXME missing tags: i18n-debconf goal-enriched-chroot ftbfs-gcc
 RGTAGS = {
   'goal-dash' => 'switch /bin/sh to dash',
   'qa-doublebuild' => 'double compilation support',
@@ -102,5 +102,13 @@
   'lfs' => 'Remove arbitrary file size limits',
   'ipv6' => 'IPv6 support',
   'nfs-v4' => 'Support version 4 of the NFS protocol',
-  'ddtp' => 'I18n support for package descriptions'
+  'ddtp' => 'I18n support for package descriptions',
+  'boot-dependencies' => 'dependency-based init system',
+  'missing-dependency' => 'dependency-based init system',
+  'obsolete-initscript' => 'dependency-based init system',
+  'runtime-problem' => 'dependency-based init system',
+  'incorrect-provides' => 'dependency-based init system',
+  'incorrect-dependency' => 'dependency-based init system',
+  'incorrect-boot-order' => 'dependency-based init system',
+  'incorrect-updatercd-order' => 'dependency-based init system'
 }




More information about the Collab-qa-commits mailing list