skip signing except for important builds
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 1f793e6..3d2c591 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -656,6 +656,15 @@
<property
name="build.distribution"
value="wtp"/>
+
+<!-- remember to remove these "skips" as we approach a test or declared build -->
+ <property
+ name="SKIP_JAR_SIGNING"
+ value="true"/>
+ <property
+ name="normalizeJarFiles"
+ value="false"/>
+
</ant>
</schedule>
</project>
@@ -774,6 +783,7 @@
<property
name="build.distribution"
value="wtp"/>
+<!-- remember to remove these "skips" as we approach a test or declared build -->
<property
name="SKIP_JAR_SIGNING"
value="true"/>