]> git.decadent.org.uk Git - dak.git/blobdiff - tools/debianqueued-0.9/config
One more
[dak.git] / tools / debianqueued-0.9 / config
index 4029440c18b61255f29c4c766cd10e0a47b05820..2e6f41f3b3a7c296eb284c1af95fb605834f6348 100644 (file)
@@ -34,10 +34,10 @@ $ssh_options = "-o'BatchMode yes' -o'FallBackToRsh no' ".
 $ssh_key_file = "";
 
 # the incoming dir we live in
-$incoming = "/srv/upload.debian.org/pub/UploadQueue";
+$incoming = "/srv/upload.debian.org/ftp/pub/UploadQueue";
 
 # the delayed incoming directories
-$incoming_delayed = "/srv/upload.debian.org/pub/UploadQueue/DELAYED/%d-day";
+$incoming_delayed = "/srv/upload.debian.org/ftp/pub/UploadQueue/DELAYED/%d-day";
 
 # maximum delay directory, -1 for no delayed directory,
 # incoming_delayed and target_delayed need to exist.