Henrik Grimler
6 years ago
committed by
Leonid Plyushch
2 changed files with 0 additions and 22 deletions
@ -1,18 +0,0 @@ |
|||
termux_step_compare_debs() { |
|||
if [ "${TERMUX_INSTALL_DEPS}" = true ]; then |
|||
cd ${TERMUX_SCRIPTDIR} |
|||
|
|||
for DEB in $TERMUX_PKG_NAME $(find $TERMUX_PKG_BUILDER_DIR $TERMUX_PKG_TMPDIR -name "*.subpackage.sh" | sed 's%\.subpackage\.sh%%g'); do |
|||
DEB=$(basename $DEB) |
|||
read DEB_ARCH DEB_VERSION <<< $(termux_extract_dep_info "$DEB") |
|||
termux_download_deb $DEB $DEB_ARCH $DEB_VERSION \ |
|||
&& ( |
|||
DEB_FILE=${DEB}_${DEB_VERSION}_${DEB_ARCH}.deb |
|||
|
|||
# `|| true` to prevent debdiff's exit code from stopping build |
|||
debdiff $TERMUX_DEBDIR/$DEB_FILE $TERMUX_COMMON_CACHEDIR-$TERMUX_ARCH/$DEB_FILE || true |
|||
) || echo "Download of ${DEB}@${DEB_VERSION} failed, not comparing debs" |
|||
echo "" |
|||
done |
|||
fi |
|||
} |
Loading…
Reference in new issue