reopen 226101
severity 226101 minor
tags 226101 patch
thanks

Hi all,

/etc/dupload.conf uses obsolete information about mentors.debian.net.
The following patch solves the problem.

Have a nice day,

-- 
Charles Plessy
http://charles.plessy.org
Wako, Saitama, Japan
--- dupload.conf	2007-09-23 11:34:01.000000000 +0900
+++ /etc/dupload.conf	2007-09-23 11:37:13.000000000 +0900
@@ -90,22 +90,12 @@
 };
 
 # Mentors upload queue, see
-# http://mentors.debian.net/signup.php
+# http://mentors.debian.net/cgi-bin/maintainer-intro
 $cfg{'mentors'} = {
 	fqdn    =>'mentors.debian.net',
-	method  =>'scpb',
-	login   =>'incoming',
-	incoming=>'~',
-# Change these to the user and domain part of your email address
-# and uncomment them
-#	visibleuser=>'hugo',
-#	visiblename=>'mydomain.tld',
-	mailtx  =>'[EMAIL PROTECTED]',
-	preupload=> {
-		deb=>'chmod 0644 %1',
-		changes=>'chmod 0644 %1',
-		file=>'chmod 0644 %1',
-	},
+	incoming=>'/',
+	dinstall_runs => 1,
+	passive => 1,
 };
 
 # NOTE: Do _NOT_ upload a package to the security upload queue 

Reply via email to