From: Colin Watson Date: Mon, 1 Mar 2010 13:23:28 +0000 (+0000) Subject: unreleased-packages: add d-i X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=e59e9c8b4fc8fcaf2c7412a585be982e0994275a unreleased-packages: add d-i --- diff --git a/unreleased-packages b/unreleased-packages index fac1e21..ed31374 100755 --- a/unreleased-packages +++ b/unreleased-packages @@ -3,6 +3,9 @@ paths= if [ -z "$1" ] || [ "$1" = debian ]; then paths="${paths:+$paths }$HOME/src/debian/*/*/debian/changelog $HOME/src/debian/*/trunk/*/debian/changelog" fi +if [ "$1" = d-i ]; then + paths="${paths:+$paths }$HOME/src/debian/debian-installer/trunk/debian-installer/installer/debian/changelog $HOME/src/debian/debian-installer/trunk/debian-installer/packages/*/debian/changelog $HOME/src/debian/debian-installer/trunk/debian-installer/packages/arch/*/*/debian/changelog $HOME/src/debian/debian-installer/trunk/debian-installer/packages/partman/*/debian/changelog $HOME/src/debian/debian-installer/trunk/debian-installer/manual/debian/changelog" +fi if [ -z "$1" ] || [ "$1" = ubuntu ]; then paths="${paths:+$paths }$HOME/src/ubuntu/*/*/debian/changelog" fi