Bug#398404: Adding archive key

Osamu Aoki osamu at debian.org
Sun Jun 29 15:55:05 UTC 2008


Hi,

creating chroot needs only Debian and Ubuntu keys ... that has been
addressed by cdebootstrap and loading ubuntu keyring.

But updating chroot needs backports.org key within chroot.

I created E11backportkey

#!/bin/sh
apt-get -y install wget
wget -O - http://backports.org/debian/archive.key | apt-key add -
apt-get -y update
apt-get -y dist-upgrade

This seems to work...

I still have problem installing debhelper .... ?  I see there were
sarge-backports but there is no etch-backports.  I guess I need to
install from testing and hope it does not break.  Time to sleep.

Osamu






More information about the Pbuilder-maint mailing list