add note about naming conventions
authorStephen Gran <steve@lobefin.net>
Thu, 27 Dec 2012 10:22:12 +0000 (10:22 +0000)
committerStephen Gran <steve@lobefin.net>
Thu, 27 Dec 2012 10:22:12 +0000 (10:22 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
input/howto/dchroot.creole

index 326bc66..1f93235 100644 (file)
@@ -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.