[DRE-commits] [gitlab] 01/02: fix packagename for dbc_go in config

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri May 12 04:33:12 UTC 2017


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

praveen pushed a commit to branch master
in repository gitlab.

commit 385845ec8f87de89006a3fe557234e3aa8cbfdb7
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri May 12 09:57:29 2017 +0530

    fix packagename for dbc_go in config
---
 debian/config   | 4 ++--
 debian/postinst | 4 ----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/config b/debian/config
index a644c31..8bb1130 100755
--- a/debian/config
+++ b/debian/config
@@ -62,6 +62,6 @@ if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
    dbc_dbtypes="pgsql"
    dbc_dbname="gitlab_production"
    dbc_dbuser="$gitlab_user"
-
-   dbc_go $gitlab_user "$@"
+   
+   dbc_go gitlab "$@"
 fi
diff --git a/debian/postinst b/debian/postinst
index ef8b390..6dd388a 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -316,10 +316,6 @@ case "$1" in
         invoke-rc.d nginx reload
       fi
     
-    dbc_dbtypes="pgsql"
-    dbc_dbname="gitlab_production"
-    dbc_dbuser="$gitlab_user"
-
     dbc_go gitlab "$@"
     db_stop
 

-- 
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