From: <rv...@us...> - 2009-12-09 16:07:35
|
Revision: 339 http://treebase.svn.sourceforge.net/treebase/?rev=339&view=rev Author: rvos Date: 2009-12-09 16:06:08 +0000 (Wed, 09 Dec 2009) Log Message: ----------- Working on issue 2903251 Modified Paths: -------------- trunk/treebase-core/src/main/perl/bin/undump trunk/treebase-core/src/main/perl/misc/publish Modified: trunk/treebase-core/src/main/perl/bin/undump =================================================================== --- trunk/treebase-core/src/main/perl/bin/undump 2009-12-09 14:56:56 UTC (rev 338) +++ trunk/treebase-core/src/main/perl/bin/undump 2009-12-09 16:06:08 UTC (rev 339) @@ -9,7 +9,7 @@ $commit_batch_size ||= $opt{n}; my $BEGIN = "BEGIN TRANSACTION;\n"; -$BEGIN .= "SET CONSTAINTS ALL DEFERRED;\n" if $opt{d}; +$BEGIN .= "SET CONSTRAINTS ALL DEFERRED;\n" if $opt{d}; my $OK = 1; Modified: trunk/treebase-core/src/main/perl/misc/publish =================================================================== --- trunk/treebase-core/src/main/perl/misc/publish 2009-12-09 14:56:56 UTC (rev 338) +++ trunk/treebase-core/src/main/perl/misc/publish 2009-12-09 16:06:08 UTC (rev 339) @@ -26,6 +26,10 @@ TARGET_DIR="treebase-web" IP_ADDR=`curl -s checkip.dyndns.org | grep -Eo '[0-9\.]+'` +# Need to set this for mesquite, in case we're launching +# on servers that don't have X11 configure +export DISPLAY=:0.0 + # Flag to suppress sourre update and rebuilding update_sources=true if [ "$1" == "-r" ]; then This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |