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

Re: [buildd] Configuring buildds for dports



The switch is on. Please update your machines. I'll send username,
passwords for non-static-ip buildds separately.

Here are some notes from zeus, who is now buildding on dports.

Peace,

Stephen

#################################################
/home/buildd/.dupload.conf:

$cfg{'dports'} = {
    fqdn => "ftp.debian-ports.org",
    incoming => "/incoming/",
    visibleuser => "buildd-zeus",
    visiblename => "marenka.net",
    fullname => "Debian/m68k buildd",
    passive => 1,
    dinstall_runs => 1,
};

#################################################
/home/buildd/build/chroot-unstable/etc/apt/sources.list:

# m68k binaries from debian-ports or d-ports mirror.
deb http://ftp.debian-ports.org/debian unstable main

# source comes from a normal debian mirror
deb-src http://ftp.us.debian.org/debian unstable main

# binaries are password protected or ip protected
deb http://user:password@incoming.debian-ports.org/buildd unstable main
#deb http://incoming.debian-ports.org/buildd unstable main

# source is not password protected
deb-src http://incoming.debian-ports.org/buildd unstable main

#################################################
/home/buildd/build/chroot-unstable/etc/apt/apt.conf:

Acquire::PDiffs "false";
APT::Install-Recommends "false";
APT::Get::AllowUnauthenticated "true";
debug::pkgproblemresolver "true";

#################################################
/home/buildd/buildd.conf:

$sshcmd = "ssh -l buildd_m68k buildd.debian-ports.org";
$sshsocket = "buildd.debian-ports.org.ssh";
@take_from_dists = qw(unstable);
$chroot_only = 1;
$dupload_to = "dports";
$max_build = 1;

#################################################
update chroots/root

wget http://ftp.debian-ports.org/archive/archive_2008.key 
apt-key add archive_2008.key

-- 
Stephen R. Marenka     If life's not fun, you're not doing it right!
<stephen@marenka.net>

Attachment: signature.asc
Description: Digital signature


Reply to: