X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=input%2Fhowto%2Fdchroot.creole;h=f6733f12f235840f99d00d13d90e88c1ce66d7dd;hb=43eff49a103c56a607bc20d5eb3216c29a89c010;hp=59403a1d424b18963a57168e2a3f9a46a5082cbe;hpb=4ba7b28090d093549593965c9c18e95b5e10e71f;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/dchroot.creole b/input/howto/dchroot.creole index 59403a1..f6733f1 100644 --- a/input/howto/dchroot.creole +++ b/input/howto/dchroot.creole @@ -1,6 +1,21 @@ == HOWTO set up a porting dchroot on a debian.org machine == +The script 'upgrade-porter-chroots' has expectations about naming conventions +for new porter chroots. The current list it searches for are: + +{{{ +lenny squeeze wheezy sid \ +lenny_i386 squeeze_i386 wheezy_i386 sid_i386 \ +lenny_amd64 squeeze_amd64 wheezy_amd64 sid_amd64 \ +sid_s390x \ +}}} + +Please make sure that new chroots meet the expectations of the script, or update +the script accordingly (it lives in the debian.org.git repo) + + + This example is for setting up a $DIST dchroot on paer.debian.org, adjust accordingly. @@ -39,6 +54,7 @@ EOF #*) echo 'Acquire::PDiffs "false";' > /etc/apt/apt.conf.d/local-pdiff echo 'APT::Install-Recommends 0;' > /etc/apt/apt.conf.d/local-recommends + echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/local-no-lang # # not sure this one's a good idea, -- weasel 20080829 # ##echo 'DPkg::Post-Invoke { "(sleep 1; apt-get clean) &"; };' > /etc/apt/apt.conf.d/local-cleanup #