mark lintian and depends as "auto" for easy removal before tests.
This commit is contained in:
parent
fdcdbea4f3
commit
6e021bd3a8
|
|
@ -2,8 +2,10 @@
|
|||
|
||||
. /usr/share/gitlab-ci-common
|
||||
|
||||
depends="lintian"
|
||||
$apt_get update
|
||||
$apt_get install lintian
|
||||
$apt_get install $depends
|
||||
apt-mark auto $depends
|
||||
|
||||
echo "performing general and experimental lintian checks"
|
||||
su --shell /bin/sh nobody --command "lintian --color always -EviIL +pedantic ../*.changes" || true
|
||||
|
|
|
|||
Loading…
Reference in New Issue