2008-05-22 Damien Carbery <[email protected]>
authordcarbery
Thu, 22 May 2008 09:31:31 +0000
changeset 12339 41dab839312e
parent 12338 8a3376c6a970
child 12340 ba8dfe231f15
2008-05-22 Damien Carbery <[email protected]> * cron-script.sh: Disable doing debug builds because a debug version of Python breaks other modules when they run /usr/bin/xml2po (the Py_InitModule4 symbol is not found in /usr/lib/python2.4/vendor-packages/libxml2mod.so.
ChangeLog
cron-script.sh
--- a/ChangeLog	Thu May 22 09:06:07 2008 +0000
+++ b/ChangeLog	Thu May 22 09:31:31 2008 +0000
@@ -1,5 +1,9 @@
 2008-05-22  Damien Carbery <[email protected]>
 
+	* cron-script.sh: Disable doing debug builds because a debug version of
+	  Python breaks other modules when they run /usr/bin/xml2po (the
+	  Py_InitModule4 symbol is not found in
+	  /usr/lib/python2.4/vendor-packages/libxml2mod.so.
 	* closed/SUNWtgnome-zz-l10n.spec: Remove obsolete %build_tjds code.
 
 2008-04-22 Rick Ju <[email protected]>
--- a/cron-script.sh	Thu May 22 09:06:07 2008 +0000
+++ b/cron-script.sh	Thu May 22 09:31:31 2008 +0000
@@ -162,9 +162,9 @@
 # On 'even' days of the week (Sun, Tues, Thur, Sat) to a debug build.
 DEBUG_BUILD=
 DOW=$[ $(date +"%w") % 2 ]
-if [ $DOW -eq "0" ]; then
-  DEBUG_BUILD="--with-debug"
-fi
+#if [ $DOW -eq "0" ]; then
+#  DEBUG_BUILD="--with-debug"
+#fi
 
 cd $SPECDIR