[DRE-commits] [gem2deb] 05/06: snapshot:install: call debi directly without sudo

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Jul 15 21:33:25 UTC 2015


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit aadbdccd9371087da7383d847966df02c543c8ad
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Jul 15 18:21:41 2015 -0300

    snapshot:install: call debi directly without sudo
    
    if debi is configured correctly you don't need sudo
---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index 05561bc..f20b1d2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -50,7 +50,7 @@ task 'snapshot:install' do
   sh 'git commit -a -m snapshot-' + date
   begin
     sh 'DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-ignore-branch -us -uc'
-    sh 'sudo debi'
+    sh 'debi'
   ensure
     sh 'git checkout ' + branch
   end

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



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