Skip to content

Commit

Permalink
Merge pull request #316 from saimonn/remove_config_files_warning
Browse files Browse the repository at this point in the history
remove warnings about debian config files in /etc from CI
  • Loading branch information
e-gris authored Oct 3, 2024
2 parents 6562d5b + 15f9b5c commit 0302a43
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ci/create-packages
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0302a43

Please sign in to comment.