testing: Pass base image codename to application Makefiles
Some might require it to use different revisions or commands.
This commit is contained in:
@@ -195,7 +195,7 @@ do
|
|||||||
execute_chroot "make SRCDIR=/root/strongswan BUILDDIR=/root/shared/build-strongswan QUICK_REBUILD=$QUICK_REBUILD -f /root/shared/build-strongswan/$r"
|
execute_chroot "make SRCDIR=/root/strongswan BUILDDIR=/root/shared/build-strongswan QUICK_REBUILD=$QUICK_REBUILD -f /root/shared/build-strongswan/$r"
|
||||||
else
|
else
|
||||||
cp $RECPDIR/$r ${LOOPDIR}/root/shared/compile
|
cp $RECPDIR/$r ${LOOPDIR}/root/shared/compile
|
||||||
execute_chroot "make SWANVERSION=$TARBALL -C /root/shared/compile -f $r"
|
execute_chroot "make SWANVERSION=$TARBALL BASEIMG=$BASEIMGSUITE -C /root/shared/compile -f $r"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user