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

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


Author: atomo64-guest
Date: 2009-07-06 01:27:47 +0000 (Mon, 06 Jul 2009)
New Revision: 1502

Modified:
   ddpo-by-mail/ddpo-config.rb
Log:
Add more usertags for the remaining RGs


Modified: ddpo-by-mail/ddpo-config.rb
===================================================================
--- ddpo-by-mail/ddpo-config.rb	2009-07-06 01:05:49 UTC (rev 1501)
+++ ddpo-by-mail/ddpo-config.rb	2009-07-06 01:27:47 UTC (rev 1502)
@@ -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 ftbfs-gcc
+# FIXME missing tags: goal-enriched-chroot
 RGTAGS = {
   'goal-dash' => 'switch /bin/sh to dash',
   'qa-doublebuild' => 'double compilation support',
@@ -103,6 +103,8 @@
   'ipv6' => 'IPv6 support',
   'nfs-v4' => 'Support version 4 of the NFS protocol',
   'ddtp' => 'I18n support for package descriptions',
+  'not-using-po-debconf' => 'I18n support in all debconf-using packages',
+  'goal-ddtp' => 'I18n support for package descriptions',
   'boot-dependencies' => 'dependency-based init system',
   'missing-dependency' => 'dependency-based init system',
   'obsolete-initscript' => 'dependency-based init system',
@@ -110,5 +112,7 @@
   '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'
+  'incorrect-updatercd-order' => 'dependency-based init system',
+  'ftbfs-gcc-4.4' => 'support gcc 4.4 as the default compiler',
+  'ftbfs-gcc-4.5' => 'support gcc 4.5 as the default compiler'
 }




More information about the Collab-qa-commits mailing list