Skip to content

Commit 0302a43

Browse files
author
Eric Griswold
authored
Merge pull request #316 from saimonn/remove_config_files_warning
remove warnings about debian config files in /etc from CI
2 parents 6562d5b + 15f9b5c commit 0302a43

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ci/create-packages

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ function create_deb {
9797
--iteration "$project_release$os_name" \
9898
--category 'System Environment/Base' \
9999
--description "$project_description" \
100+
--config-files /etc \
101+
--deb-no-default-config-files \
100102
--vendor "$project_vendor" \
101103
--maintainer "$project_vendor" \
102104
--url "$project_url" \
@@ -302,10 +304,6 @@ for project_name in "$@"; do
302304
check_project "$project_name"
303305
done
304306

305-
echo "===
306-
$script: Note: warnings about debian config files in /etc are expected.
307-
== " >&2
308-
309307
# Now, build it.
310308
for project_name in "$@"; do
311309
build_project "$project_name"

0 commit comments

Comments
 (0)