Also load 99porterbox-extra-apt-options and 99porterbox-extra-sources with profile...
[mirror/dsa-puppet.git] / modules / schroot / files / schroot-setup.d / 99porterbox-extra-apt-options
index db240da..1036531 100755 (executable)
@@ -9,7 +9,7 @@
 
 set -e
 
-[ "$CHROOT_PROFILE" = "dsa" ] || exit 0
+[ "$CHROOT_PROFILE" = "dsa" ] || [ "$CHROOT_PROFILE" = "buildd-dsa" ] || exit 0
 
 . "$SETUP_DATA_DIR/common-data"
 . "$SETUP_DATA_DIR/common-functions"