Commit 1771a223 authored by Vitaly Lipatov's avatar Vitaly Lipatov

use prepare_aptconf

parent 65fbf93e
......@@ -95,8 +95,11 @@ if [ -n "${LISTNAMES/*tar/}" ] ; then
echog "OK"
fi
# export OURAPTCONF with temp. file contains correct path to sources.list
prepare_aptconfig
# TODO: for add $LISTRPMARGS we need skip function for delete "our" params
HASHERARG="--no-sisyphus-check=$HASHER_NOCHECK --apt-config=$APTCONF --target $DEFAULTARCH $HASHERARG"
HASHERARG="--no-sisyphus-check=$HASHER_NOCHECK --apt-config=$OURAPTCONF --target $DEFAULTARCH $HASHERARG"
if [ "$MENV" != "SS" ] && [ "$MENV" != "DD" ]; then
HASHERARG="--build-args \"--with=build_$MENV\" --build-args \"--with=build_backport\" $HASHERARG"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment