[Socialtext-commits] SF.net SVN: socialtext: [994] branches/rug
Brought to you by:
socialtextrocks
|
From: <pet...@us...> - 2007-01-30 18:55:29
|
Revision: 994
http://svn.sourceforge.net/socialtext/?rev=994&view=rev
Author: petdance
Date: 2007-01-30 10:54:54 -0800 (Tue, 30 Jan 2007)
Log Message:
-----------
webapi has to be passed thru to gen-config
Modified Paths:
--------------
branches/rug/dev-bin/gen-config
branches/rug/lib/Test/Socialtext/Fixture.pm
Modified: branches/rug/dev-bin/gen-config
===================================================================
--- branches/rug/dev-bin/gen-config 2007-01-30 07:07:05 UTC (rev 993)
+++ branches/rug/dev-bin/gen-config 2007-01-30 18:54:54 UTC (rev 994)
@@ -57,6 +57,7 @@
'apache2-moduledir' => 's',
'apache-perl-moduledir' => 's',
'dev' => 'i',
+ 'webapi' => 's',
);
while ( my ($keyword,$type) = each %passthru ) {
Modified: branches/rug/lib/Test/Socialtext/Fixture.pm
===================================================================
--- branches/rug/lib/Test/Socialtext/Fixture.pm 2007-01-30 07:07:05 UTC (rev 993)
+++ branches/rug/lib/Test/Socialtext/Fixture.pm 2007-01-30 18:54:54 UTC (rev 994)
@@ -72,7 +72,7 @@
my $env = $self->env;
- my @passthru_settings = qw( socialtext-open apache-proxy );
+ my @passthru_settings = qw( socialtext-open apache-proxy webapi );
my @passthru_args = map { ("--$_" => get_build_setting($_)) } @passthru_settings;
my @configure_settings = qw( support-address server-admin hostname url );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|