From 9a037d005d90fa97ffa402c78ee7803297816e27 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Tue, 3 May 2011 09:25:38 +0000
Subject: [PATCH] sign4x builds, after all, for better comparator tests

---
 releng.control/cc_config.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 8462d9e6a..be17658dd 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -862,14 +862,17 @@
                     since we are not building anything for distribution in this job, 
                     we are testing compilation only, 
                     we can skip signing and normalization. 
-                    -->
+                    But, that throughs off comparator test (makes all look "different" since 
+                    differs by 3 files. Makes it hard to see if there are others differences. 
+                    So, we'll sign, for now. 
+                    
                 <property
                     name="SKIP_JAR_SIGNING"
                     value="true"/>
                 <property
                     name="normalizeJarFiles"
                     value="false"/>
-                
+                -->
             </ant>
         </schedule>
     </project>
-- 
GitLab