[Tilesathome] 'CR after tileGen.pl upload' patch

Ludovic Bellier osm-tah at zyrianes.net
Sat Jul 19 16:20:32 BST 2008


Hello,

	a small patch which adds un CR after the end of a 'tileGen.pl upload',
so just an esthetic patch.

without the patch:
osm at cyn ~/3/tilesAtHome $ ./tilesGen.pl upload
- Using working directory /tmp/3/
- Using process log file tah-process.log
- Uploading with username "ludovicXX at XX"
- Deleting ZIP files after upload
- Configured Layer: captionless
- Configured Layer: tile
- Configured Layer: maplint
This is version 9151 (Quickborn) of tilesgen running on linux
[#0   0% warning] don't run this parallel to another tilesGen.pl instance
[#0   0% upload2] 0 zip files to upload... osm at cyn ~/3/tilesAtHome $


with the patch:
osm at cyn ~/3/tilesAtHome $ ./tilesGen.pl upload
- Using working directory /tmp/3/
- Using process log file tah-process.log
- Uploading with username "ludovicXX at XX"
- Deleting ZIP files after upload
- Configured Layer: captionless
- Configured Layer: tile
- Configured Layer: maplint
This is version 9151 (Quickborn) of tilesgen running on linux
[#0   0% warning] don't run this parallel to another tilesGen.pl instance
[#0   0% upload2] 0 zip files to upload...
osm at cyn ~/3/tilesAtHome $



Index: tilesGen.pl
===================================================================
--- tilesGen.pl (révision 9168)
+++ tilesGen.pl (copie de travail)
@@ -351,6 +351,7 @@
      $currentSubTask = "warning";
      statusMessage("don't run this parallel to another tilesGen.pl
instance", $currentSubTask, $progressJobs, $progressPercent,1);
      compressAndUpload();
+    print "\n";
  }
  elsif ($Mode eq "upload_conditional")
  {





More information about the Tilesathome mailing list