X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FFatNode.pm;h=b5f3437b0ceb7b15efc25022f1391f114381084d;hp=0d4ee055978e392e2035928934a039a05c4a6e9d;hb=eb351344773af82344bd550ffd5a8814b816cfeb;hpb=572a9a00cec239943f92157ec39c44398aad137f diff --git a/lib/Object/Remote/FatNode.pm b/lib/Object/Remote/FatNode.pm index 0d4ee05..b5f3437 100644 --- a/lib/Object/Remote/FatNode.pm +++ b/lib/Object/Remote/FatNode.pm @@ -68,12 +68,8 @@ my @core_non_arch = grep +( or /\Q$Config{archname}/ or /\Q$Config{myarchname}/) ), keys %mods; -#print STDERR "non-core non-arch ", Dumper(\@non_core_non_arch); -#print STDERR "core non-arch ", Dumper(\@core_non_arch); - -#TODO this is the wrong path to go down - fork() will bring -#the env vars with it and the ssh connector can handle -#forwarding the env vars +#FIXME - encode the env vars in YAML or something similiar and make the +#env vars that will be forwarded driven by a list my $env_pass = ''; if (defined($ENV{OBJECT_REMOTE_LOG_LEVEL})) { my $level = $ENV{OBJECT_REMOTE_LOG_LEVEL};