[DRE-commits] [gitlab] 01/02: fix systemd check

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Feb 11 18:56:08 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 7b1c595b198e8686cf7e7aa9e8bc4bb4c4487943
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Feb 12 00:16:44 2016 +0530

    fix systemd check
---
 debian/changelog     | 8 ++++++--
 debian/rake-tasks.sh | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d33d103..b56ac6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 gitlab (8.4.3+dfsg-2) UNRELEASED; urgency=medium
 
-  [ Balasankar C]
-  * Add email configuration via sendmail method 
+  [ Balasankar C ]
+  * Add email configuration via sendmail method
+
+  [ Pirate Praveen ]
+  * Download certificates via letsencrypt
+  * Check /proc/1/cmdline for systemd (Closes: #814413)
 
  -- Pirate Praveen <praveen at debian.org>  Wed, 10 Feb 2016 23:23:18 +0530
 
diff --git a/debian/rake-tasks.sh b/debian/rake-tasks.sh
index 5b13b73..ebf1b1d 100755
--- a/debian/rake-tasks.sh
+++ b/debian/rake-tasks.sh
@@ -12,7 +12,7 @@ echo "Precompiling assets..."
 su ${gitlab_user} -s /bin/sh -c 'bundle exec rake assets:precompile RAILS_ENV=production'
 
 # Start gitlab
-if grep systemd /proc/cmdline
+if grep systemd /proc/1/cmdline
 then
 	systemctl start gitlab.target
 else

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