[Tilesathome] New Client version "Rapperswil"
Henry Loenwind
henry at loenwind.info
Wed Aug 6 23:13:03 BST 2008
Dirk-Lüder Kreie wrote:
> If you have local modifications to make it work at all on your box,
> consider sending me (or this list) the patches required, and we will
> work something out.
I've got this, so a unuploadable file does not lead to a pile up of
rendered file:
--- upload.pl (revision 9517)
+++ upload.pl (working copy)
@@ -129,7 +129,7 @@
{
return 0;
}
- @sorted = sort { $a cmp $b } @zipfiles; # sort by ASCII value (i.e.
upload oldest first if timestamps used)
+ @sorted = sort { $b cmp $a } @zipfiles; # sort by ASCII value (i.e.
upload newest first if timestamps used)
my $zipCount = scalar(@sorted);
statusMessage(scalar(@sorted)." zip files to upload",
$currentSubTask, $progressJobs, $progressPercent,0);
my $Reason = "queue full";
Also, my tilesGen.pl had one additional LF at the end, wherever that
came from...
cu
Henry
More information about the Tilesathome
mailing list