Differences between revisions 11 and 12
Revision 11 as of 2008-06-24 13:49:56
Size: 1139
Editor: ?smarenka
Comment:
Revision 12 as of 2009-03-16 03:33:44
Size: 1143
Editor: anonymous
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
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. 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.
Line 5: Line 5:
 * setup ["M68k/Buildd/Email"]  * setup [[M68k/Buildd/Email]]
Line 9: Line 9:
 * [#chroot chroot setup]  * [[#chroot|chroot setup]]
Line 23: Line 23:
[[Anchor(chroot)]] <<Anchor(chroot)>>
Line 27: Line 27:
  * [#fstab /etc/fstab]   * [[#fstab|/etc/fstab]]
Line 33: Line 33:
[[Anchor(fstab)]] <<Anchor(fstab)>>

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)
  • chroot setup

  • 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
  • /etc/fstab

  • 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