chiark / gitweb /
my-debmirror: drop d-i images
[bin.git] / unreleased-packages
index fac1e21d842dfdff8911cbc8052183ab8bdcfadc..ed313747a8e5303292bb85afa33deec11e98af0f 100755 (executable)
@@ -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