I will be describing how I setup and maintain some of the various M68k buildds I'm responsible for. I plan to document both the way I do it now and the way I plan to do it. For now, an outline.
- other resources
- sources for package status
setup M68k/Buildd/Email
- extra packages: buildd, sbuild, sudo, debootstrap
- buildd user setup (sudo access, directory)
- wanna-build access, incoming, security
- using wanna-build directly
- maintaining the chroot: debfoster, ref-unstable
- speedups
- local mirror
- approx
- distcc, crosscc
- ccache
- other special distros: etch-m68k, experimental
- Maintainer scripts
chroot setup
- debootstrap
- scripts
- sources.list options (security, incoming, ...)
- dsa packages and patches
- m68k sid locales
/etc/fstab
An entry in /etc/fstab needs to be added for each chroot.
proc $chrootpath/proc proc defaults 0 0 devpts $chrootpath/dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
