? drupalorg_testing-project-config_0.patch
Index: /Applications/MAMP/htdocs/dot/drupal/profiles/drupalorg_testing/drupalorg_testing.profile
===================================================================
RCS file: /cvs/drupal-contrib/contributions/profiles/drupalorg_testing/drupalorg_testing.profile,v
retrieving revision 1.37
diff -u -p -r1.37 drupalorg_testing.profile
--- drupalorg_testing.profile	25 Jan 2008 17:05:34 -0000	1.37
+++ drupalorg_testing.profile	26 Jan 2008 04:12:40 -0000
@@ -673,6 +673,12 @@ function _drupalorg_testing_create_issue
  * Generates sample project content.
  */
 function _drupalorg_testing_create_content_project() {
+  // Disable comments and file attachments on project_project and project_release nodes.
+  variable_set('comment_project_project', COMMENT_NODE_DISABLED);
+  variable_set('upload_project_project', 0);
+  variable_set('comment_project_release', COMMENT_NODE_DISABLED);
+  variable_set('upload_project_release', 0);
+
   // First, add one of each type of project.
   $values[t('Drupal project')] = array(
     'title' => t('Drupal'),
