[DRE-commits] [diaspora-installer] 01/01: minor tweaks

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Aug 28 05:23:43 UTC 2016


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

praveen pushed a commit to branch master
in repository diaspora-installer.

commit a84b9967c596dfd5d5f73240eca57a508158e9fa
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Aug 28 10:53:27 2016 +0530

    minor tweaks
---
 debian/postinst | 4 ++--
 rake-tasks.sh   | 3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/postinst b/debian/postinst
index 262a2b7..56bd312 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -65,10 +65,10 @@ https://github.com/hyperic/sigar/issues/60 ..."
         echo "Remove backup..."
         rm -rf ${diaspora_home}-backup.*
 
-        echo "Starting diaspora..."
+        # Starting diaspora
         service diaspora start
 
-	echo "Running final rake tasks..."
+	# Running final rake tasks
 	. /usr/lib/diaspora-common/scripts/rake-tasks.sh
         ;;
 
diff --git a/rake-tasks.sh b/rake-tasks.sh
index ec18a06..c3da750 100755
--- a/rake-tasks.sh
+++ b/rake-tasks.sh
@@ -4,9 +4,6 @@
 
 su diaspora -s /bin/sh -c 'touch public/source.tar.gz'
 
-#Starting diaspora service...
-invoke-rc.d diaspora start
-
 if grep https ${diaspora_conf}
 then 
 	mkdir -p ${diaspora_ssl_path}

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



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