Codebase list rust-stfu8 / 6aac734
Merge branch 'lintian-opt' into 'master' Ignore Lintian error for UNRELEASED-* distribution See merge request rust-team/debcargo-conf!89 Ximin Luo 4 years ago
1 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
110110 AUTOPKGTEST_OPTS=()
111111 fi
112112
113 LINTIAN_OPTS=()
114 if echo "$DEBDIST" | grep -q UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; then
115 LINTIAN_OPTS=(--lintian-opt="--suppress-tags" --lintian-opt="bad-distribution-in-changes-file")
116 fi
117
113118 sbuild --no-source --arch-any --arch-all \
114119 ${CHROOT:+-c $CHROOT} \
115120 ${DISTRIBUTION:+-d $DISTRIBUTION} \
116121 ${@/#/--extra-package=} \
117122 "${AUTOPKGTEST_OPTS[@]}" \
123 "${LINTIAN_OPTS[@]}" \
118124 "$SRCNAME.dsc"
119125 if [ "$SKIP_AUTOPKGTEST" != 1 ]; then
120126 report "analyzing autopkgtest log: $BUILDNAME.test.log"