summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@noreply.codeberg.org>2024-03-17 15:30:23 +0000
committerLars Wirzenius <liw@noreply.codeberg.org>2024-03-17 15:30:23 +0000
commite474125273977d77c7a49cb76bffad39848d510d (patch)
treef5298ccbca742268386e2299b2cc33f580cd57a4
parent6bbb817ea03ca7fcc60637a7b5b144e5cc52f911 (diff)
parent025085798a367478e2551453a0d67bd78ecd525e (diff)
downloadambient-driver-e474125273977d77c7a49cb76bffad39848d510d.tar.gz
Merge pull request 'feat: fail deb action if lintian finds problems' (#93) from lintian-fail into main
Reviewed-on: https://codeberg.org/ambient/ambient-driver/pulls/93
-rw-r--r--src/action.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/action.rs b/src/action.rs
index 91b0829..9dfa777 100644
--- a/src/action.rs
+++ b/src/action.rs
@@ -383,7 +383,7 @@ dpkg-buildpackage -us -uc
ls -l ..
for x in ../*.deb; do dpkg -c "$x"; done
-lintian -i --allow-root ../*.changes
+lintian -i --allow-root --fail-on warning ../*.changes
# Move files to artifacts directory.
mv ../*_* {}