[DRE-commits] [gitlab] 01/01: use maintscript helper to remove conffile

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Jun 19 12:05:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository gitlab.

commit 18ccf5e5b89a9d5c09430d6b6bb719dba24f3eb7
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Jun 19 17:35:30 2016 +0530

    use maintscript helper to remove conffile
---
 debian/rake-tasks.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rake-tasks.sh b/debian/rake-tasks.sh
index 8369be1..4492bc6 100755
--- a/debian/rake-tasks.sh
+++ b/debian/rake-tasks.sh
@@ -20,7 +20,8 @@ if ! [ -f "${gitlab_app_root}/config/secrets.yml" ]; then
 fi
 
 # Remove config files (already removed by upstream)
-rm -rf /etc/gitlab/initializers/devise_async.rb
+dpkg-maintscript-helper rm_conffile \
+  /etc/gitlab/initializers/devise_async.rb 8.8.2+dfsg-5 gitlab -- "$@"
 
 # Check if the db is already present
 if [ "$(LANG=C su postgres -c "psql gitlab_production -c \"\d\"")" = \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list