[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.49-107-gff88e49
Andreas Beckmann
anbe at debian.org
Sat Mar 2 09:22:08 UTC 2013
The following commit has been merged in the develop branch:
commit ff88e49d584eac26111055266260a332ec4fd3c8
Author: Andreas Beckmann <anbe at debian.org>
Date: Mon Feb 25 13:16:33 2013 +0100
preseed bugzilla configuration
otherwise checksetup.pl will enter an infinite loop asking for this
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index d7fae27..8b221a4 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -55,6 +55,13 @@ case ${PIUPARTS_OBJECTS%%=*} in
apt-get -y install udev
fi
;;
+ bugzilla3)
+ # checksetup.pl goes into infinite loop asking for them
+ log_debug
+ echo "bugzilla3 bugzilla3/bugzilla_admin_name string bz at local.host" | debconf-set-selections
+ echo "bugzilla3 bugzilla3/bugzilla_admin_real_name string Bz" | debconf-set-selections
+ echo "bugzilla3 bugzilla3/bugzilla_admin_pwd password bzbzbzbz" | debconf-set-selections
+ ;;
esac
if [ "$PIUPARTS_DISTRIBUTION" = "squeeze" ]; then
--
piuparts git repository
More information about the Piuparts-commits
mailing list