[DRE-commits] [gitlab] 11/17: ask letsencrypt question
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Feb 7 10:36:04 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 e1a6f889a30a7e98991f0f7cb47fda0ef33bab4c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sat Feb 6 00:13:36 2016 +0530
ask letsencrypt question
---
debian/config | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/debian/config b/debian/config
index f9e3a98..70600ba 100755
--- a/debian/config
+++ b/debian/config
@@ -14,3 +14,10 @@ db_go
db_input high gitlab/ssl || true
db_go
+# Do you want Let's Encrypt?
+db_get gitlab/ssl
+if [ "${RET}" = "true" ]
+then
+ db_input high gitlab/letsencrypt || true
+ db_go
+fi
--
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