Le 18/04/2012 à 17:20, Tony Houghton <[email protected]> écrivit : > I can't upload my package (roxterm) to mentors.debian.net. I've set up > my .dput.cf as suggested at > <http://mentors.debian.net/intro-maintainers>. If I use the HTTP method > I get "403 Forbidden" as soon as it tries to upload the .dsc file. The > FTP method has partially succeeded but always times out (errno 110) > before completing the entire set of files. Perhaps the fact that the > .dsc did upload is the cause of the 403 errors because I don't have > permission to overwrite existing files?
Hi, I just changed the logic for old file removal on mentors.debian.net. Stale files are now removed 6 hours after they are uploaded. Such a long time is needed to accomodate the upload of big packages, such as ia32-libs, as we currently have no way to know if an upload is in progress. If dput gets interrupted mid-upload, you can try the ftp method as it does not interrupt itself on a permission error (see #665986 on dput for the HTTP bug). We return a 403 error when the file already exists, this halts the http method but not ftp. You can also poke [email protected] if the upload still fails (the files are gone, so it shouldn't). Cheers, -- Nicolas Dandrimont -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

