Remove at package

Breaks stig tests
This commit is contained in:
Bob Mottram 2018-03-28 11:31:20 +01:00
parent 29bc38dace
commit ac2116b67b
1 changed files with 3 additions and 2 deletions

View File

@ -86,16 +86,17 @@ function rebuild_exim_with_socks {
cp src/EDITME Local/Makefile
sed -i 's|# SUPPORT_SOCKS|SUPPORT_SOCKS|g' Local/Makefile
# TODO how to make this non-interactive
dpkg-source --commit . SOCKS
EDITOR=nano echo '\C-x' | dpkg-source --commit . SOCKS
debuild -us -uc
cd "$INSTALL_DIR/exim4" || exit 3468356
mv exim4_${exim_version}-*.deb exim4_${exim_version}_all.deb
if [ ! -f exim4_${exim_version}_all.deb ]; then
ls -l "$INSTALL_DIR/exim4/"*.deb
ls -l "$INSTALL_DIR/exim4/exim4_"*.deb
echo "exim4_${exim_version}_all.deb not found"
exit 63857368
fi
dpkg -i exim4_${exim_version}_all.deb
apt-get -yq remove --purge at
}
function email_create_template {