From cb45279f90d1e0382029ba0884c96aae31d0b9ca Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Thu, 27 Dec 2012 10:22:12 +0000 Subject: [PATCH] add note about naming conventions Signed-off-by: Stephen Gran --- input/howto/dchroot.creole | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/input/howto/dchroot.creole b/input/howto/dchroot.creole index 326bc66..1f93235 100644 --- a/input/howto/dchroot.creole +++ b/input/howto/dchroot.creole @@ -1,6 +1,19 @@ == 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. -- 2.20.1