[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: FTP access to master.debian.org



Edit the section for "master" to look something like this:-

$cfg{master} = {
	method => "scp",
	fqdn => "master.debian.org",
	login => "tom",
	incoming => "/home/Debian/ftp/private/project/Incoming/",
	mailto => "debian-changes\@lists.debian.org",	# stable, unstable
	mailtx => "debian-devel-changes\@lists.debian.org",		# experimental
	fullname => "Tom Lees",
	visibleuser => getlogin() || $ENV{USER} || $ENV{LOGNAME},
	visiblename => "lpsg.demon.co.uk",
};

Then make sure your public key is in ~/.ssh in your account on master, and
everything should work fine.

On Wed, 22 Jan 1997, Brian C. White wrote:

> > > > Handy dandy tip of the day[1]: I have absolutely no problems uploading stuff
> > > > with scp. I just upload the ssh public key to my master account, make sure
> > >
> > > I thought about doing this, but I like the "release" program with debmake so
> > > much better :-)  It takes care of uploading the files (via dupload),
> > > announcing the release (mail to appropriate list), marking it as released s
> > > o debchange will add a new version next time it's run, and even automatically
> > > giving you the chance to clear the bugs mentioned in the latest changelog
> > > entry.
> > 
> > Change /etc/dupload.conf - it can handle scp.
> 
> Could you say exactly what those changes are?  If I have to figure it out
> myself, I won't be able to get to it for a while.
> 
>                                           Brian
>                                  ( bcwhite@verisim.com )
>                                              
> -------------------------------------------------------------------------------
>  the difference between theory and practice is less in theory than in practice
> 


-- 
Tom Lees <tom@lpsg.demon.co.uk>			http://www.lpsg.demon.co.uk/
PGP ID 87D4D065, fingerprint 2A 66 86 9D 02 4D A6 1E  B8 A2 17 9D 4F 9B 89 D6
finger tom@master.debian.org for full public key (also available on keyservers)


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: