From: Stephen Gran Date: Thu, 27 Dec 2012 10:22:53 +0000 (+0000) Subject: add note about naming conventions, with formatting X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=903faa7d66773438d6ab9bd157a8c78860ca4ea8 add note about naming conventions, with formatting Signed-off-by: Stephen Gran --- diff --git a/input/howto/dchroot.creole b/input/howto/dchroot.creole index 1f93235..f6733f1 100644 --- a/input/howto/dchroot.creole +++ b/input/howto/dchroot.creole @@ -4,10 +4,12 @@ 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)