[DRE-commits] [pkg-ruby-extras] 01/01: create jessie

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Sep 30 17:19:44 UTC 2016


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

praveen pushed a commit to branch jessie
in repository pkg-ruby-extras.

commit d2606d4f7197d2a5c2a3b45cb5509347ec250d64
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Aug 26 10:43:31 2016 +0530

    create jessie
---
 setup | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup b/setup
index 829b13a..bc5366b 100755
--- a/setup
+++ b/setup
@@ -19,12 +19,12 @@ sudo mkdir -p /root/.gnupg # To work around #792100
 sudo sbuild-update --keygen
 sudo sbuild-adduser $USER
 
-chrootname=unstable-$(dpkg --print-architecture)-sbuild
+chrootname=jessie-$(dpkg --print-architecture)-sbuild
 chroot=/srv/chroots/$chrootname
-if schroot --list --all-source-chroots  | grep unstable-amd64-sbuild; then
+if schroot --list --all-source-chroots  | grep jessie-amd64-sbuild; then
   :
 else
-  sudo sbuild-createchroot unstable $chroot http://httpredir.debian.org/debian
+  sudo sbuild-createchroot jessie $chroot http://httpredir.debian.org/debian
 fi
 for conf in $(grep -l '^union-type=' /etc/schroot/chroot.d/*-sbuild*); do
   if ! grep -q "^union-overlay-directory=" "$conf" ; then

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