s/puppetca clean/puppet node clean/
[mirror/dsa-wiki.git] / input / ports / porter-chroots-install.creole
1 = Small Howto for porter chroot maintainers =
2
3 == upgrading chroots ==
4 * sudo /usr/sbin/upgrade-porter-chroots
5
6   This "apt-get update"s and "apt-get dist-upgrade"s all porter chroots on the porter box.
7
8 == installing packages in chroots == 
9 * sudo /usr/bin/apt-in-chroot
10
11   This small script will let you run apt inside the chroot, to install
12   packages within the chroot. It has a limited command-set of allowed
13   apt-commands. Running it without any commands it will give you the
14   usage output. 
15
16 == best practice ==
17 If you handled install requests, please Cc the debian-admin@l.d.o list
18 when you reply so we know which requests are still pending.