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

Probs with http://www.debian.org/devel/buildd/setting-up



This:

You need to create the following directories (under /org/buildd/
....

forgets about

chroots/sid/etc/
chroots/woody-backports/etc/

and I would have liked to read

[ -x /usr/sbin/debootstrap ] || sudo apt-get install debootstrap
useradd -d /org/buildd  -c "buildd admin" buildd

The .sbuildrc does not work for me, please check with the original author, and please
nicify to

cat <<EOSBUILDRC > ~buildd/.sbuildrc
\$mailto = 'wherever you want';
\$maintainer_name='what should be in changes';
\$fakeroot='/usr/bin/fakeroot';
%dist_order = (
  'oldstable-security' => 0,
  stable => 1,
  'stable-security' => 1,
  testing => 2,
  'testing-security' => 2,
  unstable => 3,
  'woody-backports.org' => 5,
  'sarge-backports.org' => 6,
  experimental => 7
);
EOSBUILDRC


It would be lovely if the author could help with a description of timeouts.

Also a pointer to sbuild-setup(7) would be nice.

Regards,

Steffen


Reply to: