From 15f9b5c939e6dcfcf5f16f312a9223fa2610a302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20S=C3=A9hier?= Date: Tue, 1 Oct 2024 23:40:50 +0200 Subject: [PATCH] remove warnings about debian config files in /etc from CI --- ci/create-packages | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ci/create-packages b/ci/create-packages index 6febbbf..676c4ef 100755 --- a/ci/create-packages +++ b/ci/create-packages @@ -97,6 +97,8 @@ function create_deb { --iteration "$project_release$os_name" \ --category 'System Environment/Base' \ --description "$project_description" \ + --config-files /etc \ + --deb-no-default-config-files \ --vendor "$project_vendor" \ --maintainer "$project_vendor" \ --url "$project_url" \ @@ -302,10 +304,6 @@ for project_name in "$@"; do check_project "$project_name" done - echo "=== - $script: Note: warnings about debian config files in /etc are expected. -== " >&2 - # Now, build it. for project_name in "$@"; do build_project "$project_name"