From 95fc0a70026ab18c27fcff67f92ce115e07df1df Mon Sep 17 00:00:00 2001 From: William Petit Date: Sat, 4 Jul 2015 18:51:57 +0200 Subject: [PATCH] Remove lintian validation... --- check-install.sh | 2 +- lib/install.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/check-install.sh b/check-install.sh index 4a84594..4902db5 100755 --- a/check-install.sh +++ b/check-install.sh @@ -32,7 +32,7 @@ function create_container { ENV DEBIAN_FRONTEND noninteractive - RUN apt-get update && apt-get install --yes gdebi-core lintian + RUN apt-get update && apt-get install --yes gdebi-core ADD ./lib /root/.tamarin RUN chmod +x /root/.tamarin/install.sh diff --git a/lib/install.sh b/lib/install.sh index e2724d2..775793c 100644 --- a/lib/install.sh +++ b/lib/install.sh @@ -5,9 +5,6 @@ set -e DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) source "${DIR}/util.sh" -info "Analysing package $1..." -lintian "$1" - info "Updating packages definition..." apt-get update