Skip to content

Commit

Permalink
Update lintian to perform deb checks in given location
Browse files Browse the repository at this point in the history
  • Loading branch information
“Sae126V” authored and tofu-rocketry committed May 7, 2024
1 parent 819a177 commit d2a49a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/ssm-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,10 @@ if [ "$OS_EXTENSION" == "_all" ]
then
# Check the resultant debs for 'lint'
TAG="$VERSION-$ITERATION"
lintian "$BUILD_DIR"/apel-ssm_"${TAG}"_all.deb
lintian "$BUILD_DIR"/apel-ssm-service_"${TAG}"_all.deb
DEBDIR="$(dirname "$BUILD_DIR")"

lintian "$DEBDIR"/apel-ssm_"${TAG}"_all.deb
lintian "$DEBDIR"/apel-ssm-service_"${TAG}"_all.deb
else
# Check for errors in SPEC and built packages
# For instance; Given $(dirname /root/rpmb/rpmbuild/source) will output "/root/rpmb/rpmbuild".
Expand Down

0 comments on commit d2a49a9

Please sign in to comment.