Index: trunk/ippScripts/scripts/warp_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/warp_skycell.pl	(revision 17787)
+++ trunk/ippScripts/scripts/warp_skycell.pl	(revision 17803)
@@ -219,4 +219,5 @@
     $command .= " -uri $outputImage -path_base $outroot" if $accept;
     $command .= $stats->cmdflags() if $accept;
+    $command .= " -hostname $host" if defined $host;
     $command .= " -dbname $dbname" if defined $dbname;
 
@@ -241,4 +242,5 @@
     if (defined $warp_id and defined $skycell_id and defined $tess_id and not $no_update) {
         my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_id -code $exit_code";
+        $command .= " -hostname $host" if defined $host;
         $command .= " -dbname $dbname" if defined $dbname;
         run(command => $command, verbose => $verbose);
