[DRE-commits] [pkg-ruby-extras] 02/05: setup: drop "s" from chroot path

zeha at debian.org zeha at debian.org
Tue Jun 27 12:47:15 UTC 2017


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

zeha pushed a commit to branch master
in repository pkg-ruby-extras.

commit b5465a0cd413e21ad66fb2906e1ba2c3715149a8
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Jun 27 12:40:16 2017 +0000

    setup: drop "s" from chroot path
    
    For consistency with sbuild-createchroot suggested defaults.
    
    Thanks to Johannes Schauer <josch at debian.org>.
---
 setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup b/setup
index 77a585b..a969ccd 100755
--- a/setup
+++ b/setup
@@ -20,7 +20,7 @@ sudo sbuild-update --keygen
 sudo sbuild-adduser $USER
 
 chrootname=unstable-$(dpkg --print-architecture)-sbuild
-chroot=/srv/chroots/$chrootname
+chroot=/srv/chroot/$chrootname
 if schroot --list --all-source-chroots  | grep unstable-amd64-sbuild; then
   :
 else

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



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